From 1b6c4e3ab98bb30ddd870cfcf6851af731778267 Mon Sep 17 00:00:00 2001
From: zhangxuanming <2260476558@qq.com>
Date: Sat, 8 Feb 2025 18:10:22 +0800
Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E6=9D=A5=E6=96=99=E6=A3=80?=
=?UTF-8?q?=E9=AA=8C=E5=92=8C=E8=BF=87=E7=A8=8B=E6=A3=80=E9=AA=8C=E7=9A=84?=
=?UTF-8?q?=E5=8D=95=E4=BD=8D=E5=90=8D=E7=A7=B0=E9=97=AE=E9=A2=98=E8=A7=A3?=
=?UTF-8?q?=E5=86=B3?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/mes/qc/ipqc/index.vue | 7 ++++---
src/views/mes/qc/iqc/iqc.vue | 5 +++--
2 files changed, 7 insertions(+), 5 deletions(-)
diff --git a/src/views/mes/qc/ipqc/index.vue b/src/views/mes/qc/ipqc/index.vue
index 68aacdf..d0a47d3 100644
--- a/src/views/mes/qc/ipqc/index.vue
+++ b/src/views/mes/qc/ipqc/index.vue
@@ -125,7 +125,7 @@
-
+
@@ -265,8 +265,8 @@
-
-
+
+
@@ -677,6 +677,7 @@ export default {
this.form.itemName = row.productName;
this.form.specification = row.productSpc;
this.form.unitOfMeasure = row.unitOfMeasure;
+ this.form.unitName = row.unitName
}
},
diff --git a/src/views/mes/qc/iqc/iqc.vue b/src/views/mes/qc/iqc/iqc.vue
index f5cc95b..ac0198b 100644
--- a/src/views/mes/qc/iqc/iqc.vue
+++ b/src/views/mes/qc/iqc/iqc.vue
@@ -262,8 +262,8 @@
-
-
+
+
@@ -703,6 +703,7 @@ export default {
this.form.itemName = obj.itemName;
this.form.specification = obj.specification;
this.form.unitOfMeasure = obj.unitOfMeasure;
+ this.form.unitName = obj.unitName
}
},
handleSelectVendor(){