diff --git a/src/views/wms/outorder/index.vue b/src/views/wms/outorder/index.vue index 18230c6..f489f03 100644 --- a/src/views/wms/outorder/index.vue +++ b/src/views/wms/outorder/index.vue @@ -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