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(); - },"请选择变更项目"); + },"请选择变更编号"); }