From 6e72dc74b35b6fa3826e73b49dcb104a9c666106 Mon Sep 17 00:00:00 2001 From: zhangjun Date: Fri, 28 Sep 2018 09:23:01 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=9D=E5=AD=98=E6=8C=89=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Tenwa/Lease/Flow/Comm/LBContract/LBContractInfo.jsp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/WebContent/Tenwa/Lease/Flow/Comm/LBContract/LBContractInfo.jsp b/WebContent/Tenwa/Lease/Flow/Comm/LBContract/LBContractInfo.jsp index 7875fb80b..052e11a0f 100644 --- a/WebContent/Tenwa/Lease/Flow/Comm/LBContract/LBContractInfo.jsp +++ b/WebContent/Tenwa/Lease/Flow/Comm/LBContract/LBContractInfo.jsp @@ -105,13 +105,13 @@ isAll=""; } String sButtons[][] =null; - /* 原版的 + // 原版的 sButtons= new String[][]{ {"true",isAll,"Button","保存","保存所有修改","saveRecord()","","","",""} }; - */ + //改动如下 如有问题可删除恢复 - if(!"ContractApprovalFlow".equals(FlowNo)||!"ContractChangeFlow".equals(FlowNo)){ + /* if(!"ContractApprovalFlow".equals(FlowNo)||!"ContractChangeFlow".equals(FlowNo)){ sButtons= new String[][]{ //{"true",isAll,"Button","保存","保存所有修改","saveRecord()","","","",""} }; @@ -121,7 +121,7 @@ sButtons= new String[][]{ {"true",isAll,"Button","保存","保存所有修改","saveRecord()","","","",""} }; - } + } */