| | |
| | | return R.ok().add(result); |
| | | } |
| | | |
| | | @RequestMapping("/turn/over/out/start") |
| | | @ManagerAuth(memo = "客户转换") |
| | | public R turnOverOutStart(@RequestBody EmptyPlateOutParam param) { |
| | | workService.turnOverOut(param, getUserId()); |
| | | return R.ok("客户转换成功"); |
| | | } |
| | | |
| | | @RequestMapping("/available/take/check/site") |
| | | @ManagerAuth() |
| | | public R availableTakeCheckSite(){ |
| | |
| | | } else if (type == 3) { |
| | | workService.pickWrkMast(workNo, getUserId()); |
| | | return R.ok("工作档已拣料"); |
| | | } else if (type == 4) { |
| | | workService.updateWrkIsSuplus(workNo, getUserId(), type); |
| | | // workService.backLocOperation(workNo, getUserId()); |
| | | } else if (type == 5) { |
| | | workService.updateWrkIsSuplus(workNo, getUserId(), type); |
| | | |
| | | } |
| | | return R.ok(); |
| | | } |