From 92d382723f3d3d6cef57aa2b693bfa22377b46db Mon Sep 17 00:00:00 2001 From: 58261 <58261@DESKTOP-AAAC71Q> Date: Thu, 18 Oct 2018 11:22:53 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BE=8E=E5=8C=96=E4=BB=A3=E5=8A=9E=E5=B7=A5?= =?UTF-8?q?=E4=BD=9C=E7=9A=84=E4=B8=9A=E5=8A=A1=E5=90=88=E5=90=8C=E5=8F=B7?= =?UTF-8?q?=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Flow/DealerDepositChargeApplyList.jsp | 4 +- .../Flow/DealerDepositReturnApplyList.jsp | 3 +- .../CentralLCStandardInterestList.jsp | 3 +- .../Core/Standard/LCStandardInterestInfo3.jsp | 6 +- .../com/tenwa/apzl/comm/As_saveForCuiJin.java | 8 + .../tenwa/apzl/comm/SeriaNumBerForUtil.java | 329 ++++++++++++++++++ 6 files changed, 349 insertions(+), 4 deletions(-) create mode 100644 src_tenwa/com/tenwa/apzl/comm/SeriaNumBerForUtil.java 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 @@