This commit is contained in:
lixin
2018-11-26 21:01:54 +08:00
parent e1d15ef309
commit 112f3f96d3
3 changed files with 9 additions and 3 deletions

View File

@@ -184,6 +184,7 @@ export default {
if (response.data[0].result === '1') {
ListDetailOut(row.领料单明细流水号)
this.$message.success('出库成功')
this.searchListDetailt()
} else { this.$message.error('出库失败') }
})
} else if (row.零件类型 === 1 || row.零件类型 === 2) {
@@ -191,6 +192,7 @@ export default {
if (response.data[0].result === '1') {
ListDetailOut(row.领料单明细流水号)
this.$message.success('出库成功')
this.searchListDetailt()
} else { this.$message.error('出库失败') }
})
} else {
@@ -198,10 +200,10 @@ export default {
if (response.data[0].result === '1') {
this.$message.success('出库成功')
ListDetailOut(row.领料单明细流水号)
this.searchListDetailt()
} else { this.$message.error('增加失败') }
})
}
this.searchListDetailt()
}
}
}