From 693a63246a774ad25d8c277d5bd698fa87afef3b Mon Sep 17 00:00:00 2001 From: liuz Date: Wed, 25 Jul 2018 15:48:58 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=8F=E9=94=80=E5=95=86=E6=B5=81=E7=A8=8B?= =?UTF-8?q?=E7=AC=AC=E4=BA=8C=E6=AD=A5=E5=8E=BB=E6=8E=89=E5=86=85=E7=BD=AE?= =?UTF-8?q?=E6=8C=89=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../DistributorManage/DistributorApproval/LDistributorInfo.jsp | 3 +++ 1 file changed, 3 insertions(+) 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);//唯独把这个字段设为必填