付款单原币为0本币可编辑

This commit is contained in:
lihao 2025-04-02 17:32:13 +08:00
parent 351ef747b3
commit 94cb227f02
2 changed files with 2 additions and 1 deletions

View File

@ -31,6 +31,7 @@ public class GatheringbillEditSaveBatchBSAction extends BillUpdateBatchBSAction
this.validatorCode.add(93);
this.validatorCode.add(94);
this.validatorCode.add(100);
this.validatorCode.remove(44);
}
protected void doBeforeUpdate(AggregatedValueObject[] bills, AggregatedValueObject[] orginBills) throws BusinessException {

View File

@ -30,7 +30,7 @@ public class GatheringbillSaveBatchBSAction extends BillInsertBatchBSAction {
this.validatorCode.add(8);
this.validatorCode.add(24);
this.validatorCode.add(28);
this.validatorCode.add(44);
// this.validatorCode.add(44);
this.validatorCode.add(46);
this.validatorCode.add(31);
this.validatorCode.add(36);