1.本方账户判断
This commit is contained in:
parent
ca3d62507c
commit
183fbbfe2a
@ -104,7 +104,7 @@
|
||||
var sParams = "accountType="+accountType+",accType="+accType+",state="+state+",FbSdk="+FbSdk+",ownId="+ownId;
|
||||
var sReturn = RunJavaMethodTrans("com.tenwa.reckon.copydata.CalcRentCompare", "compare",sParams );
|
||||
|
||||
if(((id==null||id=="")&&accountPurpose!="default")||sReturn=="null"||sReturn==id){
|
||||
if(id==null||id==""||accountPurpose!="default"||sReturn=="null"||sReturn==id){
|
||||
as_save("myiframe0","parent.AsDialog.ClosePage()");
|
||||
}else{
|
||||
alert("相同类型的账户只能存在一个,请检查(银行账号类型 ,是否为企银直连,银行账户用途,状态等字段)!");
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user