业务申请,修改共同申请人页面方法
This commit is contained in:
parent
2097fc42b8
commit
11fb5f16bd
@ -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(){
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user