From 0bda68a1604f24a92e737c7d8fbdbf9a00edbd86 Mon Sep 17 00:00:00 2001 From: tangfutang Date: Sun, 26 Apr 2020 21:21:06 +0800 Subject: [PATCH] =?UTF-8?q?=E7=9B=B4=E6=8E=A5=E6=89=A3=E6=AC=BE=E5=A7=94?= =?UTF-8?q?=E6=89=98=E4=B9=A6=E6=B7=BB=E5=8A=A0=E5=A4=A9=E6=B4=A5=E4=B8=BB?= =?UTF-8?q?=E4=BD=93=E6=A8=A1=E6=9D=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../AccountChangeApprovalApplyList.jsp | 3 +- .../Comm/LBDebitCard/ChangeDebitCardList.jsp | 20 +++++++- .../fileTemplate/直接扣款授权委托书_tj.docx | Bin 0 -> 13334 bytes .../action/ContractSignAction.java | 14 ++++-- src_sql/投产SQL/V20200404/tft_20200404.sql | 43 ++++++++++++++++++ .../contractaward/ContractAward.java | 20 ++++++++ 6 files changed, 94 insertions(+), 6 deletions(-) create mode 100644 WebContent/fileTemplate/直接扣款授权委托书_tj.docx diff --git a/WebContent/Tenwa/Lease/Flow/AccountInfoChange/AccountChangeApprovalApplyList.jsp b/WebContent/Tenwa/Lease/Flow/AccountInfoChange/AccountChangeApprovalApplyList.jsp index 5c64b400a..ff4bf34aa 100644 --- a/WebContent/Tenwa/Lease/Flow/AccountInfoChange/AccountChangeApprovalApplyList.jsp +++ b/WebContent/Tenwa/Lease/Flow/AccountInfoChange/AccountChangeApprovalApplyList.jsp @@ -54,7 +54,8 @@ var customerId=sReturn[5]; var contractNumber=sReturn[6]; var ProjectName=sReturn[10]; - var param="ContractId="+contractId+",productId="+productId+",product_Name="+product_Name+",ProjectId="+projectId+",CustomerType="+customerType+",customerId="+customerId+",contractNumber="+contractNumber+",FlowKey="+contractNumber+",ProjectName="+ProjectName; + var SubjectId=sReturn[11]; + var param="ContractId="+contractId+",productId="+productId+",product_Name="+product_Name+",ProjectId="+projectId+",CustomerType="+customerType+",customerId="+customerId+",contractNumber="+contractNumber+",FlowKey="+contractNumber+",ProjectName="+ProjectName+",SubjectId="+SubjectId; var sParams =param+",ApplyType=<%=sApplyType%>,CurUserID=<%=CurUser.getUserID()%>"; var sReturnInfo = RunJavaMethodTrans("com.tenwa.flow.action.comm.BaseFlowStartAction","initFLow",sParams); if(typeof(sReturnInfo)=="undefined" || sReturnInfo=="" || sReturnInfo=="_CANCEL_") return; diff --git a/WebContent/Tenwa/Lease/Flow/Comm/LBDebitCard/ChangeDebitCardList.jsp b/WebContent/Tenwa/Lease/Flow/Comm/LBDebitCard/ChangeDebitCardList.jsp index 68480eea8..50e5ffa27 100644 --- a/WebContent/Tenwa/Lease/Flow/Comm/LBDebitCard/ChangeDebitCardList.jsp +++ b/WebContent/Tenwa/Lease/Flow/Comm/LBDebitCard/ChangeDebitCardList.jsp @@ -9,6 +9,8 @@ String flowunid = CurPage.getParameter("FlowUnid"); String contractid = CurPage.getParameter("ContractId"); String customerType = CurPage.getParameter("CustomerType"); + String projectId = CurPage.getParameter("ProjectId"); + String SubjectId = CurPage.getParameter("SubjectId"); String falg = "false"; if("03".equals(customerType)){ falg = "true"; @@ -33,15 +35,31 @@ %><%@include file="/Frame/resources/include/ui/include_list.jspf"%>