From f3f5c1385d08f1f2f4d9f7d47a30a6c11556140b Mon Sep 17 00:00:00 2001 From: 58261 <58261@DESKTOP-AAAC71Q> Date: Sat, 29 Sep 2018 16:56:12 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=9F=E5=90=8E=E5=B7=A1=E8=A7=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../AfterLeasingVisit/AfterLeasingVisitApplyList.jsp | 2 +- .../AfterLeasingVisit/AfterLeasingVisitContractList.jsp | 4 ++-- .../AfterLeasingVisit/AfterLeasingVisitInfo.jsp | 7 +++++++ 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/WebContent/Tenwa/Lease/Flow/AfterLeasingPatrol/AfterLeasingVisit/AfterLeasingVisitApplyList.jsp b/WebContent/Tenwa/Lease/Flow/AfterLeasingPatrol/AfterLeasingVisit/AfterLeasingVisitApplyList.jsp index 5900e01e9..41530185a 100644 --- a/WebContent/Tenwa/Lease/Flow/AfterLeasingPatrol/AfterLeasingVisit/AfterLeasingVisitApplyList.jsp +++ b/WebContent/Tenwa/Lease/Flow/AfterLeasingPatrol/AfterLeasingVisit/AfterLeasingVisitApplyList.jsp @@ -14,7 +14,7 @@ var customername=sReturn[1]; var contract_id=sReturn[2]; var sParams = "ApplyType=<%=sApplyType%>,CurUserID=<%=CurUser.getUserID()%>"; - sParams =sParams+",ProjectName=客户"+customername+"租后巡视,FlowKey="+customername+",CustomerId="+customerid+",ContractId="+contract_id; + sParams =sParams+",ProjectName=客户"+customername+"租后巡视,FlowKey="+customername+",CustomerId="+customerid+",ContractId="+contract_id+",customername="+customername; var sReturnInfo = RunJavaMethodTrans("com.tenwa.lease.flow.afterleasing.afterleasingvisit.AfterLeasingVisitStartAction","initFLow",sParams); if(typeof(sReturnInfo)=="undefined" || sReturnInfo=="" || sReturnInfo=="_CANCEL_") return; var sReturnInfos=sReturnInfo.split("@"); diff --git a/WebContent/Tenwa/Lease/Flow/AfterLeasingPatrol/AfterLeasingVisit/AfterLeasingVisitContractList.jsp b/WebContent/Tenwa/Lease/Flow/AfterLeasingPatrol/AfterLeasingVisit/AfterLeasingVisitContractList.jsp index 7c76cf4d7..6f7c708ed 100644 --- a/WebContent/Tenwa/Lease/Flow/AfterLeasingPatrol/AfterLeasingVisit/AfterLeasingVisitContractList.jsp +++ b/WebContent/Tenwa/Lease/Flow/AfterLeasingPatrol/AfterLeasingVisit/AfterLeasingVisitContractList.jsp @@ -21,11 +21,11 @@ }; %><%@include file="/Frame/resources/include/ui/include_list.jspf"%>