付款申请单 发票处理

This commit is contained in:
程小伟 2025-05-13 16:00:54 +08:00
parent c235166ffe
commit 50207b62e3
1 changed files with 2 additions and 0 deletions

View File

@ -50,6 +50,8 @@ public class CustomInvoiceBillPlugin extends PaymentApplyEditUI {
}else if(StringUtil.equals("savesupplement", key)) {
log.info("SupplementInvoiceBillPlugin:点击后补保存");
this.unapplyInvoftaxamtRevise(args);
}else if(StringUtil.equals("deletesubentry", key)) {
this.beforeDeleteSubEntry(args);
}
}
}