修改包材出库新增数据结构修改

master
mengjiao 10 months ago
parent 60084d99e2
commit a91fd23a57

@ -428,7 +428,7 @@ export default {
this.queryParams2.orderNo = this.queryParams1.produceCode
this.queryParams2.warehouseCode = this.queryParams1.warehouseCode
this.queryParams2.orderLines = _this.selectedRows
addPurchaseOrderOutbound(_this.queryParams2).then(response => {
addPurchaseOrderOutbound(JSON.stringify(_this.queryParams2)).then(response => {
if (response.data) {
this.$modal.msgSuccess("新增成功");
this.open = false;

Loading…
Cancel
Save