|
|
@ -4273,6 +4273,8 @@ public class ScheduleServiceImpl implements ScheduleService { |
|
|
params.add(scheduleData.getSeqNo()); |
|
|
params.add(scheduleData.getSeqNo()); |
|
|
params.add(scheduleData.getRollNo()); |
|
|
params.add(scheduleData.getRollNo()); |
|
|
params.add(scheduleData.isDirectRepackageflag()); |
|
|
params.add(scheduleData.isDirectRepackageflag()); |
|
|
|
|
|
params.add(scheduleData.getShiftNo()); |
|
|
|
|
|
params.add(scheduleData.getScheduledDate()); |
|
|
return workbenchCreateslittingrollFqcCheck("switchroll_repack_check",params); |
|
|
return workbenchCreateslittingrollFqcCheck("switchroll_repack_check",params); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
@ -4300,7 +4302,7 @@ public class ScheduleServiceImpl implements ScheduleService { |
|
|
params.add(scheduleData.getWorkCenterNo()); |
|
|
params.add(scheduleData.getWorkCenterNo()); |
|
|
params.add(scheduleData.getResourceId()); |
|
|
params.add(scheduleData.getResourceId()); |
|
|
params.add(scheduleData.getShiftNo()); |
|
|
params.add(scheduleData.getShiftNo()); |
|
|
params.add(scheduleData.getScheduleDate()); |
|
|
|
|
|
|
|
|
params.add(scheduleData.getScheduledDate()); |
|
|
workbenchCreateslittingrollFqcCheck("switchroll_repack_action",params); |
|
|
workbenchCreateslittingrollFqcCheck("switchroll_repack_action",params); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|