付款申请单 候补发票

This commit is contained in:
程小伟 2025-05-09 17:58:18 +08:00
parent 0aceb9c703
commit 30d61a12b4
2 changed files with 8 additions and 6 deletions

View File

@ -64,8 +64,9 @@ public class SupplementInvoiceBillPlugin extends PaymentApplyEditUI {
// super.propertyChanged(e);
// } else
if (!billId.equals("0") &&"C".equals(this.getModel().getValue("billstatus"))){
String key = e.getProperty().getName();
// int rowIndex = e.getChangeSet()[0].getRowIndex();
// int rowIndex = e.getChangeSet()[0].getRowIndex();
log.info("SupplementInvoiceBillPlugin:发生变动的字段:"+key);
if(StringUtil.equals("applyinvoftaxamt", key)) {
log.info("SupplementInvoiceBillPlugin:发票申请金额发生变动,与合同的申请金额进行比较");

View File

@ -56,6 +56,7 @@ public class SupplementInvoiceBillPlugin1 extends AbstractBillPlugIn implements
if (!billId.equals("0") && "A".equals(this.getModel().getValue("billstatus"))){
super.propertyChanged(e);
} else if (!billId.equals("0") &&"C".equals(this.getModel().getValue("billstatus"))){
String key = e.getProperty().getName();
// int rowIndex = e.getChangeSet()[0].getRowIndex();
log.info("SupplementInvoiceBillPlugin:发生变动的字段:"+key);