From a71536ebc8d8aeff8f8fdbba75497c35b7697d92 Mon Sep 17 00:00:00 2001
From: yaowanxin <3588231647@qq.com>
Date: 星期二, 16 十二月 2025 14:01:59 +0800
Subject: [PATCH] 决策分析增加项目利润
---
src/api/viewIndex.js | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/src/api/viewIndex.js b/src/api/viewIndex.js
index 593acc9..f0a46b6 100644
--- a/src/api/viewIndex.js
+++ b/src/api/viewIndex.js
@@ -52,4 +52,11 @@
url: '/home/qualityProductQualifiedRate',
method: 'get'
})
+}
+// 浠撳簱鏁版嵁缁熻
+export const inventoryStatistics = () => {
+ return request({
+ url: '/home/inventoryStatistics',
+ method: 'get'
+ })
}
\ No newline at end of file
--
Gitblit v1.9.3