From 247106867682f3b9c1efb2776582b0f6a28767f1 Mon Sep 17 00:00:00 2001
From: buhuazhen <hua100783@gmail.com>
Date: 星期一, 23 三月 2026 16:45:05 +0800
Subject: [PATCH] fix(库存管理): 移除图片URL前多余的前缀

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

diff --git a/src/api/inventoryManagement/stockInventory.js b/src/api/inventoryManagement/stockInventory.js
index aed71e2..4cf0983 100644
--- a/src/api/inventoryManagement/stockInventory.js
+++ b/src/api/inventoryManagement/stockInventory.js
@@ -8,6 +8,17 @@
     });
 };
 
+
+// 鏍规嵁ID鏌ヨ搴撳瓨璁板綍璇︽儏
+export const getStockInventoryById = (params) => {
+    return request({
+        url: "/stockInventory/getById",
+        method: "get",
+        params,
+    });
+};
+
+
 // 鍒涘缓搴撳瓨璁板綍
 export const createStockInventory = (params) => {
     return request({
@@ -60,3 +71,12 @@
     });
 };
 
+// 鑾峰彇浜у搧澶х被鐨剆elect鍒楄〃
+// /basic/product/listProduct
+export const getProductList = (params) => {
+    return request({
+        url: "/basic/product/listProduct",
+        method: "get",
+        params,
+    });
+};
\ No newline at end of file

--
Gitblit v1.9.3