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