| | |
| | | } |
| | | |
| | | @PostMapping("/getVolumeProductionRkgCode") |
| | | @ApiOperation(value = "获取入库管理打印清单") |
| | | @ApiOperation(value = "获取入库管理二维码") |
| | | public R<PageDTO<getVolumeProductionRkgCodeVO>> getVolumeProductionRkgCode(VolumeProductionRkgCodeQuery volumeProductionRkgCodeQuery) { |
| | | return R.ok(slVolumeProductionRkService.getVolumeProductionRkgCode(volumeProductionRkgCodeQuery)); |
| | | } |
| | |
| | | return R.ok(slVolumeProductionRkService.getManagementimgVolumeProductionList(managementimgVolumeProductionRkDTO)); |
| | | } |
| | | |
| | | |
| | | @PostMapping("/getroductionRkList") |
| | | @ApiOperation(value = "分页获取通过仓库管理ID当前批次入库的物资") |
| | | public R<PageDTO<ManagementimgVolumeProductionRkVO>> getroductionRkList(@RequestBody umeProductionRkQuery meProductionRkQuery) { |
| | | return R.ok(slVolumeProductionRkService.getroductionRkList(meProductionRkQuery)); |
| | | } |
| | | |
| | | } |