From 03225d9a6493429adc85215a34028b101f11ea64 Mon Sep 17 00:00:00 2001 From: G Date: Thu, 10 Jan 2019 21:12:54 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=9A=E5=8A=A1=20=20=E5=90=88=E5=90=8C=20?= =?UTF-8?q?=E6=A0=87=E9=A2=98=E6=9B=B4=E6=94=B9=20=E5=AD=97=E6=AE=B5?= =?UTF-8?q?=E6=9B=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Core/FlowManager/BaseFlowList/BaseFlowApplyListStart.jspf | 2 +- .../Contract/ContractApproval/ContractApprovalApplyList.jsp | 2 +- .../Flow/Contract/ContractCancle/ContractCancelApplyList.jsp | 2 +- .../Contract/ContractChange/ContractChangeApplyList_Car.jsp | 2 +- .../Project/BusinessApplication/BusinessCancelApplyList.jsp | 2 +- .../Project/BusinessApplication/BusinessChangeApplyList.jsp | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/WebContent/Tenwa/Core/FlowManager/BaseFlowList/BaseFlowApplyListStart.jspf b/WebContent/Tenwa/Core/FlowManager/BaseFlowList/BaseFlowApplyListStart.jspf index 26d3e3b37..4cde8a6a1 100644 --- a/WebContent/Tenwa/Core/FlowManager/BaseFlowList/BaseFlowApplyListStart.jspf +++ b/WebContent/Tenwa/Core/FlowManager/BaseFlowList/BaseFlowApplyListStart.jspf @@ -27,7 +27,7 @@ ApplyManager applyManager = new ApplyManager(sApplyType,sPhaseType,CurUser); ASObjectModel doTemp = new ASObjectModel(applyManager.getDono()); doTemp.setLockCount(2); - if("BusinessApplyApply".equals(sApplyType) || "BusinessCancelApply".equals(sApplyType)){ + if("BusinessApplyApply".equals(sApplyType) || "BusinessCancelApply".equals(sApplyType)||"BusinessChangeApply".equals(sApplyType)){ doTemp.setVisible("flow_key", false); doTemp.setVisible("PROJECT_NO", true); } diff --git a/WebContent/Tenwa/Lease/Flow/Contract/ContractApproval/ContractApprovalApplyList.jsp b/WebContent/Tenwa/Lease/Flow/Contract/ContractApproval/ContractApprovalApplyList.jsp index 8036f23ea..cb6551995 100644 --- a/WebContent/Tenwa/Lease/Flow/Contract/ContractApproval/ContractApprovalApplyList.jsp +++ b/WebContent/Tenwa/Lease/Flow/Contract/ContractApproval/ContractApprovalApplyList.jsp @@ -72,7 +72,7 @@ alert(mes); } reloadSelf(); - },"请选择发起项目"); + },"请选择发起编号"); } <%@ include file="/Tenwa/Core/FlowManager/BaseFlowList/BaseFlowApplyListEnd.jspf"%> diff --git a/WebContent/Tenwa/Lease/Flow/Contract/ContractCancle/ContractCancelApplyList.jsp b/WebContent/Tenwa/Lease/Flow/Contract/ContractCancle/ContractCancelApplyList.jsp index b8353bc32..6cf8a9144 100644 --- a/WebContent/Tenwa/Lease/Flow/Contract/ContractCancle/ContractCancelApplyList.jsp +++ b/WebContent/Tenwa/Lease/Flow/Contract/ContractCancle/ContractCancelApplyList.jsp @@ -53,7 +53,7 @@ alert(mes); } reloadSelf(); - },"请选择发起合同"); + },"请选择发起编号"); } diff --git a/WebContent/Tenwa/Lease/Flow/Contract/ContractChange/ContractChangeApplyList_Car.jsp b/WebContent/Tenwa/Lease/Flow/Contract/ContractChange/ContractChangeApplyList_Car.jsp index b94f76d44..2a4c97001 100644 --- a/WebContent/Tenwa/Lease/Flow/Contract/ContractChange/ContractChangeApplyList_Car.jsp +++ b/WebContent/Tenwa/Lease/Flow/Contract/ContractChange/ContractChangeApplyList_Car.jsp @@ -37,7 +37,7 @@ alert(mes); } reloadSelf(); - },"请选择发起合同"); + },"请选择发起编号"); } <%@ include file="/Tenwa/Core/FlowManager/BaseFlowList/BaseFlowApplyListEnd.jspf"%> diff --git a/WebContent/Tenwa/Lease/Flow/Project/BusinessApplication/BusinessCancelApplyList.jsp b/WebContent/Tenwa/Lease/Flow/Project/BusinessApplication/BusinessCancelApplyList.jsp index 9c72423a0..8438eb07e 100644 --- a/WebContent/Tenwa/Lease/Flow/Project/BusinessApplication/BusinessCancelApplyList.jsp +++ b/WebContent/Tenwa/Lease/Flow/Project/BusinessApplication/BusinessCancelApplyList.jsp @@ -37,7 +37,7 @@ alert(mes); } reloadSelf(); - },"请选择撤销项目"); + },"请选择撤销编号"); } diff --git a/WebContent/Tenwa/Lease/Flow/Project/BusinessApplication/BusinessChangeApplyList.jsp b/WebContent/Tenwa/Lease/Flow/Project/BusinessApplication/BusinessChangeApplyList.jsp index 81bfed055..1d02159c3 100644 --- a/WebContent/Tenwa/Lease/Flow/Project/BusinessApplication/BusinessChangeApplyList.jsp +++ b/WebContent/Tenwa/Lease/Flow/Project/BusinessApplication/BusinessChangeApplyList.jsp @@ -38,7 +38,7 @@ alert(mes); } reloadSelf(); - },"请选择变更项目"); + },"请选择变更编号"); }