付款申请单 候补发票

This commit is contained in:
程小伟 2025-05-09 17:08:24 +08:00
parent 07aa9ae043
commit 0aceb9c703
1 changed files with 2 additions and 0 deletions

View File

@ -154,6 +154,8 @@ public class SupplementInvoiceBillPlugin1 extends AbstractBillPlugIn implements
if (actionId.equals("subentryentity") && returnData != null) { if (actionId.equals("subentryentity") && returnData != null) {
this.invoiceCloseCallBack1(event); this.invoiceCloseCallBack1(event);
} }
}else if("A".equals(this.getModel().getValue("billstatus"))){
} }