diff --git a/WebContent/Tenwa/Lease/Flow/Comm/LBContract/LBContractInfo.jsp b/WebContent/Tenwa/Lease/Flow/Comm/LBContract/LBContractInfo.jsp index 2aa55495a..7875fb80b 100644 --- a/WebContent/Tenwa/Lease/Flow/Comm/LBContract/LBContractInfo.jsp +++ b/WebContent/Tenwa/Lease/Flow/Comm/LBContract/LBContractInfo.jsp @@ -105,10 +105,25 @@ isAll=""; } String sButtons[][] =null; - sButtons= new String[][]{ + /* 原版的 + sButtons= new String[][]{ {"true",isAll,"Button","保存","保存所有修改","saveRecord()","","","",""} }; - + */ + //改动如下 如有问题可删除恢复 + if(!"ContractApprovalFlow".equals(FlowNo)||!"ContractChangeFlow".equals(FlowNo)){ + sButtons= new String[][]{ + //{"true",isAll,"Button","保存","保存所有修改","saveRecord()","","","",""} + }; + + }else{ + + sButtons= new String[][]{ + {"true",isAll,"Button","保存","保存所有修改","saveRecord()","","","",""} + }; + } + + %> <%/*~END~*/%>