From 9f8aac7cfae060c257b11673f92e95f4ac848c40 Mon Sep 17 00:00:00 2001 From: qq787203167 <787203167@qq.com> Date: Tue, 5 Jul 2022 16:55:39 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=A6=85=E9=81=93bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../processCenter/components/engineeringConfirmation.vue | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/jero-web/src/views/processCenter/components/engineeringConfirmation.vue b/jero-web/src/views/processCenter/components/engineeringConfirmation.vue index f298ae329..0d5b330b6 100644 --- a/jero-web/src/views/processCenter/components/engineeringConfirmation.vue +++ b/jero-web/src/views/processCenter/components/engineeringConfirmation.vue @@ -504,6 +504,7 @@ for (let j = 0; j < this.distributionEngineerList.length; j++) { if (this.dataSourceTable[i].userId == this.distributionEngineerList[j].userId) { this.distributionEngineerList[j].isSend = '1' + this.distributionEngineerList[j].id = this.dataSourceTable[i].id } } } @@ -687,7 +688,15 @@ userId: this.formInline[value].split(',')[index] }) }) + for (let i = 0; i < this.dataSourceTable.length; i++) { + for (let j = 0; j < this.distributionEngineerList.length; j++) { + if (this.dataSourceTable[i].userId == this.distributionEngineerList[j].userId) { + this.distributionEngineerList[j].deliveryInstructions = this.dataSourceTable[i].deliveryInstructions + } + } + } } + this.distributionEngineerList = [...this.distributionEngineerList] this.formInline = { ...this.formInline } }, deleteText(num) {