| | |
| | | return workService.stockOutCheck(number, getUserId()); |
| | | } |
| | | |
| | | @RequestMapping("/stock/out/preview") |
| | | @ManagerAuth(memo = "拣货预览") |
| | | public R stockOutPreview(@RequestBody StockOutParam stockOutParam) { |
| | | return workService.stockOutPreview(stockOutParam, getUserId()); |
| | | } |
| | | |
| | | @RequestMapping("/stock/out") |
| | | @ManagerAuth(memo = "拣货") |
| | | public R stockOut(@RequestBody StockOutParam stockOutParam) { |
| | |
| | | } |
| | | Long sts = pakouts.get(0).getWrkSts(); |
| | | if (sts == 1) { |
| | | sts =2L; |
| | | sts = 2L; |
| | | } |
| | | WrkSts wrkSts = wrkStsService.selectById(sts); |
| | | return R.ok().add(Cools |
| | |
| | | return workService.initOrder(param, getUserId()); |
| | | } |
| | | |
| | | @RequestMapping("/stock/transfer") |
| | | @ManagerAuth(memo = "库存调拨") |
| | | public R stockTransfer(@RequestParam String number) { |
| | | return workService.stockTransfer(number, getUserId()); |
| | | } |
| | | |
| | | } |