2 天以前 3e5e22f5358156ff7430ee117546123ffe042611
src/main/java/com/ruoyi/procurementrecord/controller/ProcurementRecordOutController.java
@@ -45,6 +45,15 @@
        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) {