Merge branch 'develop' of http://git2.tenwa.com.cn/ApzlDev/apzl_leasing.git into xiezhiwen
This commit is contained in:
commit
be12452f1d
@ -10,6 +10,7 @@
|
||||
var businessType="";
|
||||
if(orgId=="8009010"){
|
||||
businessType="´«Í³";
|
||||
twoParam = "¿Õ°×";
|
||||
}else if(orgId=="8009011"){
|
||||
businessType="Æû³µ";
|
||||
twoParam = "Æû³µÀഫͳ";
|
||||
|
||||
@ -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