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 = [];