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..8141cd5 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 }}