From 5b1de6eb3e13067e67cc83fa4f3f7852cb5be578 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期四, 11 十二月 2025 17:09:45 +0800
Subject: [PATCH] 1.安佑-BI大屏展示修改

---
 src/api/viewIndex.js |   15 +++++++++++++++
 1 files changed, 15 insertions(+), 0 deletions(-)

diff --git a/src/api/viewIndex.js b/src/api/viewIndex.js
index 2d85171..f0a46b6 100644
--- a/src/api/viewIndex.js
+++ b/src/api/viewIndex.js
@@ -44,4 +44,19 @@
         url: '/sales/ledger/getAmountHalfYear',
         method: 'get'
     })
+}
+
+// 浜у搧鍚堟牸鐜囨帴鍙�
+export const qualityProductQualifiedRate = () => {
+  return request({
+    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