From 59ac0a0e412f9d6ea5dd9e626af9e85918aa9187 Mon Sep 17 00:00:00 2001 From: caill <815519168@qq.com> Date: Tue, 27 Dec 2022 14:06:26 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B7=A5=E4=BB=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/xinrui/production/SelectGongling.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/pages/xinrui/production/SelectGongling.vue b/src/pages/xinrui/production/SelectGongling.vue index 07bb83f..fc48226 100644 --- a/src/pages/xinrui/production/SelectGongling.vue +++ b/src/pages/xinrui/production/SelectGongling.vue @@ -8,7 +8,7 @@ 发货日期 - + {{e.send_date}} @@ -23,7 +23,7 @@ 所属组织 工令号 - + {{e.material_code}} {{e.material_name}} {{e.pcsn}} @@ -67,8 +67,8 @@ export default { }, methods: { toCheck (e) { - this.pkId = this.pkId === e.material_code ? '' : e.material_code - this.pkObj = this.pkId === e.material_code ? e : {} + this.pkId = this.pkId === e.workorder_code ? '' : e.workorder_code + this.pkObj = this.pkId === e.workorder_code ? e : {} }, toSure () { if (this.pkId !== '') {