|
|
|
@ -199,7 +199,7 @@ public class MesAssemblyMatchSortStepService extends BaseStepService {
|
|
|
|
|
if (null == equipVariableCollectContext || equipVariableCollectContext.getIsConsume().compareTo(CommonEnumUtil.TRUE_OR_FALSE.TRUE.getValue()) == 0) continue;
|
|
|
|
|
|
|
|
|
|
//装配件跳过, 必须顺序扫描才生效
|
|
|
|
|
if (isSkip && !StringUtils.isEmpty(prodRuleContext.getIsCheckBindSeq()) && prodRuleContext.getIsCheckBindSeq().compareTo(CommonEnumUtil.TRUE_OR_FALSE.TRUE.getValue()) == 0) {
|
|
|
|
|
if (isSkip && isCheckBindSeq(prodRuleContext, productionAssemblySortContext)) {
|
|
|
|
|
|
|
|
|
|
//装配件清单该数据标记跳过
|
|
|
|
|
productionAssemblySortContext.assemblySkip();
|
|
|
|
|