From 54a14c766c182d2e45bc63e047dc338e2e44e7dd Mon Sep 17 00:00:00 2001
From: 云 <2163098428@qq.com>
Date: 星期五, 22 五月 2026 09:26:27 +0800
Subject: [PATCH] feat(AIChatSidebar): 添加销售退款回款记录功能支持

---
 src/api/inventoryManagement/stockInventory.js |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/src/api/inventoryManagement/stockInventory.js b/src/api/inventoryManagement/stockInventory.js
index 0ba0943..539eedc 100644
--- a/src/api/inventoryManagement/stockInventory.js
+++ b/src/api/inventoryManagement/stockInventory.js
@@ -17,6 +17,14 @@
     });
 };
 
+export const getStockInventoryBatchNoQty = (params) => {
+    return request({
+        url: "/stockInventory/getBatchNoQty",
+        method: "get",
+        params,
+    });
+};
+
 // 鍒涘缓搴撳瓨璁板綍
 export const createStockInventory = (params) => {
     return request({

--
Gitblit v1.9.3