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"%>