From 3ce7229d6bb8b8704636d25ea3fc74e0f5f4b122 Mon Sep 17 00:00:00 2001 From: Rain_ <904416525@qq.com> Date: Fri, 19 Sep 2025 15:34:26 +0800 Subject: [PATCH] =?UTF-8?q?flx:=20=E6=9A=82=E5=AD=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../isc_plugin/video_isc_plugin.js | 2 +- src/router/index.js | 18 + .../companyFront/videoManage/playVideo.vue | 2 +- .../newCheckTable/catalogueLibrary.vue | 1229 ++++++++++++++ .../newCheckTable/checkTable.vue | 1278 ++++++++++++++ .../newCheckTable/dictionary.vue | 1470 +++++++++++++++++ .../homeworkControlProcess.vue | 4 + 7 files changed, 4001 insertions(+), 2 deletions(-) create mode 100644 src/views/projectFront/dangerousBigProject/newCheckTable/catalogueLibrary.vue create mode 100644 src/views/projectFront/dangerousBigProject/newCheckTable/checkTable.vue create mode 100644 src/views/projectFront/dangerousBigProject/newCheckTable/dictionary.vue diff --git a/src/components/videoModule/isc_plugin/video_isc_plugin.js b/src/components/videoModule/isc_plugin/video_isc_plugin.js index fb6e560d..1e38445f 100644 --- a/src/components/videoModule/isc_plugin/video_isc_plugin.js +++ b/src/components/videoModule/isc_plugin/video_isc_plugin.js @@ -346,7 +346,7 @@ export function isLoadPlugin(devList, layout) { devList[0].appId, devList[0].appSecret, devList[0].account, - devList[0].password, + devList[0].port, false, devList, layout diff --git a/src/router/index.js b/src/router/index.js index 6f05987a..4ae49164 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -4527,6 +4527,24 @@ const routes2 = [{ component: () => import ("@/views/projectFront/dangerousBigProject/checkTable.vue"), }, + { + path: "/companyAdmin/dangerousBigProject/newCheckTable", + name: "dangerousBigProjectcheckTable", + component: () => + import ("@/views/projectFront/dangerousBigProject/newCheckTable/checkTable.vue"), + }, + { + path: "/companyAdmin/dangerousBigProject/catalogueLibrary", + name: "dangerousBigProjectcheckTable", + component: () => + import ("@/views/projectFront/dangerousBigProject/newCheckTable/catalogueLibrary.vue"), + }, + { + path: "/companyAdmin/dangerousBigProject/newDictionary", + name: "dangerousBigProjectdictionary", + component: () => + import ("@/views/projectFront/dangerousBigProject/newCheckTable/dictionary.vue"), + }, { path: "/companyAdmin/dangerousBigProject/dictionary", name: "dangerousBigProjectdictionary", diff --git a/src/views/companyFront/videoManage/playVideo.vue b/src/views/companyFront/videoManage/playVideo.vue index 4cde330d..5e92c149 100644 --- a/src/views/companyFront/videoManage/playVideo.vue +++ b/src/views/companyFront/videoManage/playVideo.vue @@ -43,7 +43,7 @@ export default { this.$store.commit("setIsExpand", this.isExpand); }, getPlayParams(data){ - console.log('playVideo.vue拿到设备列表') + console.log('playVideo.vue拿到设备列表', data) this.devList=data }, } diff --git a/src/views/projectFront/dangerousBigProject/newCheckTable/catalogueLibrary.vue b/src/views/projectFront/dangerousBigProject/newCheckTable/catalogueLibrary.vue new file mode 100644 index 00000000..4ec474f6 --- /dev/null +++ b/src/views/projectFront/dangerousBigProject/newCheckTable/catalogueLibrary.vue @@ -0,0 +1,1229 @@ + + + + + + \ No newline at end of file diff --git a/src/views/projectFront/dangerousBigProject/newCheckTable/checkTable.vue b/src/views/projectFront/dangerousBigProject/newCheckTable/checkTable.vue new file mode 100644 index 00000000..9d12507c --- /dev/null +++ b/src/views/projectFront/dangerousBigProject/newCheckTable/checkTable.vue @@ -0,0 +1,1278 @@ + + + + + diff --git a/src/views/projectFront/dangerousBigProject/newCheckTable/dictionary.vue b/src/views/projectFront/dangerousBigProject/newCheckTable/dictionary.vue new file mode 100644 index 00000000..f493e65d --- /dev/null +++ b/src/views/projectFront/dangerousBigProject/newCheckTable/dictionary.vue @@ -0,0 +1,1470 @@ + + + + + diff --git a/src/views/projectFront/workTicketManage/homeworkControlProcess.vue b/src/views/projectFront/workTicketManage/homeworkControlProcess.vue index b7b7bd66..a7de2532 100644 --- a/src/views/projectFront/workTicketManage/homeworkControlProcess.vue +++ b/src/views/projectFront/workTicketManage/homeworkControlProcess.vue @@ -1607,6 +1607,7 @@ export default { console.log(this.$refs.multipleTable.selection); deleteBatchWorkTicketApi({ ids }).then((res) => { this.getWorkTicketList(); + this.getWorkTicketCountWorkTicket(); }); }) .catch(() => {}); @@ -1709,6 +1710,7 @@ export default { this.$message.success(res.message); this.initWorkTicketClose(); this.getWorkTicketList(); + this.getWorkTicketCountWorkTicket(); this.onExamineClick({ id: this.workTicketId, }); @@ -1890,6 +1892,7 @@ export default { this.workTicketId = res.result.id; this.stepActive = 2; this.getWorkTicketList(); + this.getWorkTicketCountWorkTicket(); } }); } else if (this.workTicketType == 3) { @@ -1926,6 +1929,7 @@ export default { message: this.$t("message.quality.successfullyDelete") + "!", }); this.getWorkTicketList(); + this.getWorkTicketCountWorkTicket(); } }); })