From 0ffabc4438a43baca9aba86ea92877eca6d5aea7 Mon Sep 17 00:00:00 2001 From: shijing Date: Tue, 7 Jan 2025 16:11:02 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E9=87=87=E8=B4=AD=E5=85=A5=E5=BA=93?= =?UTF-8?q?=E6=A3=80=E9=AA=8C=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/inm/mioitem_check.vue | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/views/inm/mioitem_check.vue b/src/views/inm/mioitem_check.vue index c09be6d4..15f2d242 100644 --- a/src/views/inm/mioitem_check.vue +++ b/src/views/inm/mioitem_check.vue @@ -885,8 +885,8 @@ 缺陷项 - - + + ({{ item.note }}) @@ -997,7 +997,8 @@ export default { that.project_code = config_base.base_code; that.getUserList(); if(that.project_code=='bxerp'){ - that.wproductId = that.objitem.wproducts[0].id; + that.wproductId = that.objitem.mioitemw[0].wpr; + // that.wproductId = that.objitem.wproducts[0].id; this.getQctDetail(); }else{ if (that.type == "pur_in") {