From 8ef1489411d2cf3642e7eabb0bc75de3c38f8659 Mon Sep 17 00:00:00 2001 From: linxiaoping <12345678> Date: Wed, 20 Jun 2018 11:02:10 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9=E6=B3=95=E4=BA=BA=E5=AE=A2?= =?UTF-8?q?=E6=88=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Customer/Lessee/Company/CustomerCompany.jsp | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/WebContent/Tenwa/Customer/Lessee/Company/CustomerCompany.jsp b/WebContent/Tenwa/Customer/Lessee/Company/CustomerCompany.jsp index c317857d7..841be6be4 100644 --- a/WebContent/Tenwa/Customer/Lessee/Company/CustomerCompany.jsp +++ b/WebContent/Tenwa/Customer/Lessee/Company/CustomerCompany.jsp @@ -8,6 +8,7 @@ doTemp.setHtmlEvent("status","onchange","changeOtherRequired"); doTemp.setDefaultValue("rccurrency", "01"); doTemp.setDefaultValue("pccurrency", "01"); +// doTemp.setDefaultValue("status", "checked","checked"); //初始化客户类别字段 BizObjectManager typeManager = JBOFactory.getBizObjectManager(CUSTOMER_TYPE.CLASS_NAME); List types = typeManager.createQuery("customerid=:customerid and status='valid'").setParameter("customerid",customerId).getResultList(false); @@ -38,6 +39,7 @@ %><%@ include file="/Frame/resources/include/ui/include_info.jspf"%>