From 0a218097b77769186270a6d1cc9bb67c5d06f425 Mon Sep 17 00:00:00 2001
From: Mr.Zhang <710666463@qq.com>
Date: 星期二, 22 八月 2023 14:59:56 +0800
Subject: [PATCH] 工序接口

---
 screen_standard/src/utils/apis.js |   22 +++++++++++++++++++++-
 1 files changed, 21 insertions(+), 1 deletions(-)

diff --git a/screen_standard/src/utils/apis.js b/screen_standard/src/utils/apis.js
index ed68a8b..d6f5892 100644
--- a/screen_standard/src/utils/apis.js
+++ b/screen_standard/src/utils/apis.js
@@ -1,6 +1,26 @@
 import axiosInstance from './request';
 
-// 鍛樺伐浜у搧缁熻TOP10
+// 鏌ヨ浼佷笟鍏ㄩ儴鍏徃閮ㄩ棬
 export function getDepartmentList (companyId) {
   return axiosInstance.get(`statistics/getDepartmentList/${companyId}`)
 }
+
+// 鏁版嵁缁熻-鎴愬搧璁″垝锛屾墽琛屼腑銆佸欢鏈熻鍒掓暟銆佷粖鏃ョ敓浜т汉鏁般�佷粖鏃ョ敓浜ц澶囨暟銆佷粖鏃ヤ笉鑹搧
+export function getProcedurePlanData (companyId, departId, params) {
+  return axiosInstance.get(`statistics/getProcedurePlanData/${companyId}/${departId}`, {params} )
+}
+
+// 鍛樺伐浜у搧缁熻TOP10
+export function getTop (companyId, departId, params) {
+  return axiosInstance.get(`statistics/userProduceTop/${companyId}/${departId}`, {params})
+}
+
+// 鏁版嵁缁熻-鎴愬搧璁″垝锛屾墽琛屼腑銆佸欢鏈熻鍒掓暟銆佷粖鏃ョ敓浜т汉鏁般�佷粖鏃ョ敓浜ц澶囨暟銆佷粖鏃ヤ笉鑹搧
+export function getProcedurePlansList (companyId, departId, params) {
+  return axiosInstance.get(`statistics/getProcedurePlansList/${companyId}/${departId}`, {params} )
+}
+
+// 鎶ュ伐鏃ュ織鍒嗛〉鏌ヨ
+export function getRecordLogPage (companyId, departId, data) {
+  return axiosInstance.post(`statistics/getRecordLogPage/${companyId}/${departId}`, data)
+}
\ No newline at end of file

--
Gitblit v1.9.3