付款申请单 候补发票
This commit is contained in:
parent
12b005dda5
commit
07aa9ae043
|
@ -59,10 +59,11 @@ public class SupplementInvoiceBillPlugin extends PaymentApplyEditUI {
|
||||||
public void propertyChanged(PropertyChangedArgs e) {
|
public void propertyChanged(PropertyChangedArgs e) {
|
||||||
log.info("SupplementInvoiceBillPlugin:发生变动的字段:"+e.getProperty().getName());
|
log.info("SupplementInvoiceBillPlugin:发生变动的字段:"+e.getProperty().getName());
|
||||||
String billId = this.getModel().getDataEntity().getPkValue().toString();
|
String billId = this.getModel().getDataEntity().getPkValue().toString();
|
||||||
log.info("SupplementInvoiceBillPlugin:主键值:"+billId);
|
// log.info("SupplementInvoiceBillPlugin:主键值:"+billId);
|
||||||
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);
|
||||||
|
|
Loading…
Reference in New Issue