From c7f6b93cff10bb982aefa61cec55312490862ce4 Mon Sep 17 00:00:00 2001 From: schry <2433098676@qq.com> Date: Fri, 16 Jun 2023 12:38:00 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=9A=E6=97=B6=E6=9F=A5=E8=AF=A2=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/udi/trace/search/index.vue | 30 +- src/views/udi/trace/searchLive/index.vue | 530 ++++++++++++++++++++--- 2 files changed, 495 insertions(+), 65 deletions(-) diff --git a/src/views/udi/trace/search/index.vue b/src/views/udi/trace/search/index.vue index 866d7bd..6439b58 100644 --- a/src/views/udi/trace/search/index.vue +++ b/src/views/udi/trace/search/index.vue @@ -172,7 +172,7 @@ @@ -767,15 +767,6 @@ export default { } }, methods: { - handleViewCoderel(row) { - this.listCodeRel.forEach(obj => { - if (this.listCodeRel[0]) { - this.formViewCodeRel = obj - } - }) - console.log(this.formViewCodeRel) - this.openManuCodeRel = true - }, handleSelectionChange(val) { this.currentRow = val; this.getManuCodeRel(); @@ -951,6 +942,24 @@ export default { hideSearch() { this.showSearch = !this.showSearch; }, + handleViewCoderel(row) { + this.listCodeRel.forEach(obj => { + if (row.id == obj.id) { + this.manuOrderCodeRelFormView = obj + } + }) + console.log(this.formViewCodeRel) + this.openManuCodeRel = true + }, + handleViewManuOrder(row) { + this.listOrder.forEach(obj => { + if (row.id == obj.id) { + this.manuOrderFormView = obj + } + }) + console.log(this.formView) + this.openManuOrder = true + }, handleView(row) { this.list.forEach(obj => { if (row.id == obj.id) { @@ -985,6 +994,7 @@ export default { if (this.list != null) { clearTimeout(this.monitorOrder); this.monitorOrder = null + this.showCollapses = true } }, getList() { diff --git a/src/views/udi/trace/searchLive/index.vue b/src/views/udi/trace/searchLive/index.vue index fb0ab3d..5b5b0cb 100644 --- a/src/views/udi/trace/searchLive/index.vue +++ b/src/views/udi/trace/searchLive/index.vue @@ -170,63 +170,380 @@ > + - - - - - - - - - - - - - - -