From e08ecce83feab5d2aee0772a1c12b27fbabe369b Mon Sep 17 00:00:00 2001
From: huminmin <mac@MacBook-Pro.local>
Date: 星期四, 05 二月 2026 09:12:14 +0800
Subject: [PATCH] Merge branch 'dev_New' of http://114.132.189.42:9002/r/product-inventory-management into dev_天津军泰伟业

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

diff --git a/src/api/viewIndex.js b/src/api/viewIndex.js
index 1ec8c49..980e4b0 100644
--- a/src/api/viewIndex.js
+++ b/src/api/viewIndex.js
@@ -1,6 +1,15 @@
 // 棣栭〉鎺ュ彛
 import request from "@/utils/request";
 
+//  宸ュ崟鎵ц鏁堢巼鍒嗘瀽
+export const workOrderEfficiencyAnalysis = (query) => {
+  return request({
+    url: "/home/workOrderEfficiencyAnalysis",
+    method: "get",
+    params: query,
+  });
+};
+
 //  鍘熸潗鏂欐娴�
 export const rawMaterialDetection = (query) => {
   return request({

--
Gitblit v1.9.3