付款申请单 候补发票

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

View File

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