From 458e5fa07b560a0b11260c9233cbd113ff2ce23b Mon Sep 17 00:00:00 2001 From: user Date: Sat, 14 Jul 2018 10:42:12 +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=9C=AA=E5=A9=9A=E6=97=B6=E9=9A=90=E8=97=8F=E9=85=8D=E5=81=B6?= =?UTF-8?q?=E4=BF=A1=E6=81=AF=E9=A1=B5=E9=9D=A2=EF=BC=8C=E6=A0=A1=E9=AA=8C?= =?UTF-8?q?=E8=87=AA=E7=84=B6=E4=BA=BA=E6=89=8B=E6=9C=BA=E5=8F=B7=E3=80=81?= =?UTF-8?q?=E7=B4=A7=E6=80=A5=E8=81=94=E7=B3=BB=E4=BA=BA1=E7=94=B5?= =?UTF-8?q?=E8=AF=9D=E3=80=81=E7=B4=A7=E6=80=A5=E8=81=94=E7=B3=BB=E4=BA=BA?= =?UTF-8?q?2=E7=94=B5=E8=AF=9D=E7=AD=89=E5=AD=97=E6=AE=B5=E7=9A=84?= =?UTF-8?q?=E5=8F=B7=E7=A0=81=E9=87=8D=E5=A4=8D=E6=A0=A1=E9=AA=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../BusinessApplication/CustomerInfo.jsp | 69 +++++++++++++------ 1 file changed, 48 insertions(+), 21 deletions(-) diff --git a/WebContent/Tenwa/Lease/Flow/Project/BusinessApplication/CustomerInfo.jsp b/WebContent/Tenwa/Lease/Flow/Project/BusinessApplication/CustomerInfo.jsp index a4bc8d156..3031a18bf 100644 --- a/WebContent/Tenwa/Lease/Flow/Project/BusinessApplication/CustomerInfo.jsp +++ b/WebContent/Tenwa/Lease/Flow/Project/BusinessApplication/CustomerInfo.jsp @@ -9,19 +9,19 @@ Date curdate = new Date(); SimpleDateFormat formatter = new SimpleDateFormat("yyyy/MM/dd"); String dateString = formatter.format(curdate); - String sPhaseNo=CurPage.getParameter("sPhaseNo"); - System.out.print("==============="+sPhaseNo); - String flowunid = CurPage.getParameter("FlowUnid"); String customerid = Sqlca.getString("select customer_id from lb_union_lessee_temp where flowunid='"+flowunid+"'"); String sTempletNo = "BusinessCustomerInfo";//--模板号-- ASObjectModel doTemp = new ASObjectModel(sTempletNo); String custname=CurPage.getParameter("custname"); doTemp.setHtmlEvent("CERTID","onChange","changeCertid"); - doTemp.setHtmlEvent("MARRIAGE","onChange","changeFamilyRequired"); + //doTemp.setHtmlEvent("MARRIAGE","onChange","changeFamilyRequired"); + doTemp.setHtmlEvent("MARRIAGE","onChange","changeChildrensNumber"); doTemp.setHtmlEvent("Mailing_Address","onChange","checkMailingAddress"); doTemp.setHtmlEvent("mobile","onChange","checkMobileRepeat"); + doTemp.setHtmlEvent("EMERGENCY_CONTACT_TEL","onChange","checkEmergencyRepeat"); + doTemp.setHtmlEvent("REMARK","onChange","checkRemarkRepeat"); String rightType = CurPage.getParameter("RightType");//页面只读与否 if(rightType==null)rightType=""; ASObjectWindow dwTemp = new ASObjectWindow(CurPage, doTemp,request); @@ -49,7 +49,7 @@ %><%@ include file="/Frame/resources/include/ui/include_info.jspf"%>