'基础资料部分'

This commit is contained in:
Fanzink
2022-03-03 20:48:59 +08:00
parent ffdcbf6fa7
commit 04cc50f504
19 changed files with 628 additions and 181 deletions

View File

@@ -567,10 +567,18 @@ export default {
zh: '货架信息',
en: 'Shelf Add'
},
shelfInfo: {
zh: '货位管理',
en: 'Shelf Info'
},
locationAdd: {
zh: '库位信息',
en: 'Location Add'
},
location: {
zh: '添加库位',
en: 'Location Management'
},
storageBox: {
zh: '存储箱',
en: 'Storage Box'
@@ -580,6 +588,18 @@ export default {
en: 'Position Detail Info'
}
},
process: {
zh: '工序信息',
en: 'Process Info',
processInfo: {
zh: '工序信息',
en: 'Process Info'
},
processInfoAdd: {
zh: '工序信息管理',
en: 'Process Manage'
}
},
equipment: {
zh: '设备信息',
en: 'Equipment Info',

View File

@@ -1,8 +1,8 @@
/*
* @Author: gtz
* @Date: 2021-03-04 16:13:51
* @LastEditors: zwq
* @LastEditTime: 2022-01-17 15:12:12
* @LastEditors: fzq
* @LastEditTime: 2022-03-03 19:52:51
* @Description: file content
*/
export default {
@@ -135,6 +135,8 @@ export default {
AreaName: '货架名称',
rowNum: '行数',
columnNum: '列数',
rowMark: '行标',
columnMark: '列标',
Shelf: '货架',
ManageShelves: '管理货架',
ShelfCode: '货架编码',
@@ -145,9 +147,12 @@ export default {
ManageLocation: '管理货位',
LocationCode: '库位编码',
LocationName: '库位名称',
anotherName: '别名',
locationType: '库位类型',
anotherName: '库位别名',
place: '位置',
addCacheArea: '添加货架'
addCacheArea: '添加货架',
addLocation: '添加库位',
status: '状态'
},
storageBox: {
name: '名称',
@@ -162,6 +167,8 @@ export default {
PositionCodeAlias: '位置编码别名'
},
equipment: {
shortName: '名称缩写',
enName: '英文名称',
EquipmentName: '设备名称',
EquipmentCode: '设备编码',
EquipmentType: '设备类型',