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