From 453f66b7b37ab341f849fece5ce190e6100ec455 Mon Sep 17 00:00:00 2001 From: Fanzink <460995166@qq.com> Date: Sun, 20 Mar 2022 09:50:14 +0800 Subject: [PATCH] =?UTF-8?q?'=E6=9B=B4=E6=96=B0=E5=AD=97=E6=AE=B5'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/lang/i18n/en/module/basicData.js | 6 ++++-- src/lang/i18n/zh/module/basicData.js | 5 +++-- .../Cache/components/location-add.vue | 7 ++++++- .../Cache/components/locationAttr-add.vue | 20 +++++++++++++------ src/views/basicData/GroupModule/staff.vue | 2 +- src/views/report-manage/CurrentInventory.vue | 2 +- .../components/edit-substrate.vue | 8 ++++---- .../components/viewSubstrate.vue | 4 ++-- 8 files changed, 35 insertions(+), 19 deletions(-) diff --git a/src/lang/i18n/en/module/basicData.js b/src/lang/i18n/en/module/basicData.js index e2f3c5a..9a3d4eb 100644 --- a/src/lang/i18n/en/module/basicData.js +++ b/src/lang/i18n/en/module/basicData.js @@ -2,7 +2,7 @@ * @Author: gtz * @Date: 2021-03-04 16:13:51 * @LastEditors: fzq - * @LastEditTime: 2022-03-18 14:03:12 + * @LastEditTime: 2022-03-19 10:24:03 * @Description: file content */ export default { @@ -31,6 +31,7 @@ export default { Tips: 'Tips', TipsBefore: 'Are you sure you want to delete', TipsStorageBefore: 'Confirm to add location:', + PleaseAddLocationFirst: 'Please Add Location First!', Description: 'Description', Remarks: 'Remarks', Yes: 'Yes', @@ -175,7 +176,8 @@ export default { rowMark: 'Row Mark', status: 'Status', man: 'Man', - woman: 'Woman' + woman: 'Woman', + locationNumber: 'Location Number' }, storageBox: { name: 'Name', diff --git a/src/lang/i18n/zh/module/basicData.js b/src/lang/i18n/zh/module/basicData.js index 241b249..4e18279 100644 --- a/src/lang/i18n/zh/module/basicData.js +++ b/src/lang/i18n/zh/module/basicData.js @@ -2,7 +2,7 @@ * @Author: gtz * @Date: 2021-03-04 16:13:51 * @LastEditors: fzq - * @LastEditTime: 2022-03-18 14:56:18 + * @LastEditTime: 2022-03-20 09:45:01 * * @Description: file content */ export default { @@ -163,7 +163,8 @@ export default { sheName: '货架名', locaNum: '库存数量', man: '男', - woman: '女' + woman: '女', + locationNumber: '库位编号' }, storageBox: { name: '存储箱名称', diff --git a/src/views/basicData/Cache/components/location-add.vue b/src/views/basicData/Cache/components/location-add.vue index adf66c7..5430a6a 100644 --- a/src/views/basicData/Cache/components/location-add.vue +++ b/src/views/basicData/Cache/components/location-add.vue @@ -2,7 +2,7 @@ * @Author: zwq * @Date: 2020-12-29 15:41:11 * @LastEditors: fzq - * @LastEditTime: 2022-03-18 13:53:50 + * @LastEditTime: 2022-03-19 10:25:46 * @Description: -->