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