|
@ -170,7 +170,7 @@ export default { |
|
|
uni.showToast({title:"请选择采购详情!",icon:"none"}) |
|
|
uni.showToast({title:"请选择采购详情!",icon:"none"}) |
|
|
return false |
|
|
return false |
|
|
} |
|
|
} |
|
|
var res=await request("/purchaseMain/purchaseMain/addPlantPurchaseSub",{ |
|
|
var res=await request("/purchaseMain/purchaseMain/addPlantGoodsSpecification",{ |
|
|
method:"post", |
|
|
method:"post", |
|
|
body: this.formData |
|
|
body: this.formData |
|
|
}) |
|
|
}) |
|
|