From 1b8ede6dd2fc23a02d5dca5bfc8f5940c80d930e Mon Sep 17 00:00:00 2001 From: guoshuang Date: Wed, 22 Jun 2022 09:59:40 +0800 Subject: [PATCH] =?UTF-8?q?cosmoim-852=20fix=20=E4=BF=84=E7=BD=97=E6=96=AF?= =?UTF-8?q?=E6=8B=A3=E9=85=8D=E5=B0=8F=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/raw/handover/RUS-picking/ByOrder.vue | 4 +++- src/pages/raw/handover/RUS-picking/BySummary.vue | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/pages/raw/handover/RUS-picking/ByOrder.vue b/src/pages/raw/handover/RUS-picking/ByOrder.vue index 8141cd5..0e0cdc7 100644 --- a/src/pages/raw/handover/RUS-picking/ByOrder.vue +++ b/src/pages/raw/handover/RUS-picking/ByOrder.vue @@ -253,7 +253,7 @@ export default class RawReceiptDetail extends BasePage { let allqty = 0; if (this.LocationList.length != 0) { this.LocationList.forEach((item: any) => { - if (this.wlCode.sendSpot != item.Code || this.wlCode.label === item.wlCode) { + if (this.wlCode.sendSpot != item.Code) { this.customToast(this.$t('message.Commission_tips7') as any); return (isTrue = false); } @@ -404,6 +404,7 @@ export default class RawReceiptDetail extends BasePage { this.some = {}; this.LocationList = []; this.wlCode = ''; + this.Barcode = ''; return; } this.LOCKProOrderResultListParams = this.model.proOrderResultList; @@ -411,6 +412,7 @@ export default class RawReceiptDetail extends BasePage { this.some = {}; this.LocationList = []; this.wlCode = ''; + this.Barcode = ''; } async GetLocation() { this.Location = []; diff --git a/src/pages/raw/handover/RUS-picking/BySummary.vue b/src/pages/raw/handover/RUS-picking/BySummary.vue index c6e946a..adc7f6a 100644 --- a/src/pages/raw/handover/RUS-picking/BySummary.vue +++ b/src/pages/raw/handover/RUS-picking/BySummary.vue @@ -397,7 +397,7 @@ export default class RawReceiptDetail extends BasePage { this.some = {}; this.LocationList = []; this.wlCode = ''; - this.form.xxxx = ''; + this.Barcode = ''; } async GetLocation() { this.Location = [];