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"%>