diff --git a/WebContent/Tenwa/Lease/Flow/Contract/ContractCancle/ContractCancelApplyList.jsp b/WebContent/Tenwa/Lease/Flow/Contract/ContractCancle/ContractCancelApplyList.jsp index d9775034f..fd124949a 100644 --- a/WebContent/Tenwa/Lease/Flow/Contract/ContractCancle/ContractCancelApplyList.jsp +++ b/WebContent/Tenwa/Lease/Flow/Contract/ContractCancle/ContractCancelApplyList.jsp @@ -7,6 +7,7 @@ debugger; var flowno="<%=CurPage.getParameter("ApplyType")%>"; var orgId="<%=CurUser.getOrgID()%>"; + orgId.substring(0, 7); var selname=""; var parm=""; var businessType=""; diff --git a/WebContent/Tenwa/Lease/Flow/Contract/ContractChange/ContractChangeApplyList.jsp b/WebContent/Tenwa/Lease/Flow/Contract/ContractChange/ContractChangeApplyList.jsp index 4bc69890e..449c1a509 100644 --- a/WebContent/Tenwa/Lease/Flow/Contract/ContractChange/ContractChangeApplyList.jsp +++ b/WebContent/Tenwa/Lease/Flow/Contract/ContractChange/ContractChangeApplyList.jsp @@ -6,6 +6,7 @@ function newApply() { var orgId="<%=CurUser.getOrgID()%>"; + orgId.substring(0, 7); var businessType=""; if(orgId=="8009010"){ businessType="2"; diff --git a/WebContent/Tenwa/Lease/Flow/Contract/ContractDataSupport/ContractDataSupportApplyList.jsp b/WebContent/Tenwa/Lease/Flow/Contract/ContractDataSupport/ContractDataSupportApplyList.jsp index cb1e7e288..fb7e0be49 100644 --- a/WebContent/Tenwa/Lease/Flow/Contract/ContractDataSupport/ContractDataSupportApplyList.jsp +++ b/WebContent/Tenwa/Lease/Flow/Contract/ContractDataSupport/ContractDataSupportApplyList.jsp @@ -6,6 +6,7 @@ function newApply() { var orgId="<%=CurUser.getOrgID()%>"; + orgId.substring(0, 7); var businessType=""; if(orgId=="8009010"){ businessType="2"; diff --git a/WebContent/Tenwa/Lease/Flow/Contract/ContractOnhire/ContractOnhireApplyList.jsp b/WebContent/Tenwa/Lease/Flow/Contract/ContractOnhire/ContractOnhireApplyList.jsp index 214c8c07a..cec64bc1b 100644 --- a/WebContent/Tenwa/Lease/Flow/Contract/ContractOnhire/ContractOnhireApplyList.jsp +++ b/WebContent/Tenwa/Lease/Flow/Contract/ContractOnhire/ContractOnhireApplyList.jsp @@ -7,6 +7,7 @@ { debugger; var orgId="<%=CurUser.getOrgID()%>"; + orgId.substring(0, 7); var businessType=""; if(orgId=="8009010"){ businessType="2"; diff --git a/WebContent/Tenwa/Lease/Flow/Project/ProjectCancel/ProjectCancelApplyList.jsp b/WebContent/Tenwa/Lease/Flow/Project/ProjectCancel/ProjectCancelApplyList.jsp index eaa42ecfc..3c0ff956b 100644 --- a/WebContent/Tenwa/Lease/Flow/Project/ProjectCancel/ProjectCancelApplyList.jsp +++ b/WebContent/Tenwa/Lease/Flow/Project/ProjectCancel/ProjectCancelApplyList.jsp @@ -5,6 +5,7 @@ /*~[Describe=新增记录;InputParam=无;OutPutParam=无;]~*/ function newApply(){ var orgId="<%=CurUser.getOrgID()%>"; + orgId.substring(0, 7); var businessType=""; if(orgId=="8009010"){ businessType="2"; diff --git a/WebContent/Tenwa/Lease/Flow/Project/ProjectChange/ProjectChangeApplyList.jsp b/WebContent/Tenwa/Lease/Flow/Project/ProjectChange/ProjectChangeApplyList.jsp index c6b673fb3..9ec9e176b 100644 --- a/WebContent/Tenwa/Lease/Flow/Project/ProjectChange/ProjectChangeApplyList.jsp +++ b/WebContent/Tenwa/Lease/Flow/Project/ProjectChange/ProjectChangeApplyList.jsp @@ -6,6 +6,7 @@ /*~[Describe=新增记录;InputParam=无;OutPutParam=无;]~*/ function newApply(){ var orgId="<%=CurUser.getOrgID()%>"; + orgId.substring(0, 7); var businessType=""; if(orgId=="8009010"){ businessType="2"; diff --git a/WebContent/Tenwa/Lease/Flow/Project/ProjectDataSupport/ProjectDataSupportApplyList.jsp b/WebContent/Tenwa/Lease/Flow/Project/ProjectDataSupport/ProjectDataSupportApplyList.jsp index 057a1571e..a634f8ba9 100644 --- a/WebContent/Tenwa/Lease/Flow/Project/ProjectDataSupport/ProjectDataSupportApplyList.jsp +++ b/WebContent/Tenwa/Lease/Flow/Project/ProjectDataSupport/ProjectDataSupportApplyList.jsp @@ -6,6 +6,7 @@ function newApply() { var orgId="<%=CurUser.getOrgID()%>"; + orgId = orgId.substring(0,7); var businessType=""; if(orgId=="8009010"){ businessType="2"; diff --git a/WebContent/Tenwa/Lease/Flow/Project/ProjectRecredit/ProjectRecreditApplyList.jsp b/WebContent/Tenwa/Lease/Flow/Project/ProjectRecredit/ProjectRecreditApplyList.jsp index 27bf617b8..9d0b3a7f3 100644 --- a/WebContent/Tenwa/Lease/Flow/Project/ProjectRecredit/ProjectRecreditApplyList.jsp +++ b/WebContent/Tenwa/Lease/Flow/Project/ProjectRecredit/ProjectRecreditApplyList.jsp @@ -4,7 +4,9 @@