| | |
| | | @PostMapping("/agv/collectionPakin/view") |
| | | @ManagerAuth |
| | | public R pdaAgvCollectionPakinView(@RequestBody CollectionPakinParams params) { |
| | | if (Objects.isNull(params.getOrgBarcode())) { |
| | | return R.error("源托盘不能为空!"); |
| | | } |
| | | if (Objects.isNull(params.getMatnr())) { |
| | | return R.error("物料编码不能为空!!"); |
| | | } |
| | | |
| | | return mobileService.collectionPakinView(params); |
| | | } |
| | | |
| | |
| | | if (Objects.isNull(combParam)) { |
| | | return R.error("参数不能为空!!"); |
| | | } |
| | | mobileService.combInPub(combParam, 10031L); |
| | | return R.ok("上架成功"); |
| | | return mobileService.combInPub(combParam, 10031L); |
| | | } |
| | | |
| | | @RequestMapping("/pack/get/auth") |