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";