Compare commits

..

2 Commits

Author SHA1 Message Date
lihao 50842be6f9 Merge remote-tracking branch 'origin/master' 2025-03-12 15:57:36 +08:00
lihao 0dd12aa96f 收款单原币金额为0,本币可以编辑且单据编辑保存 2025-03-12 15:56:33 +08:00
1 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,17 @@
//
// Source code recreated from a .class file by IntelliJ IDEA
// (powered by FernFlower decompiler)
//
package nc.bs.arap.actions;
public class GatheringbillEditSaveBatchBSAction extends BillUpdateBatchBSAction {
public GatheringbillEditSaveBatchBSAction() {
this.validatorCode.add(5);
this.validatorCode.add(34);
this.validatorCode.add(57);
this.validatorCode.add(59);
this.validatorCode.add(62);
this.validatorCode.remove(44);
}
}