lx
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user