From bfa9b333d477614e217293a6d5bd6e749d3dd231 Mon Sep 17 00:00:00 2001 From: suiwei <136693118@qq.com> Date: Wed, 29 Mar 2023 09:14:14 +0800 Subject: [PATCH] =?UTF-8?q?overseamom-178=20fix=20=20=E6=8F=90=E4=BA=A4?= =?UTF-8?q?=E6=88=90=E5=8A=9F=E6=B8=85=E7=A9=BA=E5=AD=97=E6=AE=B5=E4=BF=A1?= =?UTF-8?q?=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/product/stoOutbound/index.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/pages/product/stoOutbound/index.vue b/src/pages/product/stoOutbound/index.vue index fa67461..8d6320e 100644 --- a/src/pages/product/stoOutbound/index.vue +++ b/src/pages/product/stoOutbound/index.vue @@ -135,6 +135,7 @@ export default class dnReceiptDom extends BasePage { async query() { this.carNo = ''; + this.company = ''; this.showVehicle = false; this.showMsg = false; if (!this.stoNo) { @@ -163,6 +164,7 @@ export default class dnReceiptDom extends BasePage { //SunmitList: any = []; async onOk() { this.carNo = ''; + this.company = ''; this.showVehicle = false; this.showMsg = false; if (!this.stoNo) { @@ -205,6 +207,7 @@ export default class dnReceiptDom extends BasePage { loginName: session.loginName, factoryCode: session.factoryCode, stoNo: this.stoNo, + carNo: this.carNo, carSize: this.company, }; await this.model.ConfirmList(SunmitList); @@ -254,6 +257,7 @@ export default class dnReceiptDom extends BasePage { this.stoItem = {}; this.barcode = ''; this.carNo = ''; + this.company = ''; this.showVehicle = false; this.showMsg = false; //this.SunmitList = [];