付款申请单 候补发票

This commit is contained in:
程小伟 2025-05-12 18:31:07 +08:00
parent 52ce691d9b
commit 7a2564db6a
1 changed files with 1 additions and 0 deletions

View File

@ -95,6 +95,7 @@ public class SupplementInvoiceBillPlugin extends PaymentApplyEditUI {
invoice.set("unapplyamount",unapplyinvoftaxamt); invoice.set("unapplyamount",unapplyinvoftaxamt);
invArr[i] = invoice; invArr[i] = invoice;
SaveServiceHelper.save(new DynamicObject[]{invoice}); SaveServiceHelper.save(new DynamicObject[]{invoice});
this.getView().showSuccessNotification(""+(i+1)+"行发票保存成功",1000);
}else { }else {
this.getView().showTipNotification("合同进项发票信息第"+(i+1)+"行的 本次申请金额不能大于未申请含税金额。",5000); this.getView().showTipNotification("合同进项发票信息第"+(i+1)+"行的 本次申请金额不能大于未申请含税金额。",5000);
this.getView().showTipNotification("发票保存失败!",5000); this.getView().showTipNotification("发票保存失败!",5000);