diff --git a/WebContent/Tenwa/Lease/Flow/Project/BusinessApplication/CustomerFamilyJoinTempInfo.jsp b/WebContent/Tenwa/Lease/Flow/Project/BusinessApplication/CustomerFamilyJoinTempInfo.jsp index 01acfdbf4..4bce4ca9b 100644 --- a/WebContent/Tenwa/Lease/Flow/Project/BusinessApplication/CustomerFamilyJoinTempInfo.jsp +++ b/WebContent/Tenwa/Lease/Flow/Project/BusinessApplication/CustomerFamilyJoinTempInfo.jsp @@ -67,7 +67,6 @@ } } function viewAndEdit(){ - debugger; // var ID = getItemValue(0,getRow(0),'ID'); // if("undefined"==ID||""==ID || null==ID){ // AsDebug.showMessage("提示","请选中一条数据!","","",true); @@ -84,8 +83,8 @@ var suphone = getItemValue(0,0,"suphone"); var sposition = getItemValue(0,0,"sposition"); var smincome = getItemValue(0,0,"smincome"); - if(name=="" || certid==""){ - alert("请输入信息!"); + if(name=="" || certid=="" || tel==""){ + alert("请输入共同申请人信息!"); return; }else{ var flowunid = getItemValue(0,0,"flowunid"); diff --git a/WebContent/Tenwa/Lease/Flow/Project/BusinessApplication/CustomerFamilyTempInfo.jsp b/WebContent/Tenwa/Lease/Flow/Project/BusinessApplication/CustomerFamilyTempInfo.jsp index cc9a42009..941d7ae81 100644 --- a/WebContent/Tenwa/Lease/Flow/Project/BusinessApplication/CustomerFamilyTempInfo.jsp +++ b/WebContent/Tenwa/Lease/Flow/Project/BusinessApplication/CustomerFamilyTempInfo.jsp @@ -8,6 +8,8 @@ String sPrevUrl = CurPage.getParameter("PrevUrl"); String flowunid = CurPage.getParameter("FlowUnid"); String customerid = Sqlca.getString("select customer_id from lb_union_lessee_temp where flowunid='"+flowunid+"'"); + String marriage = Sqlca.getString("select MARRIAGE from CUSTOMER_PERSON_TEMP where flowunid='"+flowunid+"'"); + System.out.print("============================"+marriage); //String customerid = CurPage.getParameter("customerid"); if(sPrevUrl == null) sPrevUrl = ""; @@ -22,6 +24,14 @@ }; %><%@ include file="/Frame/resources/include/ui/include_info.jspf"%>