merge and update dashboard detail
This commit is contained in:
@@ -115,6 +115,10 @@ export default {
|
||||
design: {
|
||||
zh: '设计',
|
||||
en: 'Design'
|
||||
},
|
||||
refresh: {
|
||||
zh: '刷新',
|
||||
en: 'Refresh'
|
||||
}
|
||||
},
|
||||
navbar: {
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
* @Author: gtz
|
||||
* @Date: 2021-03-04 16:13:51
|
||||
* @LastEditors: zwq
|
||||
* @LastEditTime: 2022-03-15 10:17:01
|
||||
* @LastEditTime: 2022-03-16 10:10:59
|
||||
* @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',
|
||||
@@ -169,7 +170,13 @@ export default {
|
||||
processEquipment: 'Process Equipment',
|
||||
sheCode: 'Shelf Code',
|
||||
sheName: 'Shelf Name',
|
||||
locaNum: 'Location Number'
|
||||
locaNum: 'Location Number',
|
||||
addLocation: 'Add Location',
|
||||
columnMark: 'Column Mark',
|
||||
rowMark: 'Row Mark',
|
||||
status: 'Status',
|
||||
man: 'Man',
|
||||
woman: 'Woman'
|
||||
},
|
||||
storageBox: {
|
||||
name: 'Name',
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
* @Author: gtz
|
||||
* @Date: 2022-03-15 16:42:34
|
||||
* @LastEditors: gtz
|
||||
* @LastEditTime: 2022-03-16 19:08:39
|
||||
* @LastEditTime: 2022-03-16 20:01:32
|
||||
* @Description: file content
|
||||
* @FilePath: \mt-ck-wms-ui\src\lang\i18n\en\module\dashboard.js
|
||||
*/
|
||||
@@ -13,12 +13,11 @@ export default {
|
||||
title: 'WMS Inventory Information',
|
||||
pageHeader: 'No.',
|
||||
pageFooter: ' Page',
|
||||
currLocation: 'Current Location',
|
||||
isEmpty: 'Is Empty',
|
||||
status: 'Status',
|
||||
storageBoxCode: 'Cassette Code',
|
||||
empty: 'Empty',
|
||||
notEmpty: 'Not Empty',
|
||||
initialize: 'Initialize',
|
||||
finish: 'Finish'
|
||||
name: 'Location Name',
|
||||
attribute: 'Location Attribute',
|
||||
cassetteStatus: 'Cassette Status',
|
||||
workOrderNo: 'Work Order Number'
|
||||
}
|
||||
|
||||
@@ -2,7 +2,8 @@
|
||||
* @Author: gtz
|
||||
* @Date: 2021-03-04 16:13:51
|
||||
* @LastEditors: zwq
|
||||
* @LastEditTime: 2022-03-15 10:16:52
|
||||
* @LastEditTime: 2022-03-16 10:10:43
|
||||
* @Description: file content
|
||||
*/
|
||||
export default {
|
||||
visual: {
|
||||
@@ -30,6 +31,7 @@ export default {
|
||||
Tips: '提示',
|
||||
TipsBefore: '确定删除',
|
||||
TipsStorageBefore: '确定添加库位:',
|
||||
PleaseAddLocationFirst: '请先添加库位!',
|
||||
Description: '描述',
|
||||
Remarks: '备注',
|
||||
Or: '或',
|
||||
@@ -159,7 +161,9 @@ export default {
|
||||
processEquipment: '工艺设备',
|
||||
sheCode: '货架编码',
|
||||
sheName: '货架名',
|
||||
locaNum: '库存数量'
|
||||
locaNum: '库存数量',
|
||||
man: '男',
|
||||
woman: '女'
|
||||
},
|
||||
storageBox: {
|
||||
name: '存储箱名称',
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
* @Author: gtz
|
||||
* @Date: 2022-03-15 16:42:34
|
||||
* @LastEditors: gtz
|
||||
* @LastEditTime: 2022-03-16 19:08:19
|
||||
* @LastEditTime: 2022-03-16 20:01:27
|
||||
* @Description: file content
|
||||
* @FilePath: \mt-ck-wms-ui\src\lang\i18n\zh\module\dashboard.js
|
||||
*/
|
||||
@@ -13,12 +13,11 @@ export default {
|
||||
title: 'WMS库存信息',
|
||||
pageHeader: '第',
|
||||
pageFooter: '页',
|
||||
currLocation: '当前库位',
|
||||
isEmpty: '是否为空',
|
||||
status: '状态',
|
||||
storageBoxCode: '存储箱编码',
|
||||
empty: '空箱',
|
||||
notEmpty: '有货',
|
||||
initialize: '初始化',
|
||||
finish: '完成'
|
||||
name: '库位名',
|
||||
attribute: '库位属性',
|
||||
cassetteStatus: '存储箱状态',
|
||||
workOrderNo: '工单号'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user