From e5d7f6b1910f2b12f410c4848f7837eee0cc4c8b Mon Sep 17 00:00:00 2001 From: guoshuang Date: Mon, 20 Jun 2022 14:39:26 +0800 Subject: [PATCH 1/2] =?UTF-8?q?cosmoim-852=20fix=20=E6=96=B0=E5=A2=9E?= =?UTF-8?q?=E4=BF=84=E7=BD=97=E6=96=AF=E6=8B=A3=E9=85=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/i18n/lang/cn.ts | 2 + src/i18n/lang/en.ts | 2 + .../raw/handover/RUS-picking/ByOrder.vue | 211 ++++++++++++------ .../raw/handover/RUS-picking/BySummary.vue | 51 ++++- src/pages/raw/handover/RUS-picking/model.ts | 16 +- src/utils/url.ts | 2 + 6 files changed, 190 insertions(+), 94 deletions(-) diff --git a/src/i18n/lang/cn.ts b/src/i18n/lang/cn.ts index 65f802f..34379ff 100644 --- a/src/i18n/lang/cn.ts +++ b/src/i18n/lang/cn.ts @@ -202,6 +202,7 @@ export default { Pi_tip17: '请选择一条DN单', Pi_tip18: '请选中要移库的数据', Pi_tip19: '只能选择一条修改数量', + Pi_tip20: '本次添加数量超过最大可添加数量', //汇总交接 Summary_Query: '汇总查询', Summary_Contain: '包含', @@ -473,6 +474,7 @@ export default { AppendMateriel3: '不能大于需求数量,请重新输入', AppendMateriel4: '请选择正确的库位', AppendMateriel5: '请先选择一个物料', + AppendMateriel6: '请先选择一条数据', demandQuantity: '总数量大于需求数量', //俄罗斯海外PO ImportPO: 'PO海外收货', diff --git a/src/i18n/lang/en.ts b/src/i18n/lang/en.ts index b33a8a1..f93d73a 100644 --- a/src/i18n/lang/en.ts +++ b/src/i18n/lang/en.ts @@ -42,6 +42,7 @@ export default { Pi_tip17: 'Please select a dn list', Pi_tip18: 'Please select the data to be moved', Pi_tip19: 'Only one item can be selected to modify the quantity', + Pi_tip20: 'The number of additions this time exceeds the maximum number of additions.', //版本更新 updatePrompt: 'Update tips', Tip1: 'please update!', @@ -478,6 +479,7 @@ export default { AppendMateriel3: 'Cannot be greater than the required quantity, please re-enter', AppendMateriel4: 'Please select the correct location', AppendMateriel5: 'Please select a material first', + AppendMateriel6: 'Please select a piece of data first', demandQuantity: 'The total quantity is greater than the demand quantity', //俄罗斯海外PO ImportPO: 'Import PO Receive', diff --git a/src/pages/raw/handover/RUS-picking/ByOrder.vue b/src/pages/raw/handover/RUS-picking/ByOrder.vue index c8bef9b..fe3c447 100644 --- a/src/pages/raw/handover/RUS-picking/ByOrder.vue +++ b/src/pages/raw/handover/RUS-picking/ByOrder.vue @@ -2,7 +2,7 @@ - + {{ $t('message.Pi_ByOrderPicking') }} @@ -29,7 +29,7 @@ {{ $t('message.Container') }} - + {{ $t('message.CommissionedThisNumber') }}: @@ -54,7 +54,7 @@ {{ item.wlCode }} {{ item.qty }} - {{ item.xxxx }} + {{ item.barcode }} + + + + + + + {{ $t('message.Pi_Station') }}: + {{ some.sendSpot }} + + + {{ $t('message.Pi_PickedQuantity') }}: + {{ some.totalMoAmount }} + + + + + + {{ $t('message.CommissionedLocation') }}: + + + + + {{ $t('message.Container') }} + + + + {{ $t('message.CommissionedThisNumber') }}: + + + {{ $t('message.product_add') }} - - - - - - - - {{ $t('message.Pi_Station') }}: - {{ some.sendSpot }} - - - {{ $t('message.Pi_PickedQuantity') }}: - {{ some.totalMoAmount }} - - - - - - {{ $t('message.CommissionedLocation') }}: - - - - - {{ $t('message.Container') }} - - - - {{ $t('message.CommissionedThisNumber') }}: - - - {{ $t('message.product_add') }} - - - - - + - - - - {{ $t('message.product_Location') }} - {{ $t('message.product_Number') }} - {{ $t('message.Container') }} - {{ $t('message.operation') }} - - - {{ item.wlCode }} - {{ item.qty }} - {{ item.barcode }} - - {{ $t('message.product_Delete') }} - - - - -
- - - -
-
- - - {{ $t('message.detailed') }} - - - - {{ $t('message.po_Submit') }} - - - - - {{ $t('message.po_Return') }} - - - -
-
+ + + + {{ $t('message.product_Location') }} + {{ $t('message.product_Number') }} + {{ $t('message.Container') }} + {{ $t('message.operation') }} + + + {{ item.wlCode }} + {{ item.qty }} + {{ item.barcode }} + + {{ $t('message.product_Delete') }} + + + + +
+ + + +
+
+ + + {{ $t('message.detailed') }} + + + + {{ $t('message.po_Submit') }} + + + + + {{ $t('message.po_Return') }} + + + +
+