From 2b3272ee7b0234a170846fd05fb16ee56e97e422 Mon Sep 17 00:00:00 2001 From: zhangjun Date: Tue, 7 May 2019 16:55:42 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=8F=E9=94=80=E5=95=86=E5=AE=A1=E6=A0=B8?= =?UTF-8?q?=E6=B5=81=E7=A8=8B=E7=AC=AC=E4=BA=8C=E6=AD=A5=E9=9A=90=E8=97=8F?= =?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 --- .../DistributorApproval/LDistributorInfo.jsp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/WebContent/Tenwa/Lease/DistributorManage/DistributorApproval/LDistributorInfo.jsp b/WebContent/Tenwa/Lease/DistributorManage/DistributorApproval/LDistributorInfo.jsp index b2107a383..7a15986e0 100644 --- a/WebContent/Tenwa/Lease/DistributorManage/DistributorApproval/LDistributorInfo.jsp +++ b/WebContent/Tenwa/Lease/DistributorManage/DistributorApproval/LDistributorInfo.jsp @@ -46,8 +46,12 @@ //ado.setReadOnly("BUSINESS_PROPERTY,DISTRIBUTORER",true); dwTemp.genHTMLObjectWindow(sFlowUnid); + String temp = "true"; + if("0020".equals(PhaseNo)){ + temp="false"; + }; String sButtons[][] = { - {"true","All","Button","保存","保存所有修改","save()","","","",""} + {temp,"All","Button","保存","保存所有修改","save()","","","",""} /* {String.valueOf(!com.amarsoft.are.lang.StringX.isSpace(sPrevUrl)),"All","Button","返回","返回列表","returnList()","","","",""} */ }; sButtonPosition = "north";