付款申请单 候补发票
This commit is contained in:
parent
0aceb9c703
commit
30d61a12b4
|
@ -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:发票申请金额发生变动,与合同的申请金额进行比较");
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue