From 7f7f2ed6cc332d82260077a2e13920569dcc9632 Mon Sep 17 00:00:00 2001
From: buhuazhen <hua100783@gmail.com>
Date: 星期一, 30 三月 2026 09:42:29 +0800
Subject: [PATCH] fix(productionReporting): 修复生产数量输入框类型和验证
---
src/api/viewIndex.js | 17 +++++++++++++++++
1 files changed, 17 insertions(+), 0 deletions(-)
diff --git a/src/api/viewIndex.js b/src/api/viewIndex.js
index e3ccb48..e35a121 100644
--- a/src/api/viewIndex.js
+++ b/src/api/viewIndex.js
@@ -52,4 +52,21 @@
url: '/home/overdueReceivable',
method: 'get'
})
+}
+// 鍚勭敓浜ц鍗曠殑瀹屾垚杩涘害缁熻
+// /home/progressStatistics
+export const getProgressStatistics = ()=>{
+ return request({
+ url: '/home/progressStatistics',
+ method: 'get'
+ })
+}
+
+//鍦ㄥ埗鍝佸懆杞儏鍐�
+//home/workInProcessTurnover
+export const getWorkInProcessTurnover= ()=>{
+ return request({
+ url: '/home/workInProcessTurnover',
+ method: 'get'
+ })
}
\ No newline at end of file
--
Gitblit v1.9.3