diff --git a/src/views/Assembly/QualityInspectionInformationInquiry/index.vue b/src/views/Assembly/QualityInspectionInformationInquiry/index.vue
index 854d4d85..df6103a5 100644
--- a/src/views/Assembly/QualityInspectionInformationInquiry/index.vue
+++ b/src/views/Assembly/QualityInspectionInformationInquiry/index.vue
@@ -1056,7 +1056,6 @@ export default {
this.$refs['form2'].validate((valid) => {
if (valid) {
this.AddTableData_disable = true
-
submitTable(this.form2.工序, this.form2.质检类型, this.form2.检测数, this.form2.质检情况, this.id, this.form2.不合格数量, this.form2.不合格原因, this.form2.不合格处理, this.form2.备注, this.form2.操作工, this.$store.state.user.id).then(response => {
if (response.data[0].result === '1') {
this.dialogFormVisible10 = false
diff --git a/src/views/Inventory/MaterialOut/index.vue b/src/views/Inventory/MaterialOut/index.vue
index f3880037..29a5a81b 100644
--- a/src/views/Inventory/MaterialOut/index.vue
+++ b/src/views/Inventory/MaterialOut/index.vue
@@ -6,7 +6,7 @@
领料单
-
+
创建时间:
-
+
{{ scope.row.领料单备注 }}
diff --git a/src/views/Inventory/MaterialOut/index2.vue b/src/views/Inventory/MaterialOut/index2.vue
index 6267b0da..674716c2 100644
--- a/src/views/Inventory/MaterialOut/index2.vue
+++ b/src/views/Inventory/MaterialOut/index2.vue
@@ -1,17 +1,23 @@
-
+
查询
领料确认
-
-
+
+
+
+
+ {{ scope.row.领料单编号 }}
+
+
+
{{ scope.row.名称 }}
-
+
{{ scope.row.图号或型号 || '—' }}
@@ -136,7 +142,8 @@ export default {
rules3: {
password: [{ required: true, message: '请输入' }],
outTypeValue: [{ required: true, message: '请选择' }]
- }
+ },
+ multipleSelection1: []
}
},
methods: {
@@ -215,10 +222,7 @@ export default {
},
// 多选
handleSelectionChange(val) {
- this.multipleSelection1 = []
- val.map(v => {
- this.multipleSelection1.push(v.领料单明细流水号)
- })
+ this.multipleSelection1 = val
},
// 领料确认
inputPassword() {
@@ -251,18 +255,17 @@ export default {
this.machineValue = []
this.offlineNum = []
this.outNumber = []
- for (let i = 0; i < this.pickListTable2.length; i++) {
- console.log(this.pickListTable2[i].出库数量, 1233)
- if (this.pickListTable2[i].出库数量 !== 0) {
- this.multipleSelection.push(this.pickListTable2[i].领料单明细流水号)
- this.basePartNum.push(this.pickListTable2[i].基本件流水号)
- this.materialNum.push(this.pickListTable2[i].物料流水号)
- this.parchasePartNum.push(this.pickListTable2[i].标准件和外购件流水号)
- this.purchaseBillNum.push(this.pickListTable2[i].请购单明细流水号)
- this.groupNumValue.push(this.pickListTable2[i].组件流水号)
- this.machineValue.push(this.pickListTable2[i].机床流水号)
- this.offlineNum.push(this.pickListTable2[i].离线采购件流水号)
- this.outNumber.push(this.pickListTable2[i].出库数量)
+ for (let i = 0; i < this.multipleSelection1.length; i++) {
+ if (this.multipleSelection1[i].出库数量 !== 0) {
+ this.multipleSelection.push(this.multipleSelection1[i].领料单明细流水号)
+ this.basePartNum.push(this.multipleSelection1[i].基本件流水号)
+ this.materialNum.push(this.multipleSelection1[i].物料流水号)
+ this.parchasePartNum.push(this.multipleSelection1[i].标准件和外购件流水号)
+ this.purchaseBillNum.push(this.multipleSelection1[i].请购单明细流水号)
+ this.groupNumValue.push(this.multipleSelection1[i].组件流水号)
+ this.machineValue.push(this.multipleSelection1[i].机床流水号)
+ this.offlineNum.push(this.multipleSelection1[i].离线采购件流水号)
+ this.outNumber.push(this.multipleSelection1[i].出库数量)
}
}
if (Number(this.form3.password) === Number(this.form3.DirectNote)) {
diff --git a/src/views/TechnologyCenter/QueryParts/index.vue b/src/views/TechnologyCenter/QueryParts/index.vue
index d919f352..fee07584 100644
--- a/src/views/TechnologyCenter/QueryParts/index.vue
+++ b/src/views/TechnologyCenter/QueryParts/index.vue
@@ -144,16 +144,16 @@
{{ scope.row.操作日期 | formatTime }}
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+