修改保证金退回历史界面
This commit is contained in:
parent
40b4acf05c
commit
03d0f5c10f
@ -12,8 +12,10 @@
|
||||
sReturn = sReturn.split("@");
|
||||
var customer_id = sReturn[0];
|
||||
var customer_name = sReturn[1];
|
||||
var distributor_no = sReturn[2];
|
||||
|
||||
var sParams = "applyType=<%=sApplyType%>,CurUserID=<%=CurUser.getUserID()%>";
|
||||
sParams =sParams+",FlowKey="+customer_id+",ProjectId="+customer_id+",ProjectName="+customer_name+",applyType=<%=sApplyType%>";
|
||||
sParams =sParams+",FlowKey="+customer_id+",ProjectId="+customer_id+",ProjectName="+customer_name+",applyType=<%=sApplyType%>,DistributorNo="+distributor_no;
|
||||
var sReturnInfo = RunJavaMethodTrans("com.tenwa.flow.action.comm.BaseFlowStartAction","initFLow",sParams);
|
||||
|
||||
if(typeof(sReturnInfo)=="undefined" || sReturnInfo=="" || sReturnInfo=="_CANCEL_") return;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user