|
|
|
@ -81,6 +81,9 @@ public class MesProductionDataSaveBeforeControlOrderStepService extends BaseStep
|
|
|
|
|
//验证是否需要汇报
|
|
|
|
|
productionPsOutContextList.stream().filter(o -> null != o).forEach(o -> checkProductionRecordIsReport(reqBean, o, prMap.get(o.getForeignKey()), CollectionUtils.isEmpty(psiMap) ? null : psiMap.get(o.getForeignKey())));
|
|
|
|
|
|
|
|
|
|
Map<String, List<MesProductionPsOutContext>> reportPsMap = productionPsOutContextList.stream().filter(o -> (null != o && o.getIsCalcCompleteQty().compareTo(CommonEnumUtil.TRUE_OR_FALSE.TRUE.getValue()) == 0)).collect(Collectors.groupingBy(MesProductionPsOutContext::getPartNo));
|
|
|
|
|
|
|
|
|
|
if ()
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
//验证加工单完成数量
|
|
|
|
|