|
|
|
|
@ -747,6 +747,7 @@ public class InspectionTaskServiceImpl extends BaseServiceImpl<InspectionTaskMap |
|
|
|
|
modelTwo.put("procedureSet", procedureSet); |
|
|
|
|
modelTwo.put("slotList", slotList); |
|
|
|
|
modelTwo.put("tankInfo", tankInfo); |
|
|
|
|
List<MesRbFilePreserveSlotEntity> dsRbFilePreserveSlotList = new ArrayList<>(); |
|
|
|
|
if (WorkPlan.PRINT_TYPE_PROCESS.equals(prWorkPlan.getPrintType())) { |
|
|
|
|
// 同槽信息(从设备,工装使用记录获取)
|
|
|
|
|
List<ProduceMonitorSlotListVO> slotVOList = null; |
|
|
|
|
@ -772,9 +773,9 @@ public class InspectionTaskServiceImpl extends BaseServiceImpl<InspectionTaskMap |
|
|
|
|
slotList.add(slotJson); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
List<MesRbFilePreserveSlotEntity> dsRbFilePreserveSlotList = buildDsRbFilePreserveSlotList(prWorkPlan); |
|
|
|
|
modelTwo.put("dsRbFilePreserveSlotList", dsRbFilePreserveSlotList); |
|
|
|
|
dsRbFilePreserveSlotList = buildDsRbFilePreserveSlotList(prWorkPlan); |
|
|
|
|
} |
|
|
|
|
modelTwo.put("dsRbFilePreserveSlotList", dsRbFilePreserveSlotList); |
|
|
|
|
// 设备编号信息(从设备,工装使用记录获取)
|
|
|
|
|
List<MacToolUse> mtuList = workPlanMapper.listMacToolUse(prWorkPlan.getId(), Boolean.FALSE); |
|
|
|
|
if (CollectionUtils.isNotEmpty(mtuList)) { |
|
|
|
|
|