付款申请单 候补发票

This commit is contained in:
程小伟 2025-05-12 10:21:08 +08:00
parent 8403a221c3
commit fe953bb5e9
1 changed files with 2 additions and 2 deletions

View File

@ -84,8 +84,8 @@ public class SupplementInvoiceBillPlugin extends PaymentApplyEditUI {
BigDecimal totalAmount = this.getSum1("subentryentity", "applyinvoftaxamt");//算出子单据申请金额总和
if(applyoftaxamount.compareTo(totalAmount)!=0){
this.getView().showTipNotification(
"合同付款信息"+(rowIndex+1)+"的 本次申请金额\n" +
" 不等于 合同进项发票的 本次申请金额总和 ,请重写填写合同进项发票的申请金额",5000);
"合同付款信息的 本次申请金额\n" +
" 不等于 合同进项发票的 本次申请金额总和 ,请重写填写合同进项发票的申请金额",10000);
}
}