业务申请
This commit is contained in:
parent
1f4a9a05c0
commit
aa8d307c3e
@ -35,7 +35,7 @@
|
||||
String userll=null;
|
||||
userll="/Tenwa/Lease/Flow/Project/BusinessApplication/CustomerInfo.jsp?CompClientID=";
|
||||
if("01".equals(custype)){
|
||||
userll="/Tenwa/Customer/Lessee/Person/LegalPersonApplicationInfo.jsp?CompClientID=";
|
||||
userll="/Tenwa/Customer/Lessee/Person/LPApplicationInfoTemp.jsp?CompClientID=";
|
||||
}
|
||||
|
||||
|
||||
|
||||
@ -228,7 +228,6 @@
|
||||
<%/*~[Describe=选择产品;]~*/%>
|
||||
function selectBusinessType()
|
||||
{
|
||||
|
||||
var carAttributes = getItemValue(0,getRow(),"carAttributes");
|
||||
var leasehold = getItemValue(0,getRow(),"leasehold");
|
||||
|
||||
@ -241,7 +240,7 @@
|
||||
return;
|
||||
}
|
||||
sReturn = sReturn.split("@");
|
||||
// alert(sReturn);
|
||||
// alert(sReturn);
|
||||
setItemValue(0,0,"productId",sReturn[0]);
|
||||
setItemValue(0,0,"productName",sReturn[1]);
|
||||
},"请选择产品",'');
|
||||
@ -254,12 +253,12 @@
|
||||
return;
|
||||
}
|
||||
sReturn = sReturn.split("@");
|
||||
// alert(sReturn);
|
||||
// alert(sReturn);
|
||||
setItemValue(0,0,"productId",sReturn[0]);
|
||||
setItemValue(0,0,"productName",sReturn[1]);
|
||||
},"请选择产品",'');
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
<%/*~[Describe=选择客户;]~*/%>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user