付款申请单 发票处理
This commit is contained in:
parent
c235166ffe
commit
50207b62e3
|
@ -50,6 +50,8 @@ public class CustomInvoiceBillPlugin extends PaymentApplyEditUI {
|
||||||
}else if(StringUtil.equals("savesupplement", key)) {
|
}else if(StringUtil.equals("savesupplement", key)) {
|
||||||
log.info("SupplementInvoiceBillPlugin:点击后补保存");
|
log.info("SupplementInvoiceBillPlugin:点击后补保存");
|
||||||
this.unapplyInvoftaxamtRevise(args);
|
this.unapplyInvoftaxamtRevise(args);
|
||||||
|
}else if(StringUtil.equals("deletesubentry", key)) {
|
||||||
|
this.beforeDeleteSubEntry(args);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue