From b0c60452329a61c32db74a1c7d7753d383d6310a Mon Sep 17 00:00:00 2001
From: guoyujie <guoyujie@ng.com>
Date: 星期五, 05 九月 2025 08:20:53 +0800
Subject: [PATCH] Merge branch 'master' of http://10.153.19.25:10101/r/ERP_override

---
 north-glass-erp/src/main/java/com/example/erp/controller/mm/FinishedGoodsInventoryController.java |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/north-glass-erp/src/main/java/com/example/erp/controller/mm/FinishedGoodsInventoryController.java b/north-glass-erp/src/main/java/com/example/erp/controller/mm/FinishedGoodsInventoryController.java
index 787890b..2fade75 100644
--- a/north-glass-erp/src/main/java/com/example/erp/controller/mm/FinishedGoodsInventoryController.java
+++ b/north-glass-erp/src/main/java/com/example/erp/controller/mm/FinishedGoodsInventoryController.java
@@ -209,6 +209,13 @@
     public Result getSelectPrints( @RequestBody Map<String, Object> object){
         return Result.seccess(finishedGoodsInventoryService.getSelectPrintSvs(object));
     }
+    /*瑁呯鎵撳嵃鏌ヨ*/
+    @ApiOperation("搴撳瓨瑁呯鎵撳嵃鍐呭鏌ヨ鎺ュ彛")
+    @SaCheckPermission("createProductStock.search")
+    @PostMapping("/getInventoryPrints")
+    public Result getInventoryPrints( @RequestBody List<FinishedGoodsInventory> finishedGoodsInventories){
+        return Result.seccess(finishedGoodsInventoryService.getInventoryPrints(finishedGoodsInventories));
+    }
 
     @ApiOperation("鎴愬搧瑁呯璋冩灦")
     @SaCheckPermission("createProductStock.add")

--
Gitblit v1.8.0