From ad6ae421e69163734095b75b0e56c0f97d0f264f Mon Sep 17 00:00:00 2001 From: user Date: Sat, 30 Jun 2018 11:07:00 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=9A=E5=8A=A1=E7=94=B3=E8=AF=B7=EF=BC=8C?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=88=B7=E7=B1=8D=E5=9C=B0=E5=9D=80=E5=AD=97?= =?UTF-8?q?=E6=AE=B5=E4=BA=8B=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Flow/Project/BusinessApplication/CustomerInfo.jsp | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/WebContent/Tenwa/Lease/Flow/Project/BusinessApplication/CustomerInfo.jsp b/WebContent/Tenwa/Lease/Flow/Project/BusinessApplication/CustomerInfo.jsp index 7a46283a3..b4911ebe2 100644 --- a/WebContent/Tenwa/Lease/Flow/Project/BusinessApplication/CustomerInfo.jsp +++ b/WebContent/Tenwa/Lease/Flow/Project/BusinessApplication/CustomerInfo.jsp @@ -18,6 +18,7 @@ System.out.print(custname+"====================="); doTemp.setHtmlEvent("CERTID","onChange","changeCertid"); doTemp.setHtmlEvent("MARRIAGE","onChange","changeChildrensNumber"); + doTemp.setHtmlEvent("Mailing_Address","onChange","checkMailingAddress"); String rightType = CurPage.getParameter("RightType");//页面只读与否 if(rightType==null)rightType=""; ASObjectWindow dwTemp = new ASObjectWindow(CurPage, doTemp,request); @@ -42,6 +43,15 @@ %><%@ include file="/Frame/resources/include/ui/include_info.jspf"%>