diff --git a/WebContent/Flow/DealerDepositChargeApplyList.jsp b/WebContent/Flow/DealerDepositChargeApplyList.jsp index 6e36e2ce2..eee4feef5 100644 --- a/WebContent/Flow/DealerDepositChargeApplyList.jsp +++ b/WebContent/Flow/DealerDepositChargeApplyList.jsp @@ -11,11 +11,13 @@ } sReturn = sReturn.split("@"); var id = sReturn[0]; + debugger; var distributor_name = sReturn[1]; var distributor_no = sReturn[4]; var distributor_coding = sReturn[5]; var sParams = "applyType=<%=sApplyType%>,CurUserID=<%=CurUser.getUserID()%>"; - sParams =sParams+",FlowKey="+distributor_coding+",ProjectId="+id+",ProjectName="+distributor_coding+"-"+distributor_name+",DistributorNo="+distributor_no; + //sParams =sParams+",FlowKey="+distributor_coding+",ProjectId="+id+",ProjectName="+distributor_coding+"-"+distributor_name+",DistributorNo="+distributor_no; + sParams =sParams+",FlowKey="+distributor_no+",ProjectId="+id+",ProjectName="+distributor_coding+"-"+distributor_name+",DistributorNo="+distributor_no; var sReturnInfo = RunJavaMethodTrans("com.tenwa.flow.action.comm.BaseFlowStartAction","initFLow",sParams); if(typeof(sReturnInfo)=="undefined" || sReturnInfo=="" || sReturnInfo=="_CANCEL_") return; var sReturnInfos=sReturnInfo.split("@"); diff --git a/WebContent/Flow/DealerDepositReturnApplyList.jsp b/WebContent/Flow/DealerDepositReturnApplyList.jsp index b58647098..2c54f6834 100644 --- a/WebContent/Flow/DealerDepositReturnApplyList.jsp +++ b/WebContent/Flow/DealerDepositReturnApplyList.jsp @@ -16,7 +16,8 @@ var distributor_coding = sReturn[3]; var sParams = "applyType=<%=sApplyType%>,CurUserID=<%=CurUser.getUserID()%>"; - sParams =sParams+",FlowKey="+distributor_coding+",ProjectId="+customer_id+",ProjectName="+distributor_coding+"-"+customer_name+",applyType=<%=sApplyType%>,DistributorNo="+distributor_no; + <%-- sParams =sParams+",FlowKey="+distributor_coding+",ProjectId="+customer_id+",ProjectName="+distributor_coding+"-"+customer_name+",applyType=<%=sApplyType%>,DistributorNo="+distributor_no; --%> + sParams =sParams+",FlowKey="+distributor_no+",ProjectId="+customer_id+",ProjectName="+distributor_coding+"-"+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; diff --git a/WebContent/Tenwa/Core/Standard/CentralLCStandardInterestList.jsp b/WebContent/Tenwa/Core/Standard/CentralLCStandardInterestList.jsp index 7eac6ef0d..a1b4e0221 100644 --- a/WebContent/Tenwa/Core/Standard/CentralLCStandardInterestList.jsp +++ b/WebContent/Tenwa/Core/Standard/CentralLCStandardInterestList.jsp @@ -22,7 +22,8 @@