1.网银收款传统不显示客户名称
This commit is contained in:
parent
538dd7a712
commit
569e5245e3
@ -9,12 +9,17 @@
|
||||
String sPrevUrl = CurPage.getParameter("PrevUrl");
|
||||
String ishistory = CurPage.getParameter("IsHistory");
|
||||
String flowUnid = CurPage.getParameter("FlowUnid");
|
||||
String flowNo = CurPage.getParameter("FlowNo");
|
||||
//FlowKey中存的是EBANK_SN网银流水号
|
||||
String ebankSn = CurPage.getParameter("FlowKey");
|
||||
if(sPrevUrl == null) sPrevUrl = "";
|
||||
|
||||
String sTempletNo = "LCEbankTempInfo";//--模板号--
|
||||
ASObjectModel doTemp = new ASObjectModel(sTempletNo);
|
||||
if("TFundCollectionFlow".equals(flowNo)){
|
||||
doTemp.setColumnAttribute("CUSTOMER_NAME", "colvisible", "0");
|
||||
}
|
||||
|
||||
ASObjectWindow dwTemp = new ASObjectWindow(CurPage, doTemp,request);
|
||||
dwTemp.Style = "2";//freeform
|
||||
dwTemp.ReadOnly = "1";//只读模式
|
||||
@ -47,7 +52,6 @@
|
||||
<script type="text/javascript">
|
||||
$(function(){
|
||||
//如果为空(Y)则非只读
|
||||
debugger;
|
||||
if("<%=result%>"=="Y"){
|
||||
setItemReadOnly(0, 0, "CUSTOMER_NAME", false);
|
||||
//如果LC_EBANK_TEMP临时表里CUSTOMER_ID为空,才自动赋值.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user