更新
This commit is contained in:
@@ -522,7 +522,7 @@ export default {
|
||||
if (valid) {
|
||||
this.addPurchaseOrder_disable = true
|
||||
this.supplierName = this.form2.supplierNameValue
|
||||
addPurchaseOrder(this.form2.计划名称, this.form2.supplierNameValue).then(response => {
|
||||
addPurchaseOrder(this.form2.计划名称, this.form2.supplierNameValue, this.id).then(response => {
|
||||
if (response.data[0].result === '1') {
|
||||
this.$message.success('新建离线外购备料成功')
|
||||
this.searchTable()
|
||||
|
||||
Reference in New Issue
Block a user