From 71ce07f810982989b08a776ac107eed08c55a15e Mon Sep 17 00:00:00 2001
From: chenhj <1263187585@qq.com>
Date: 星期二, 16 十二月 2025 13:37:27 +0800
Subject: [PATCH] 仓储物流增加产品大类搜索 决策分析增加项目利润
---
src/api/viewIndex.js | 9 ++++++++-
1 files changed, 8 insertions(+), 1 deletions(-)
diff --git a/src/api/viewIndex.js b/src/api/viewIndex.js
index 2d85171..eb629e5 100644
--- a/src/api/viewIndex.js
+++ b/src/api/viewIndex.js
@@ -44,4 +44,11 @@
url: '/sales/ledger/getAmountHalfYear',
method: 'get'
})
-}
\ No newline at end of file
+}
+// 鐢熶骇鏁版嵁
+export const productionStatistics = () => {
+ return request({
+ url: '/home/productionStatistics',
+ method: 'get'
+ })
+}
--
Gitblit v1.9.3