付款单原币为0本币可编辑
This commit is contained in:
parent
351ef747b3
commit
94cb227f02
|
@ -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 {
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue