From 24d1e78a00bc5be7ae5235731f40e65caf56801a Mon Sep 17 00:00:00 2001 From: caoqianming Date: Fri, 21 Mar 2025 17:44:04 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E8=BD=A6=E9=97=B4=E9=A2=86=E6=96=99?= =?UTF-8?q?=E5=BA=93=E5=AD=98=E5=BF=85=E4=BC=A0id?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/wpm_gx/inm_record_form.vue | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/src/views/wpm_gx/inm_record_form.vue b/src/views/wpm_gx/inm_record_form.vue index 8b2236e0..e2a9b655 100644 --- a/src/views/wpm_gx/inm_record_form.vue +++ b/src/views/wpm_gx/inm_record_form.vue @@ -44,12 +44,14 @@ {{item.material_.name}}|{{ item.batch }} { - if (item.batch == val) { - that.form.material = item.material; - } - }) + that.form.wm = item.id; }, selectBatchClear() { this.form.batch = "";