|
|
@ -1261,7 +1261,6 @@ public class ScheduleController { |
|
|
.put("msg", "操作成功!"); |
|
|
.put("msg", "操作成功!"); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
|
* @Author sxm |
|
|
* @Author sxm |
|
|
* @Description 检查是否可以创建分卷 |
|
|
* @Description 检查是否可以创建分卷 |
|
|
@ -1275,7 +1274,6 @@ public class ScheduleController { |
|
|
return R.ok("检验通过!"); |
|
|
return R.ok("检验通过!"); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
|
* @Author sxm |
|
|
* @Author sxm |
|
|
* @Description 执行创建分卷的业务逻辑 |
|
|
* @Description 执行创建分卷的业务逻辑 |
|
|
@ -1315,7 +1313,6 @@ public class ScheduleController { |
|
|
return R.ok("保存成功"); |
|
|
return R.ok("保存成功"); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
|
* @Author sxm |
|
|
* @Author sxm |
|
|
* @Description 批量保存不良 |
|
|
* @Description 批量保存不良 |
|
|
@ -1329,7 +1326,6 @@ public class ScheduleController { |
|
|
return R.ok("保存成功"); |
|
|
return R.ok("保存成功"); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
|
* @Author sxm |
|
|
* @Author sxm |
|
|
* @Description 获取fqc 送检卷 |
|
|
* @Description 获取fqc 送检卷 |
|
|
@ -1410,7 +1406,6 @@ public class ScheduleController { |
|
|
return R.ok("验证通过"); |
|
|
return R.ok("验证通过"); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
|
* @Author sxm |
|
|
* @Author sxm |
|
|
* @Description 获取前道工序 |
|
|
* @Description 获取前道工序 |
|
|
@ -1437,7 +1432,6 @@ public class ScheduleController { |
|
|
return R.ok().put("userSpecialSecurity", userSpecialSecurity); |
|
|
return R.ok().put("userSpecialSecurity", userSpecialSecurity); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
|
* @Author sxm |
|
|
* @Author sxm |
|
|
* @Description 关闭/打开 生产工单 |
|
|
* @Description 关闭/打开 生产工单 |
|
|
@ -1490,7 +1484,6 @@ public class ScheduleController { |
|
|
return R.ok("操作成功,请刷新数据!"); |
|
|
return R.ok("操作成功,请刷新数据!"); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
|
* @Author sxm |
|
|
* @Author sxm |
|
|
* @Description 印版取消已发 |
|
|
* @Description 印版取消已发 |
|
|
@ -1515,6 +1508,7 @@ public class ScheduleController { |
|
|
public R workbenchCancelallops(@RequestBody SearchScheduleData inData){ |
|
|
public R workbenchCancelallops(@RequestBody SearchScheduleData inData){ |
|
|
return scheduleService.workbenchCancelallops(inData); |
|
|
return scheduleService.workbenchCancelallops(inData); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
|
* @Author sxm |
|
|
* @Author sxm |
|
|
* @Description 创建重检派工单 |
|
|
* @Description 创建重检派工单 |
|
|
@ -1527,7 +1521,6 @@ public class ScheduleController { |
|
|
return scheduleService.soscheduleNewReinspectjob(inData); |
|
|
return scheduleService.soscheduleNewReinspectjob(inData); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
|
* @Author sxm |
|
|
* @Author sxm |
|
|
* @Description 换包装校验 |
|
|
* @Description 换包装校验 |
|
|
@ -1589,5 +1582,4 @@ public class ScheduleController { |
|
|
.put("msg", "操作成功!"); |
|
|
.put("msg", "操作成功!"); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
} |