parent
e90cf2c1fe
commit
dd61ee05ea
|
|
@ -63,7 +63,7 @@ public class FilingApplicationSelectPlugin extends AbstractBillPlugIn implements
|
||||||
BigDecimal drawamount = (BigDecimal) this.getModel().getValue("drawamount");
|
BigDecimal drawamount = (BigDecimal) this.getModel().getValue("drawamount");
|
||||||
if (shkd_syed.compareTo(drawamount)<0){
|
if (shkd_syed.compareTo(drawamount)<0){
|
||||||
this.getModel().setValue("shkd_baed",null);
|
this.getModel().setValue("shkd_baed",null);
|
||||||
this.getView().showTipNotification("该备案申请剩余额度不总");
|
this.getView().showTipNotification("该备案申请剩余额度不足");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue