fix:商用车电子签约合同模板田间
This commit is contained in:
parent
06430c5ec3
commit
7688bbcbe3
@ -129,7 +129,7 @@
|
||||
// alert("客户签约类型:operationType=" + operationType);
|
||||
if("LHZL"==operationType || "SQSYC"==operationType){
|
||||
sReturn = RunJavaMethodTrans("com.tenwa.channelportal.action.ContractSignActionTwo","signIng","ProjectId=<%=projectId%>,CurUserID=<%=CurUser.getUserID()%>,FlowUnid=<%=flowunid%>,,SubjectId=<%=SubjectId%>,operationType="+operationType);
|
||||
}else if("CYSHDZ"==operationType ){
|
||||
}else if("CYSHDZ"==operationType ||"SYCSHHZDZQ"==operationType ){
|
||||
// alert("契约锁2.0");
|
||||
sReturn = RunJavaMethodTrans("com.tenwa.channelportal.action.ContractSignActionNewUtils","signIng","ProjectId=<%=projectId%>,CurUserID=<%=CurUser.getUserID()%>,FlowUnid=<%=flowunid%>,,SubjectId=<%=SubjectId%>,operationType="+operationType);
|
||||
}else{
|
||||
@ -184,7 +184,7 @@
|
||||
var sReturn = "";
|
||||
if("LHZL"==operationType || "SQSYC"==operationType) {
|
||||
sReturn = RunJavaMethodTrans("com.tenwa.channelportal.action.ContractSignActionTwo", "contractSignStatus", sParams + ",operationType=" + operationType);
|
||||
}else if("CYSHDZ"==operationType ){
|
||||
}else if("CYSHDZ"==operationType ||"SYCSHHZDZQ"==operationType){
|
||||
// alert("契约锁2.0");
|
||||
sReturn = RunJavaMethodTrans("com.tenwa.channelportal.action.ContractSignActionNewUtils","contractSignStatus",sParams+",operationType="+operationType);
|
||||
}else{
|
||||
@ -340,7 +340,7 @@
|
||||
var sReturn = "";
|
||||
if("LHZL"==operationType || "SQSYC"==operationType ){
|
||||
sReturn = RunJavaMethodTrans("com.tenwa.channelportal.action.ContractSignActionTwo","sendMessageAgain","ProjectId=<%=projectId%>,SubjectId=<%=SubjectId%>,operationType="+operationType);
|
||||
}else if("CYSHDZ"==operationType ){
|
||||
}else if("CYSHDZ"==operationType ||"SYCSHHZDZQ"==operationType){
|
||||
// alert("契约锁2.0");
|
||||
sReturn = RunJavaMethodTrans("com.tenwa.channelportal.action.ContractSignActionNewUtils","sendMessageAgain","ProjectId=<%=projectId%>,SubjectId=<%=SubjectId%>,operationType="+operationType);
|
||||
}else{
|
||||
|
||||
@ -177,6 +177,10 @@ public class FileTemplateUtil {
|
||||
return "[{'fileTemplate':\""+"[{'text':'凯捷联合融资租赁合同模板','value':'5e1b90d31c4749e2af83891b48ccbe19'}]"+"\"}]";
|
||||
}else if("CYSHDZ".equals(operationType)){
|
||||
return "[{'fileTemplate':\""+"[{'text':'乘用车售后回租电子签约','value':'e6972f1da71f11ebbfe100163e0e11e6'}]"+"\"}]";
|
||||
}else if("SYCSHHZDZQ".equals(operationType)){
|
||||
return "[{'fileTemplate':\""+"[{'text':'商用车一车一挂电子签约合同模板','value':'59f0423f984a46128292fbd8768fcd1e'}]"+"\"}]";
|
||||
}else if("KJLHZLDZQ".equals(operationType)){
|
||||
return "[{'fileTemplate':\""+"[{'text':'凯捷联合融资租赁电子签约合同模板','value':'e8e8924e442646d488b4e568a834477f'}]"+"\"}]";
|
||||
}else if("ZC".equals(operationType)){
|
||||
return "[{'fileTemplate':\""+"[{'text':'中车合同模板','value':'a37a3bc1919c4ba39d8ba6348fb1962e'}]"+"\"}]";
|
||||
}else{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user