成组采购
This commit is contained in:
@@ -151,7 +151,6 @@ export default {
|
||||
if (row.组件流水号 !== '' && row.组件流水号 !== null) {
|
||||
searchgroupName(row.组件流水号).then(response => {
|
||||
console.log(row, 22222)
|
||||
this.groupNumberValue = response.data[0].组号
|
||||
this.tableData2[index].任务名称 = response.data[0].组件名称
|
||||
})
|
||||
}
|
||||
@@ -171,7 +170,7 @@ export default {
|
||||
})
|
||||
},
|
||||
confirmEdit(row) {
|
||||
editData(row.计划流水号, row.组件流水号, this.groupNumberValue, row.任务名称, row.计划工时).then(response => {
|
||||
editData(row.计划流水号, row.组件流水号, row.组号, row.任务名称, row.计划工时).then(response => {
|
||||
if (response.data[0].result === '1') {
|
||||
row.edit = false
|
||||
this.tableData2 = []
|
||||
@@ -266,7 +265,6 @@ export default {
|
||||
})
|
||||
}
|
||||
})
|
||||
this.groupNumberValue = ''
|
||||
this.groupNum = []
|
||||
searchgroup(this.machineNumberValue).then(response => {
|
||||
for (let i = 0; i < response.data.length; i++) {
|
||||
|
||||
Reference in New Issue
Block a user