diff --git a/WebContent/Tenwa/Lease/DistributorManage/DistributorApproval/LDistributorInfo.jsp b/WebContent/Tenwa/Lease/DistributorManage/DistributorApproval/LDistributorInfo.jsp index d7a2abf16..25d9b4d58 100644 --- a/WebContent/Tenwa/Lease/DistributorManage/DistributorApproval/LDistributorInfo.jsp +++ b/WebContent/Tenwa/Lease/DistributorManage/DistributorApproval/LDistributorInfo.jsp @@ -23,6 +23,9 @@ doTemp.setRequired("RETAIL_OPEN_DATE",true);//(0, "RETAIL_OPEN_DATE", true); doTemp.setReadOnly("",true);//先把页面所有字段设为只读状态 doTemp.setReadOnly("RETAIL_OPEN_DATE",false);//唯独把这个字段设为必填 + doTemp.setColInnerBtEvent("PROVINCES", ""); + doTemp.setColInnerBtEvent("DISTRIBUTOR_ADDRESSNAME", ""); + doTemp.setColInnerBtEvent("SUBSIDIARY_COMPANY", ""); } if("ReadOnly".equals(RightType)){ //doTemp.setReadOnly("RETAIL_OPEN_DATE",false);//唯独把这个字段设为必填