注释调整
This commit is contained in:
parent
b2633531f6
commit
cc631013ac
|
|
@ -107,6 +107,7 @@ public class PMOAdjustBP {
|
|||
// 工序计划工序号重复校验
|
||||
IRule<PMOAggVO> proccoderule = new PMOCheckProcedureDupRule();
|
||||
processer.addBeforeRule(proccoderule);
|
||||
// 校验工序计划是否有下游单据
|
||||
IRule<PMOAggVO> checkproExistDownRule = new PMOCheckProcedureExistDownRule();
|
||||
processer.addBeforeRule(checkproExistDownRule);
|
||||
// 当计划投入数量改小时,需保证不能小于Max(生产订单工序计划中返工工序为‘否’的所有工序的累计完工数量【累计完工数量:工序对应的所有完工报告中该工序的完工数量】)
|
||||
|
|
|
|||
Loading…
Reference in New Issue