wms包材出库查询新增页面修改

yangwl
mengjiao 4 months ago
parent 8fd7b12cc8
commit 96abce45a8

@ -425,6 +425,7 @@ export default {
selectedRows: [],
stationNo: '',
addoutorderList: [],
produceCodeTEM: '',
};
},
created() {
@ -454,6 +455,7 @@ export default {
this.loading = true;
PurchaseOrderOutboundPda(this.queryParams1).then(response => {//000100220987
this.addoutorderList = response.data.list;
this.produceCodeTEM=response.data.produceCode;
console.log(this.addoutorderList)
// this.total = response.total;
// this.loading = false;
@ -635,7 +637,8 @@ export default {
// this.getList();
// });
} else {
this.queryParams2.orderNo = this.queryParams1.produceCode
//this.queryParams2.orderNo = this.queryParams1.produceCode
this.queryParams2.orderNo = this.produceCodeTEM
this.queryParams2.warehouseNo = this.queryParams1.warehouseNo
this.queryParams2.list = _this.selectedRows
this.queryParams2.ken = 2

Loading…
Cancel
Save