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 @@ > + - - - - - - - - - - - - - - -