From 9011f6c9da7f1e6532cac79283af8fa0edf3647a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E6=9D=A8=E5=A5=89=E6=BA=90?= <1976974459@qq.com>
Date: Fri, 10 Nov 2023 11:21:35 +0800
Subject: [PATCH] =?UTF-8?q?2023-11-10=20=E8=AE=BE=E5=A4=87=E5=92=8C?=
=?UTF-8?q?=E8=B4=A8=E9=87=8F=E4=BF=AE=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/modules/qc/IQCResultEntry.vue | 43 ++++++++---
src/views/modules/qc/qcItem.vue | 74 ++++++++-----------
src/views/modules/qc/qcPartAttribute.vue | 4 +-
.../qc/qcSamplingInspectionProgramme.vue | 3 +
4 files changed, 70 insertions(+), 54 deletions(-)
diff --git a/src/views/modules/qc/IQCResultEntry.vue b/src/views/modules/qc/IQCResultEntry.vue
index 7d7aefe..592f163 100644
--- a/src/views/modules/qc/IQCResultEntry.vue
+++ b/src/views/modules/qc/IQCResultEntry.vue
@@ -139,9 +139,12 @@
-
+
+
+
+
@@ -192,7 +195,7 @@
:value = "i.inspectorNo">
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
-
+
-
-
-
- 方法编码
-
-
-
-
-
+
+
+ 方法编码
+
+
+
+
+
+
+
+
+
@@ -252,7 +227,8 @@
methodNo: '',
methodName: '',
updateBy: '',
- inspectionTypeNo: ''
+ inspectionTypeNo: '',
+ itemSamplingQuantity: ''
},
// 检验项目展示标头
columnList: [
@@ -364,6 +340,18 @@
status: true,
fixed: '',
},
+ {
+ columnProp: 'itemSamplingQuantity',
+ headerAlign: 'center',
+ align: "right",
+ columnLabel: '抽样数量',
+ columnHidden: false,
+ columnImage: false,
+ columnSortable: false,
+ sortLv: 0,
+ status: true,
+ fixed: '',
+ },
{
columnProp: 'createdDate',
headerAlign: 'center',
@@ -566,7 +554,8 @@
methodNo: '',
methodName: '',
updateBy: '',
- inspectionTypeNo: ''
+ inspectionTypeNo: '',
+ itemSamplingQuantity: ''
}
this.modalDisableFlag = false
this.modalFlag = true
@@ -587,7 +576,8 @@
methodNo: row.methodNo,
methodName: row.methodName,
updateBy: this.$store.state.user.name,
- inspectionTypeNo: row.inspectionTypeNo
+ inspectionTypeNo: row.inspectionTypeNo,
+ itemSamplingQuantity: row.itemSamplingQuantity
}
this.modalDisableFlag = true
this.modalFlag = true
diff --git a/src/views/modules/qc/qcPartAttribute.vue b/src/views/modules/qc/qcPartAttribute.vue
index 4be357b..18fc6d2 100644
--- a/src/views/modules/qc/qcPartAttribute.vue
+++ b/src/views/modules/qc/qcPartAttribute.vue
@@ -802,7 +802,7 @@
columnProp: 'defaultSamplingQuantity',
headerAlign: "center",
align: "right",
- columnLabel: '默认检验数量',
+ columnLabel: '默认抽样数量',
columnHidden: false,
columnImage: false,
columnSortable: false,
@@ -814,7 +814,7 @@
columnProp: 'defaultSamplingProportion',
headerAlign: "center",
align: "right",
- columnLabel: '默认检验比例',
+ columnLabel: '默认抽样比例',
columnHidden: false,
columnImage: false,
columnSortable: false,
diff --git a/src/views/modules/qc/qcSamplingInspectionProgramme.vue b/src/views/modules/qc/qcSamplingInspectionProgramme.vue
index 39d8690..0389a05 100644
--- a/src/views/modules/qc/qcSamplingInspectionProgramme.vue
+++ b/src/views/modules/qc/qcSamplingInspectionProgramme.vue
@@ -8,6 +8,9 @@
+
+
+