From 77ec6723132d7a34e0ad2816df2bda68ebe340fc Mon Sep 17 00:00:00 2001 From: guoshuang Date: Tue, 2 Aug 2022 10:18:27 +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=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/i18n/lang/cn.ts | 1 + src/i18n/lang/en.ts | 1 + src/i18n/lang/ru.ts | 1 + src/pages/raw/handover/RUS-picking/ByOrder.vue | 9 +++++---- src/pages/raw/handover/RUS-picking/BySummary.vue | 9 +++++---- 5 files changed, 13 insertions(+), 8 deletions(-) diff --git a/src/i18n/lang/cn.ts b/src/i18n/lang/cn.ts index a6d79f9..fa8b33d 100644 --- a/src/i18n/lang/cn.ts +++ b/src/i18n/lang/cn.ts @@ -163,6 +163,7 @@ export default { Pi_tip: '提示', Pi_tip5: '上传成功', Pi_tip6: '本次拣配数量+拣配数量不允许大于需求数量', + Pi_tip20: '已添加数量+本次添加数量不可大于可用数量', Pi_tip14: '本次交接数量+累计拣配数量不能大于需求数量', Pi_tip8: '本次交接数量+交接数量不允许大于拣配数量', Pi_tip9: '本次补料数量+已补数量不允许大于需求数量', diff --git a/src/i18n/lang/en.ts b/src/i18n/lang/en.ts index ed3657e..dfeaede 100644 --- a/src/i18n/lang/en.ts +++ b/src/i18n/lang/en.ts @@ -162,6 +162,7 @@ export default { Pi_tip4: 'No data available to upload', Pi_tip: 'Tip', Pi_tip5: 'Success', + Pi_tip20: 'Added quantity + current quantity cannot exceed available quantity', Pi_tip6: 'The pick up Qty plus pick Qty cannot be greater than the Request Qty', Pi_tip14: 'The current handover quantity + cumulative picking quantity cannot be greater than the required quantity', Pi_tip8: 'This handover Qty plus handover Qty cannot be greater than the pick up Qty', diff --git a/src/i18n/lang/ru.ts b/src/i18n/lang/ru.ts index 58d2e0f..e7b399f 100644 --- a/src/i18n/lang/ru.ts +++ b/src/i18n/lang/ru.ts @@ -159,6 +159,7 @@ export default { Pi_tip2: 'Пикап Кол-во больше 0', Pi_tip3: 'Пожалуйста, обновите количество для получения перед загрузкой', Pi_tip10: 'Пожалуйста, обновите добавленное количество перед загрузкой', + Pi_tip20: 'добавлено количество + это количество не может превышать допустимое количество ', Pi_tip4: 'Нет данных для загрузки', Pi_tip: 'Наконечник', Pi_tip5: 'Успех', diff --git a/src/pages/raw/handover/RUS-picking/ByOrder.vue b/src/pages/raw/handover/RUS-picking/ByOrder.vue index ca06b4e..28c8876 100644 --- a/src/pages/raw/handover/RUS-picking/ByOrder.vue +++ b/src/pages/raw/handover/RUS-picking/ByOrder.vue @@ -23,14 +23,14 @@ - - {{ $t('message.CommissionedLocation') }}: - - {{ $t('message.Container') }} + + {{ $t('message.CommissionedLocation') }}: + + {{ $t('message.CommissionedThisNumber') }}: @@ -220,6 +220,7 @@ export default class RawReceiptDetail extends BasePage { value: this.Container.locCode + '(' + this.Container.sendSpot + ')', sendSpot: this.Container.sendSpot, }; + this.Location = []; this.Location.push(arr); this.wlCode = this.Location[0]; this.qty = this.Container.qty - parseFloat(this.Container.cpRef4); diff --git a/src/pages/raw/handover/RUS-picking/BySummary.vue b/src/pages/raw/handover/RUS-picking/BySummary.vue index 87cd0d9..3271b7e 100644 --- a/src/pages/raw/handover/RUS-picking/BySummary.vue +++ b/src/pages/raw/handover/RUS-picking/BySummary.vue @@ -24,15 +24,15 @@ - - {{ $t('message.CommissionedLocation') }}: - - {{ $t('message.Container') }} + + {{ $t('message.CommissionedLocation') }}: + + {{ $t('message.CommissionedThisNumber') }}: @@ -211,6 +211,7 @@ export default class RawReceiptDetail extends BasePage { value: this.Container.locCode + '(' + this.Container.sendSpot + ')', sendSpot: this.Container.sendSpot, }; + this.Location = []; this.Location.push(arr); this.wlCode = this.Location[0]; this.qty = this.Container.qty - parseFloat(this.Container.cpRef4);