diff --git a/WebContent/Tenwa/Lease/Flow/Project/BusinessApplication/CustomerFamilyJoinTempInfo.jsp b/WebContent/Tenwa/Lease/Flow/Project/BusinessApplication/CustomerFamilyJoinTempInfo.jsp index 910f84f2d..01acfdbf4 100644 --- a/WebContent/Tenwa/Lease/Flow/Project/BusinessApplication/CustomerFamilyJoinTempInfo.jsp +++ b/WebContent/Tenwa/Lease/Flow/Project/BusinessApplication/CustomerFamilyJoinTempInfo.jsp @@ -48,7 +48,7 @@ var sposition = getItemValue(0,0,"sposition"); var smincome = getItemValue(0,0,"smincome"); if(name=="" || certid==""){ - alert("请输入数据!"); + alert("请输入信息!"); return; } var sResult = RunJavaMethodTrans("com.tenwa.lease.flow.project.businessapply.CustomerFamilyJoin","saveCustomerFamily", @@ -88,7 +88,12 @@ alert("请输入信息!"); return; }else{ - as_save(0,""); + var flowunid = getItemValue(0,0,"flowunid"); + if(null==flowunid||""==flowunid){ + setItemValue(0, 0, "flowunid", "<%=FlowUnid%>"); + setItemValue(0, 0, "Partner_", "Y"); + } + as_save(0); } } function returnList(){