From 7775d15b6784b528603631f895b2e2cde7e5d772 Mon Sep 17 00:00:00 2001 From: Fanzink <460995166@qq.com> Date: Sun, 13 Mar 2022 14:44:14 +0800 Subject: [PATCH] '' --- src/lang/i18n/en/module/basicData.js | 15 +++++++-------- src/lang/i18n/zh/module/basicData.js | 15 +++++++-------- .../Cache/components/location-add.vue | 19 +++++++++++-------- .../Cache/components/locationAttr-add.vue | 6 +++--- .../components/viewSubstrate.vue | 7 ++++--- 5 files changed, 32 insertions(+), 30 deletions(-) diff --git a/src/lang/i18n/en/module/basicData.js b/src/lang/i18n/en/module/basicData.js index 391b68f..20be3c2 100644 --- a/src/lang/i18n/en/module/basicData.js +++ b/src/lang/i18n/en/module/basicData.js @@ -1,13 +1,8 @@ /* * @Author: gtz * @Date: 2021-03-04 16:13:51 -<<<<<<< HEAD * @LastEditors: fzq - * @LastEditTime: 2022-03-10 14:05:21 -======= - * @LastEditors: zwq - * @LastEditTime: 2022-03-09 16:34:56 ->>>>>>> develop + * @LastEditTime: 2022-03-11 11:13:47 * @Description: file content */ export default { @@ -59,7 +54,8 @@ export default { editLocation: 'Edit Location Point', location: 'Location', locationTip: 'Click the picture below to select a point. After selecting a point, select a location in the pop-up box. If you do not select a location when adding a new point, you cannot select the next point. If you want to adjust the order of the points, drag the label at the bottom of the picture to the position you want to adjust. Click to confirm the submission point information and click Reset to reset the point information to the state when the pop-up box is opened', - locationInfo: 'Location Point Info' + locationInfo: 'Location Point Info', + storageCode: 'storageBoxCode' }, factory: { placeholderName: 'Name Or Code', @@ -170,7 +166,10 @@ export default { addCacheArea: 'add Ports Shelf', warning: 'Layers and Columns must be integer!', logisticsEquipment: 'Logistics Equipment', - processEquipment: 'Process Equipment' + processEquipment: 'Process Equipment', + sheCode: 'Shelf Code', + sheName: 'Shelf Name', + locaNum: 'Location Number' }, storageBox: { name: 'Name', diff --git a/src/lang/i18n/zh/module/basicData.js b/src/lang/i18n/zh/module/basicData.js index 4b94bc2..079639f 100644 --- a/src/lang/i18n/zh/module/basicData.js +++ b/src/lang/i18n/zh/module/basicData.js @@ -1,14 +1,9 @@ /* * @Author: gtz * @Date: 2021-03-04 16:13:51 -<<<<<<< HEAD * @LastEditors: fzq - * @LastEditTime: 2022-03-10 14:05:01 + * @LastEditTime: 2022-03-11 11:13:22 * @Description: file content -======= - * @LastEditors: zwq - * @LastEditTime: 2022-03-09 16:34:50 ->>>>>>> develop */ export default { visual: { @@ -59,7 +54,8 @@ export default { editLocation: '编辑库位点', location: '库位', locationTip: '点击下方图片选点,选点后在弹出框内选择库位,新增点位时未选择库位无法进行下一个选点,若想调整点位顺序可拖动图片下方的标签到你想调整的位置,点击确定提交点位信息,点击重置将点位信息重置到打开弹出框时的状态', - locationInfo: '库位点信息' + locationInfo: '库位点信息', + storageCode: '存储箱号' }, factory: { placeholderName: '名称或编码', @@ -161,7 +157,10 @@ export default { status: '状态', warning: '行列标必须为整数!', logisticsEquipment: '物流设备', - processEquipment: '工艺设备' + processEquipment: '工艺设备', + sheCode: '货架编码', + sheName: '货架名', + locaNum: '库存数量' }, storageBox: { name: '存储箱名称', diff --git a/src/views/basicData/Cache/components/location-add.vue b/src/views/basicData/Cache/components/location-add.vue index 12a5303..8264076 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-10 21:00:58 + * @LastEditTime: 2022-03-11 11:14:02 * @Description: -->