| | |
| | | return mobileService.getCacheLocs(); |
| | | } |
| | | |
| | | |
| | | @ManagerAuth |
| | | @GetMapping("/cache/sites/{type}") |
| | | @ApiOperation("获取缓存区入出库站点信息") |
| | | public R getCacheSites(@PathVariable String type) { |
| | | return mobileService.getCacheSites(type); |
| | | |
| | | } |
| | | |
| | | @PostMapping("/cache/agv/call") |
| | | @ApiOperation("缓冲区入库") |
| | | @ManagerAuth |
| | |
| | | if (Objects.isNull(callAgvBackParam.getOrgSite())) { |
| | | return R.error("参数不能为空!!"); |
| | | } |
| | | |
| | | return mobileService.agvCallback(callAgvBackParam, getUserId()); |
| | | } |
| | | |
| | |
| | | if (Objects.isNull(combParam)) { |
| | | return R.error("参数不能为空!!"); |
| | | } |
| | | mobileService.combInPub(combParam, 10031L); |
| | | return R.ok("上架成功"); |
| | | return mobileService.combInPub(combParam, 10031L); |
| | | } |
| | | |
| | | @RequestMapping("/pack/get/auth") |