-
-
+
+
@@ -108,7 +108,7 @@
-
+
@@ -176,8 +176,8 @@
-
-
+
+
@@ -318,7 +318,7 @@ export default {
},
columns: [
{ key: 0, label: `主键标识`, visible: false },
- { key: 1, label: `产品条码`, visible: true },
+ { key: 1, label: `箱体码`, visible: true },
{ key: 2, label: `物料名称`, visible: true },
{ key: 3, label: `工序编号`, visible: true },
{ key: 4, label: `检测项编号`, visible: true },
From e0f2d1055a5d320affcba1dd5e1961c2fd7416d2 Mon Sep 17 00:00:00 2001
From: yinq
Date: Tue, 28 Nov 2023 13:37:53 +0800
Subject: [PATCH 4/6] =?UTF-8?q?update=20-=20add=E8=B4=A8=E6=A3=80=E5=B7=A5?=
=?UTF-8?q?=E4=BD=8D/=E7=BC=BA=E9=99=B7?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/api/base/qualityInspectionItem.js | 9 +
src/views/base/productStation/index.vue | 48 +--
.../base/stationDefectRelation/index.vue | 370 ++++++++++++++++++
3 files changed, 399 insertions(+), 28 deletions(-)
create mode 100644 src/views/base/stationDefectRelation/index.vue
diff --git a/src/api/base/qualityInspectionItem.js b/src/api/base/qualityInspectionItem.js
index b6287b2..94528c7 100644
--- a/src/api/base/qualityInspectionItem.js
+++ b/src/api/base/qualityInspectionItem.js
@@ -9,6 +9,15 @@ export function listQualityInspectionItem(query) {
})
}
+// 查询缺陷下拉框
+export function getDefectList(query) {
+ return request({
+ url: '/base/qualityInspectionItem/getDefectList',
+ method: 'get',
+ params: query
+ })
+}
+
// 查询质检项信息维护详细
export function getQualityInspectionItem(objId) {
return request({
diff --git a/src/views/base/productStation/index.vue b/src/views/base/productStation/index.vue
index 293e9f3..6d4098b 100644
--- a/src/views/base/productStation/index.vue
+++ b/src/views/base/productStation/index.vue
@@ -93,11 +93,11 @@
-
-
-
-
-
+
+
+
+
+
@@ -154,16 +154,15 @@
-
-
-
-
-
-
-
-
-
-
+
+
+ {{dict.label}}
+
+
-
-
- {{dict.label}}
-
-