优化代办的合同号显示
This commit is contained in:
parent
9bead5c7a3
commit
3d373f83d1
@ -14,13 +14,11 @@
|
||||
var distributor_no = sReturn[1];
|
||||
var distributor_name = sReturn[2];
|
||||
var distributor_code = sReturn[3];
|
||||
//alert(distributor_name);
|
||||
|
||||
var projectName = sReturn[3]+"-"+sReturn[2];
|
||||
var sParams = "ApplyType=<%=sApplyType%>,CurUserID=<%=CurUser.getUserID()%>";
|
||||
sParams = sParams+",ProjectId="+distributor_no+",FlowKey="+distributor_code+",ProjectName="+projectName+",distributor_no="+distributor_no+",distributor_name="+distributor_name;
|
||||
//sParams = sParams+",FlowKey="+distributor_no+",distributor_no="+distributor_no+",distributor_name="+distributor_name;
|
||||
|
||||
//sParams = sParams+",ProjectId="+distributor_no+",FlowKey="+distributor_code+",ProjectName="+projectName+",distributor_no="+distributor_no+",distributor_name="+distributor_name;
|
||||
sParams = sParams+",ProjectId="+distributor_no+",FlowKey="+distributor_no+",ProjectName="+projectName+",distributor_no="+distributor_no+",distributor_name="+distributor_name;
|
||||
var sReturnInfo = RunJavaMethodTrans("com.tenwa.flow.action.comm.BaseFlowStartAction","initFLow",sParams);
|
||||
if(typeof(sReturnInfo)=="undefined" || sReturnInfo=="" || sReturnInfo=="_CANCEL_") return;
|
||||
var sReturnInfos=sReturnInfo.split("@");
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user