From d5d7e33e403a4ffe49f5dd1d073fcdf21bc0bb88 Mon Sep 17 00:00:00 2001 From: Mr.Shi <1878285526@qq.com> Date: 星期二, 22 八月 2023 14:28:02 +0800 Subject: [PATCH] 大屏 --- screen_standard/src/utils/api.js | 20 ++++++++++++++++++++ 1 files changed, 20 insertions(+), 0 deletions(-) diff --git a/screen_standard/src/utils/api.js b/screen_standard/src/utils/api.js index 316267c..0c2606b 100644 --- a/screen_standard/src/utils/api.js +++ b/screen_standard/src/utils/api.js @@ -8,4 +8,24 @@ // 鎴愬搧璁″垝-瀹炴椂浠撳簱浣欓噺缁熻 export function getStockList (companyId, departId) { return axiosInstance.get(`statistics/getStockList/${companyId}/${departId}`) +} + +// 鎴愬搧璁″垝杩涘害鏌ヨ +export function getWorkPlansList (companyId, departId) { + return axiosInstance.get(`statistics/getWorkPlansList/${companyId}/${departId}`) +} + +// 宸ュ簭璁″垝杩涘害鏌ヨ +export function getProcedureProcessList (companyId, departId) { + return axiosInstance.get(`statistics/getProcedureProcessList/${companyId}/${departId}`) +} + +// 鎶ュ伐鏃ュ織鍒嗛〉鏌ヨ +export function getRecordLogPage (companyId, departId, data) { + return axiosInstance.post(`statistics/getRecordLogPage/${companyId}/${departId}`, data) +} + +// 宸℃璁板綍鍒嗛〉鏌ヨ +export function getDeviceCheckPage (companyId, departId, data) { + return axiosInstance.post(`statistics/getDeviceCheckPage/${companyId}/${departId}`, data) } \ No newline at end of file -- Gitblit v1.9.3