付款申请单 候补发票
This commit is contained in:
parent
52ce691d9b
commit
7a2564db6a
|
@ -95,6 +95,7 @@ public class SupplementInvoiceBillPlugin extends PaymentApplyEditUI {
|
|||
invoice.set("unapplyamount",unapplyinvoftaxamt);
|
||||
invArr[i] = invoice;
|
||||
SaveServiceHelper.save(new DynamicObject[]{invoice});
|
||||
this.getView().showSuccessNotification("第"+(i+1)+"行发票保存成功",1000);
|
||||
}else {
|
||||
this.getView().showTipNotification("合同进项发票信息第"+(i+1)+"行的 本次申请金额不能大于未申请含税金额。",5000);
|
||||
this.getView().showTipNotification("发票保存失败!",5000);
|
||||
|
|
Loading…
Reference in New Issue