From 9bc9e5a75eb6bc690d9e3960450ae7d9316f58d1 Mon Sep 17 00:00:00 2001 From: user Date: Sat, 14 Jul 2018 11:08:30 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=9A=E5=8A=A1=E7=94=B3=E8=AF=B7=EF=BC=8C?= =?UTF-8?q?=E5=85=B1=E5=90=8C=E7=94=B3=E8=AF=B7=E4=BA=BA=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E6=A0=A1=E9=AA=8C=E6=89=8B=E6=9C=BA=E5=8F=B7=E6=98=AF=E5=90=A6?= =?UTF-8?q?=E9=87=8D=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../CustomerFamilyJoinTempInfo.jsp | 23 ++++++++++++++----- 1 file changed, 17 insertions(+), 6 deletions(-) diff --git a/WebContent/Tenwa/Lease/Flow/Project/BusinessApplication/CustomerFamilyJoinTempInfo.jsp b/WebContent/Tenwa/Lease/Flow/Project/BusinessApplication/CustomerFamilyJoinTempInfo.jsp index c55f9e206..c3ee52f78 100644 --- a/WebContent/Tenwa/Lease/Flow/Project/BusinessApplication/CustomerFamilyJoinTempInfo.jsp +++ b/WebContent/Tenwa/Lease/Flow/Project/BusinessApplication/CustomerFamilyJoinTempInfo.jsp @@ -14,6 +14,7 @@ ASObjectModel doTemp = new ASObjectModel(sTempletNo); doTemp.setColTips("", ""); doTemp.setDefaultValue("project_id", ProjectId); + doTemp.setHtmlEvent("tel","onChange","checkTelRepeat"); ASObjectWindow dwTemp = new ASObjectWindow(CurPage, doTemp,request); dwTemp.Style = "2";//freeform //dwTemp.ReadOnly = "-2";//只读模式 @@ -21,7 +22,6 @@ String customerid = Sqlca.getString("select customer_id from lb_union_lessee_temp where flowunid='"+FlowUnid+"'"); // dwTemp.genHTMLObjectWindow(CurPage.getParameter("FlowUnid"));flowunid + "," + customerid String Partner = Sqlca.getString("select Partner_ from CUSTOMER_FAMILY_TEMP where flowunid='"+FlowUnid+"'"); - System.out.print("+++++++++++++++++++++++++++++"+Partner); if(Partner==null){ dwTemp.genHTMLObjectWindow(FlowUnid); }else if(Partner.equals("Y")){ @@ -30,7 +30,6 @@ dwTemp.genHTMLObjectWindow(FlowUnid); } - String sButtons[][] = { //{"true","","Button","新增","新增","newRecord()","","","","btn_icon_add"}, {"true","","Button","保存","保存","viewAndEdit()","","","","btn_icon_edit"}, @@ -40,7 +39,7 @@ //sButtonPosition = "south"; %><%@ include file="/Frame/resources/include/ui/include_info.jspf"%>