| | |
| | | return AjaxResult.success(result); |
| | | } |
| | | |
| | | /** |
| | | * 销售出库选批次:按规格型号查可选批次与可用量 |
| | | */ |
| | | @GetMapping("/batchNoList") |
| | | @Log(title = "采购出库-出库管理-批次列表", businessType = BusinessType.OTHER) |
| | | public AjaxResult batchNoList(@RequestParam("productModelId") Long productModelId) { |
| | | return AjaxResult.success(procurementRecordOutService.listBatchNoByProductModelId(productModelId)); |
| | | } |
| | | |
| | | @GetMapping("/listPageByProduct") |
| | | @Log(title = "生产出库-出库台账-出库查询", businessType = BusinessType.OTHER) |
| | | public AjaxResult listPageByProduct(Page page, ProcurementRecordOutPageDto procurementDto) { |