| | |
| | | return mobileService.receiptToWarehouse(params); |
| | | } |
| | | |
| | | |
| | | @PreAuthorize("hasAuthority('manager:asnOrder:list')") |
| | | @PostMapping("/orders/other") |
| | | @ApiOperation("其它扫码收货") |
| | |
| | | return mobileService.confirmIspt(id); |
| | | } |
| | | |
| | | @ApiOperation("快速质检信息") |
| | | @PreAuthorize("hasAuthority('manager:qlyInspect:list')") |
| | | @PostMapping("/inspect/query") |
| | | public R checkObjs(@RequestBody CheckObjParams params) { |
| | |
| | | } |
| | | |
| | | |
| | | @ApiOperation("快带质检") |
| | | @PreAuthorize("hasAuthority('manager:qlyInspect:update')") |
| | | @PostMapping("/inspect/check/update") |
| | | public R checkUpdate(@RequestBody QlyIsptItem params) { |