This commit is contained in:
xiezhiwen 2019-12-12 17:18:41 +08:00
commit be12452f1d
2 changed files with 6 additions and 1 deletions

View File

@ -10,6 +10,7 @@
var businessType="";
if(orgId=="8009010"){
businessType="´«Í³";
twoParam = "¿Õ°×";
}else if(orgId=="8009011"){
businessType="Æû³µ";
twoParam = "Æû³µÀഫͳ";

View File

@ -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为空才自动赋值.