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