From 5a4940a1c34375d8b72a4d13b1c3c8d476e0a270 Mon Sep 17 00:00:00 2001 From: yjl <1490736767@qq.com> Date: Wed, 15 Mar 2023 17:32:01 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=89=E5=85=A8=E7=AE=A1=E7=90=86-=E6=96=B0?= =?UTF-8?q?=E5=A2=9E=E9=A1=B9=E7=9B=AE=E8=87=AA=E6=A3=80=E8=AE=B0=E5=BD=95?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/js/config.js | 4 +- src/router/index.js | 6 + .../safeManage/v2/inspectionRecord.vue | 1743 +++++++++++++++++ .../safeManage/v2/subTasklist.vue | 3 +- 4 files changed, 1753 insertions(+), 3 deletions(-) create mode 100644 src/views/projectFront/safeManage/v2/inspectionRecord.vue diff --git a/public/js/config.js b/public/js/config.js index a51c2bf6..9b3de141 100644 --- a/public/js/config.js +++ b/public/js/config.js @@ -1,4 +1,4 @@ -var COMPANY = ''; //通用 +// var COMPANY = ''; //通用 // var COMPANY='zhongjian'; //中建,和沃尔对接的插件版用这个企业 // var COMPANY='hezhan'; //合展-宿迁 // var COMPANY='nanchang'; //南昌地铁、衢州 @@ -7,7 +7,7 @@ var COMPANY = ''; //通用 // var COMPANY='shenbai'; //沈白高铁 // COMPANY = 'henan' // 河南春笋 // COMPANY = 'xingxuan' -// COMPANY = 'hengtong'//瑞士恒通 +COMPANY = 'hengtong'//瑞士恒通 diff --git a/src/router/index.js b/src/router/index.js index 942e28b1..2fe8d306 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -481,6 +481,12 @@ const routes2 = [ name: '安全管理_项目自检子任务', component: () => import('@/views/projectFront/safeManage/v2/subTasklist.vue') }, + //项目自检记录 + { + path: '/project/safeManage/inspectionRecord', + name: '安全管理_项目自检记录', + component: () => import('@/views/projectFront/safeManage/v2/inspectionRecord.vue') + }, { path: '/project/safeManage/hiddenDangerLibrary', name: '安全管理_隐患库', diff --git a/src/views/projectFront/safeManage/v2/inspectionRecord.vue b/src/views/projectFront/safeManage/v2/inspectionRecord.vue new file mode 100644 index 00000000..e61a6d44 --- /dev/null +++ b/src/views/projectFront/safeManage/v2/inspectionRecord.vue @@ -0,0 +1,1743 @@ + + + diff --git a/src/views/projectFront/safeManage/v2/subTasklist.vue b/src/views/projectFront/safeManage/v2/subTasklist.vue index 85251dc3..d0e2b199 100644 --- a/src/views/projectFront/safeManage/v2/subTasklist.vue +++ b/src/views/projectFront/safeManage/v2/subTasklist.vue @@ -197,7 +197,8 @@ export default { }) }, detailsPoint(item) { - this.$router.push('/project/safeManage/checkStandingBook?id=' + item.id) + // this.$router.push('/project/safeManage/checkStandingBook?id=' + item.id) + this.$router.push('/project/safeManage/inspectionRecord?id=' + item.id) } } }