This commit is contained in:
lixin
2019-01-04 16:21:13 +08:00
parent 5493ed68e2
commit ab22652528
6 changed files with 11 additions and 10 deletions

View File

@@ -568,7 +568,7 @@ export default {
this.partGroup.push(this.tableData3[i].离线请购单明细流水号)
this.numGroup.push(this.tableData3[i].数量)
}
alterNumber(this.purchasecardnumber, this.partGroup, this.numGroup).then(response => {
alterNumber(this.partGroup, this.numGroup).then(response => {
if (response.data[0].result === '1') {
this.$message.success('请购单生成成功')
this.searchTable2()