From 89b9c2e6e2b59f627c9bb24718a9f752e992c69c Mon Sep 17 00:00:00 2001 From: bb_pan Date: Sun, 31 Aug 2025 14:57:49 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=89=E5=85=A8=E5=B7=A5=E5=99=A8=E5=85=B7?= =?UTF-8?q?=E9=A2=84=E8=AD=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../warning-analysis/engineering-in-use.js | 5 + src/views/material/ma/type/index.vue | 1 + .../safetyToolEarlyWarning.vue | 344 ++++++++++++++++++ 3 files changed, 350 insertions(+) create mode 100644 src/views/warning-analysis/engineering-in-use/safetyToolEarlyWarning.vue diff --git a/src/api/warning-analysis/engineering-in-use.js b/src/api/warning-analysis/engineering-in-use.js index 5ff480ff..893c512c 100644 --- a/src/api/warning-analysis/engineering-in-use.js +++ b/src/api/warning-analysis/engineering-in-use.js @@ -8,4 +8,9 @@ export const getUseMaintenanceWarningApi = data => { // 获取4级类型内容 export const getMaTypeApi = data => { return request.post('/material/select/getMaType', data) +} + +// 安全工器具到期预警 +export const getOverTimeListApi = data => { + return request.get('/material/useMaintenanceWarning/getOverTimeList', { params: data }) } \ No newline at end of file diff --git a/src/views/material/ma/type/index.vue b/src/views/material/ma/type/index.vue index 15c74652..dc167dc7 100644 --- a/src/views/material/ma/type/index.vue +++ b/src/views/material/ma/type/index.vue @@ -201,6 +201,7 @@ 编辑 + +
+ + + + + + + + + + + + + + + + + + + 查询 + 重置 + + + + + + + + + 导出数据 + + + +
总计:{{ total }}
+
+ +
+ + + + + + + + + + +
+ + + + +