付款申请单 候补发票
This commit is contained in:
parent
8403a221c3
commit
fe953bb5e9
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue