| | |
| | | return pdaCheckOrderService.getCheckTaskItemList2(map.get("barcode")); |
| | | } |
| | | |
| | | @ApiOperation("希日无单据临时盘点") |
| | | @ApiOperation("无单据临时盘点") |
| | | @PostMapping("/check/temp/items") |
| | | public R tempCheckItem(@RequestBody Map<String, String> map) { |
| | | if (Objects.isNull(map)) { |
| | |
| | | return pdaCheckOrderService.confirmMatnr(params); |
| | | } |
| | | |
| | | @ApiOperation("临时盘点提交") |
| | | @PostMapping("/temp/check/confirm") |
| | | public R tempCheckConfirm(@RequestBody Map<String, Object> map) { |
| | | if (Objects.isNull(map)) { |
| | | return R.error("参数不能为空!!"); |
| | | } |
| | | return pdaCheckOrderService.tempCheckConfirm(map); |
| | | } |
| | | |
| | | } |