1.本方账户页面优化
This commit is contained in:
parent
84932ccc39
commit
a4d7ef8022
@ -99,13 +99,19 @@
|
||||
alert("收款暂不支持银企直连!");
|
||||
return;
|
||||
}
|
||||
var sParams = "accountType="+accountType+",accType="+accType+",state="+state+",FbSdk="+FbSdk+",ownId="+ownId;
|
||||
var sReturn = RunJavaMethodTrans("com.tenwa.reckon.copydata.CalcRentCompare", "compare",sParams );
|
||||
if(sReturn=="null"||sReturn==id||state!="0010"){
|
||||
as_save("myiframe0","parent.AsDialog.ClosePage()");
|
||||
if(state_="0010"){
|
||||
var sParams = "accountType="+accountType+",accType="+accType+",state="+state+",FbSdk="+FbSdk+",ownId="+ownId;
|
||||
var sReturn = RunJavaMethodTrans("com.tenwa.reckon.copydata.CalcRentCompare", "compare",sParams );
|
||||
if(sReturn=="null"||sReturn==id){
|
||||
as_save("myiframe0","parent.AsDialog.ClosePage()");
|
||||
}else{
|
||||
alert("相同类型的账户只能存在一个,请检查(银行账号类型 ,是否为企银直连,银行账户用途,状态等字段)!");
|
||||
}
|
||||
}else{
|
||||
alert("相同类型的账户只能存在一个,请检查(银行账号类型 ,是否为企银直连,银行账户用途,状态等字段)!");
|
||||
}
|
||||
as_save("myiframe0","parent.AsDialog.ClosePage()");
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
//请选择出租人
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user