From 5a4edca45d9d966560c276b6b158f2e65a96f72c Mon Sep 17 00:00:00 2001
From: 祖安之光 <11848914+light-of-zuan@user.noreply.gitee.com>
Date: Fri, 30 Jan 2026 16:39:34 +0800
Subject: [PATCH] 添加产品修改

---
 src/api/warehouse.js |   13 ++++++++++++-
 1 files changed, 12 insertions(+), 1 deletions(-)

diff --git a/src/api/warehouse.js b/src/api/warehouse.js
index 75fd542..6228389 100644
--- a/src/api/warehouse.js
+++ b/src/api/warehouse.js
@@ -92,6 +92,18 @@
     })
 }
 
+// 各企业存货汇总信息
+export function listStockHzDataByStorehouseId(params) {
+    return request({
+        headers: {
+            'Authorization': getToken()
+        },
+        url: process.env.BASE_API + '/reserveManage/select/stockDetailBySidAndEid',
+        method: 'get',
+        params: params || {}
+    })
+}
+
 // 进行盘库
 export function updateStorehouseData(data) {
     return request({
@@ -138,7 +150,6 @@
         params: params || {}
     })
 }
-
 
 // 监管
 export function getSupervisionStatistics(data) {

--
Gitblit v1.9.2