From a1eca8d05dc0513e95fb41eb1ae6675966c46a0a Mon Sep 17 00:00:00 2001 From: dearlin <1261008090@qq.com> Date: Sun, 4 Feb 2024 08:50:52 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9C=B0=E5=9B=BE=E7=9B=B8=E5=85=B3=E5=B1=95?= =?UTF-8?q?=E7=A4=BA=E9=BB=98=E8=AE=A4=E5=80=BC=E4=B8=BA0=EF=BC=8C?= =?UTF-8?q?=E6=B8=85=E5=8D=95=E6=A3=80=E6=9F=A5=E6=83=85=E5=86=B5=E5=AE=8C?= =?UTF-8?q?=E5=96=84=E9=9A=90=E6=82=A3=E6=8E=92=E6=9F=A5=E6=B8=85=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/request/hazard_investigation.js | 7 +- .../components/inspection_record_view.vue | 108 +++++++++++++++++- .../checklist_inspection_status/index.vue | 3 +- .../inspection_record.vue | 32 ++++-- .../inspection_record_view.vue | 3 +- .../inspection_record/index.vue | 11 +- .../inventory_troubleshooting/inspect.vue | 43 ++++--- 7 files changed, 171 insertions(+), 36 deletions(-) diff --git a/src/request/hazard_investigation.js b/src/request/hazard_investigation.js index 988e9d8..cbb36bf 100644 --- a/src/request/hazard_investigation.js +++ b/src/request/hazard_investigation.js @@ -95,10 +95,15 @@ export const setCheckStandardSupplementaryRecordingSubmit = (params) => post("/customCheckrecord/recording", params); // 隐患排查清单检查情况检查记录补录提交 export const setCheckStandardSubmit = (params) => post("/customCheckrecord/add", params); // 清单排查提交 - export const getDeleteCustomList = (params) => post("/customStop/list", params); // 删除清单管理列表 export const setDeleteCustomRecovery = (params) => post("/customStop/restore", params); // 删除清单管理恢复 export const setCustomBatchDelete = (params) => post("/customStop/deleteAll", params); // 清单管理批量删除 export const getCustomStopView = (params) => post("/customStop/goEdit", params); // 清单管理查看 +export const getCustomCheckRecordList = (params) => + post("/customCheckrecord/list", params); // 隐患清单排查列表 +export const getCustomCheckRecordView = (params) => + post("/customCheckrecord/goEdit", params); // 隐患清单排查查询单个 +export const setDeleteCustommCheckrecord = (params) => + post("/customCheckrecord/delete", params); // 删除隐患清单排查记录 diff --git a/src/views/hazard_investigation/checklist_inspection_status/components/inspection_record_view.vue b/src/views/hazard_investigation/checklist_inspection_status/components/inspection_record_view.vue index 49bb72e..ab06845 100644 --- a/src/views/hazard_investigation/checklist_inspection_status/components/inspection_record_view.vue +++ b/src/views/hazard_investigation/checklist_inspection_status/components/inspection_record_view.vue @@ -3,7 +3,7 @@ 清单信息 - {{ info.LIST_NAME }} + {{ info.LIST_NAME ? info.LIST_NAME : info.CUSTOM_NAME }} {{ info.SCREENTYPENAME }} @@ -66,7 +66,8 @@ 检查内容 -