1修改bug
This commit is contained in:
parent
e15c84df9a
commit
2a4c276727
@ -1022,7 +1022,7 @@ function saveRecord(sPostEvents){
|
||||
AsDebug.showMessage("提示","综合融资额比例不能小于"+productCleanLeaseMoneyRatioMin+"%","","",true);
|
||||
return ;
|
||||
}
|
||||
if((LeaseMoneyRatio=>productCleanLeaseMoneyRatioMax)&&(productCleanLeaseMoneyRatioMax!=null)&&(productCleanLeaseMoneyRatioMax!="")){
|
||||
if((LeaseMoneyRatio>=productCleanLeaseMoneyRatioMax)&&(productCleanLeaseMoneyRatioMax!=null)&&(productCleanLeaseMoneyRatioMax!="")){
|
||||
AsDebug.showMessage("提示","综合融资额比例不能大于"+productCleanLeaseMoneyRatioMax+"%","","",true);
|
||||
return ;
|
||||
}
|
||||
@ -1030,7 +1030,7 @@ function saveRecord(sPostEvents){
|
||||
AsDebug.showMessage("提示","融资额不能小于"+productCleanLeaseMoneyMin,"","",true);
|
||||
return ;
|
||||
}
|
||||
if((cleanLeaseMoney=>productCleanLeaseMoneyMax)&&(productCleanLeaseMoneyMax!=null)&&(productCleanLeaseMoneyMax!="")){
|
||||
if((cleanLeaseMoney>=productCleanLeaseMoneyMax)&&(productCleanLeaseMoneyMax!=null)&&(productCleanLeaseMoneyMax!="")){
|
||||
AsDebug.showMessage("提示","融资额不能大于"+productCleanLeaseMoneyMax,"","",true);
|
||||
return ;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user