From 96abce45a8d3394a7f5226db373ff13ceba29bc0 Mon Sep 17 00:00:00 2001 From: mengjiao <3338049200@qq,com> Date: Thu, 6 Jun 2024 11:24:56 +0800 Subject: [PATCH] =?UTF-8?q?wms=E5=8C=85=E6=9D=90=E5=87=BA=E5=BA=93?= =?UTF-8?q?=E6=9F=A5=E8=AF=A2=E6=96=B0=E5=A2=9E=E9=A1=B5=E9=9D=A2=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/wms/outorder/index.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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