From e619eb1be1ca3e83982dd4dedea00e14549eec41 Mon Sep 17 00:00:00 2001 From: tangfutang Date: Tue, 31 Jul 2018 09:44:45 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=B1=E5=90=8C=E7=94=B3=E8=AF=B7=E4=BA=BA?= =?UTF-8?q?=E4=BF=9D=E5=AD=98=E5=B0=86=E9=94=99=E8=AF=AF=E4=BF=A1=E6=81=AF?= =?UTF-8?q?=E5=BC=B9=E5=87=BA=E6=94=B9=E4=B8=BA=E5=9C=A8=E5=90=8E=E9=9D=A2?= =?UTF-8?q?=E6=A0=87=E7=BA=A2=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../CustomerFamilyJoinTempInfo.jsp | 61 ++++++++++--------- 1 file changed, 33 insertions(+), 28 deletions(-) diff --git a/WebContent/Tenwa/Lease/Flow/Project/BusinessApplication/CustomerFamilyJoinTempInfo.jsp b/WebContent/Tenwa/Lease/Flow/Project/BusinessApplication/CustomerFamilyJoinTempInfo.jsp index d5caf3717..05082d476 100644 --- a/WebContent/Tenwa/Lease/Flow/Project/BusinessApplication/CustomerFamilyJoinTempInfo.jsp +++ b/WebContent/Tenwa/Lease/Flow/Project/BusinessApplication/CustomerFamilyJoinTempInfo.jsp @@ -15,6 +15,8 @@ doTemp.setColTips("", ""); doTemp.setDefaultValue("project_id", ProjectId); doTemp.setHtmlEvent("tel","onChange","checkTelRepeat"); + doTemp.setHtmlEvent("certId","onChange","checkCertId"); + doTemp.setHtmlEvent("suphone","onChange","checkSuphone"); ASObjectWindow dwTemp = new ASObjectWindow(CurPage, doTemp,request); dwTemp.Style = "2";//freeform //dwTemp.ReadOnly = "-2";//只读模式 @@ -41,21 +43,19 @@