diff --git a/WebContent/Flow/DealerDepositReturnApplyList.jsp b/WebContent/Flow/DealerDepositReturnApplyList.jsp index 3bb3cfa92..811c59fc5 100644 --- a/WebContent/Flow/DealerDepositReturnApplyList.jsp +++ b/WebContent/Flow/DealerDepositReturnApplyList.jsp @@ -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;