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 @@
+
+
+