From 376cab4afba8fd1b8be67cae067ed917462c2e16 Mon Sep 17 00:00:00 2001
From: yaowanxin <3588231647@qq.com>
Date: 星期四, 18 十二月 2025 09:05:12 +0800
Subject: [PATCH] 添加设备报修和保养附件管理功能,维修保养过程描述

---
 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