From a702bd5a0f894eae4dc1bf3ce850ab71ad637be9 Mon Sep 17 00:00:00 2001
From: zhangwencui <1064582902@qq.com>
Date: 星期四, 29 一月 2026 11:20:11 +0800
Subject: [PATCH] Merge branch 'dev_New' of http://114.132.189.42:9002/r/product-inventory-management into dev_New

---
 src/api/viewIndex.js |   42 +++++++++++++++++++++++++++++++++++++-----
 1 files changed, 37 insertions(+), 5 deletions(-)

diff --git a/src/api/viewIndex.js b/src/api/viewIndex.js
index 85e81bd..b003dbf 100644
--- a/src/api/viewIndex.js
+++ b/src/api/viewIndex.js
@@ -115,11 +115,43 @@
     })
 }
 
-// 浜у搧澶х被鍒嗗竷
-// /home/productCategoryDistribution
-export const productCategoryDistribution = () => {
+// 浜у搧閿�鍞噾棰濆垎鏋�
+export const productSalesAnalysis = () => {
     return request({
-        url: '/home/productCategoryDistribution',
+        url: '/home/productSalesAnalysis',
         method: 'get'
     })
-}
\ No newline at end of file
+}
+
+// 鍘熸潗鏂欓噰璐噾棰濆崰姣�
+export const rawMaterialPurchaseAmountRatio = () => {
+    return request({
+        url: '/home/rawMaterialPurchaseAmountRatio',
+        method: 'get'
+    })
+}
+
+// 閿�鍞�/閲囪喘/鍌ㄥ瓨浜у搧鏁�
+export const salesPurchaseStorageProductCount = () => {
+    return request({
+        url: '/home/salesPurchaseStorageProductCount',
+        method: 'get'
+    })
+}
+
+// 浜у搧鍑哄叆搴撳垎鏋愶紙鍙紶 productType: 1 鍘熸潗鏂� 2 鍗婃垚鍝� 3 鎴愬搧锛�
+export const productInOutAnalysis = (params) => {
+    return request({
+        url: '/home/productInOutAnalysis',
+        method: 'get',
+        params
+    })
+}
+
+// 浜у搧鍛ㄨ浆澶╂暟
+export const productTurnoverDays = () => {
+    return request({
+        url: '/home/productTurnoverDays',
+        method: 'get'
+    })
+}

--
Gitblit v1.9.3