添加凯捷模板和经销变更保存后名称显示null
This commit is contained in:
parent
415cf9ea95
commit
163129c17b
@ -57,7 +57,7 @@ function save(){
|
||||
as_save(0,"saveproj_name()");
|
||||
}
|
||||
function saveproj_name(){
|
||||
var sReturnInfo = RunJavaMethodTrans("com.tenwa.lease.flow.project.businessapply.CustomerInfoManage","saveDistributorInfo","flowunid=<%=sFlowUnid%>");
|
||||
var sReturnInfo = RunJavaMethodTrans("com.tenwa.lease.flow.project.businessapply.CustomerInfoManage","saveDistributorInfo","flowunid=<%=sFlowUnid%>,distributorCode="+getItemValue(0,0,"DISTRIBUTOR_CODING"));
|
||||
|
||||
}
|
||||
|
||||
|
||||
@ -169,7 +169,7 @@
|
||||
var sparams = "account="+getItemValue(0,getRow(),"ACCOUNT")+",acc_number="+getItemValue(0,getRow(),"ACC_NUMBER")+",bank_name="+getItemValue(0,getRow(),"BANK_NAME")+",mobile="+getItemValue(0,getRow(),"MOBILE")+",projectid=<%=projectId%>,FlowUnid=<%=FlowUnid%>,contractid=<%=contractId%>";
|
||||
var meassge = RunJavaMethodTrans("com.tenwa.comm.customerfilterlist.DebitCardAction", "checkSign", sparams);
|
||||
if("false"==meassge){
|
||||
alert("已生成合同无法修改扣款卡信息!!!");
|
||||
alert("合同已生成,请先删除合同再修改扣款卡信息!");
|
||||
return ;
|
||||
}else if("Y"==meassge){
|
||||
setItemValue(0,0,"sign_status","Y");
|
||||
|
||||
BIN
WebContent/fileTemplate/合同(售后回租)和抵押合同_凯捷.docx
Normal file
BIN
WebContent/fileTemplate/合同(售后回租)和抵押合同_凯捷.docx
Normal file
Binary file not shown.
@ -147,6 +147,8 @@ public class FileTemplateUtil {
|
||||
return "[{'fileTemplate':\""+"[{'text':'ºÏͬ£¨ÊÛºó»Ø×⣩','value':'8d4232a5423e491ca905e77c54105a85'}]"+"\"}]";
|
||||
}else if ("ZYC".equals(operationType)){
|
||||
return "[{'fileTemplate':\""+"[{'text':'ºÏͬ£¨ÊÛºó»Ø×⣩','value':'35aab6dbac5f4ba292cd67a0914eae2e'}]"+"\"}]";
|
||||
}else if ("KJZL".equals(operationType)){
|
||||
return "[{'fileTemplate':\""+"[{'text':'ºÏͬ£¨ÊÛºó»Ø×⣩_¿½Ý','value':'a4fcbd2990d1479a9ba8ce440155f2f0'}]"+"\"}]";
|
||||
}else{
|
||||
if("01".equals(leasform)){
|
||||
/*return "[{'fileTemplate':\""+"[{'text':'ÈÚ×Ê×âÁÞºÏͬ-C¶ËÖ±×â','value':'24aba365e2794a018814ae81341486bf'},"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user