付款申请单 候补发票

This commit is contained in:
程小伟 2025-05-09 15:16:31 +08:00
parent 12b005dda5
commit 07aa9ae043
1 changed files with 11 additions and 10 deletions

View File

@ -59,10 +59,11 @@ public class SupplementInvoiceBillPlugin extends PaymentApplyEditUI {
public void propertyChanged(PropertyChangedArgs e) {
log.info("SupplementInvoiceBillPlugin:发生变动的字段:"+e.getProperty().getName());
String billId = this.getModel().getDataEntity().getPkValue().toString();
log.info("SupplementInvoiceBillPlugin:主键值:"+billId);
if (!billId.equals("0") && "A".equals(this.getModel().getValue("billstatus"))){
super.propertyChanged(e);
} else if (!billId.equals("0") &&"C".equals(this.getModel().getValue("billstatus"))){
// log.info("SupplementInvoiceBillPlugin:主键值:"+billId);
// 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);