删除出库时校验

This commit is contained in:
lihao 2025-07-24 09:44:17 +08:00
parent bac5210a7d
commit cc39fc2aed
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ public class SignBP implements ISignBP<MaterialOutVO>, ISignRuleProvider<Materia
processor.addAfterRule(new UpdateSCOnhandRule(false));
processor.addAfterRule(new PushSaveIAandTOBill());
processor.addAfterRule(new AfterSignRuleForLiabilityProcess());
processor.addAfterRule(new CheckDbizdateProcess());
// processor.addAfterRule(new CheckDbizdateProcess());
// 导入领料需求
processor.addAfterRule(new PullProcess());
}