更新
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
* @Author: gtz
|
||||
* @Date: 2021-03-04 16:13:51
|
||||
* @LastEditors: zwq
|
||||
* @LastEditTime: 2021-07-21 09:58:59
|
||||
* @LastEditTime: 2022-01-12 16:09:25
|
||||
* @Description: file content
|
||||
*/
|
||||
export default {
|
||||
@@ -130,22 +130,24 @@ export default {
|
||||
CacheCode: '缓存区编码',
|
||||
CacheName: '缓存区名称',
|
||||
StockNumber: '库位数量',
|
||||
AreaNumber: '区域数量',
|
||||
AreaCode: '区域编码',
|
||||
AreaName: '区域名称',
|
||||
AreaNumber: '货架数量',
|
||||
AreaCode: '货架编码',
|
||||
AreaName: '货架名称',
|
||||
rowNum: '行数',
|
||||
columnNum: '列数',
|
||||
Shelf: '货架',
|
||||
ManageShelves: '管理货架',
|
||||
ShelfCode: '货架编码',
|
||||
ShelfName: '货架名称',
|
||||
ShelfNumber: '货架数量',
|
||||
StorageQuantity: '存储数量',
|
||||
Location: '货位',
|
||||
Location: '库位',
|
||||
ManageLocation: '管理货位',
|
||||
LocationCode: '库位编码',
|
||||
LocationName: '库位名称',
|
||||
anotherName: '别名',
|
||||
place: '位置',
|
||||
addCacheArea: '添加区域'
|
||||
addCacheArea: '添加货架'
|
||||
},
|
||||
storageBox: {
|
||||
name: '名称',
|
||||
@@ -272,5 +274,20 @@ export default {
|
||||
EquipmentScrapGrade: {
|
||||
keyword: '名称',
|
||||
ScrapGrade: '废片等级'
|
||||
},
|
||||
Warehouse: {
|
||||
Code: '编码',
|
||||
TaskType: '任务类型',
|
||||
TaskStatus: '任务状态',
|
||||
VehicleName: '车辆名',
|
||||
TimeSlot: '时间段',
|
||||
ExecutionTime: '执行时间',
|
||||
BoxStatus: '箱状态',
|
||||
BoxNumber: '箱号',
|
||||
PreviousOperation: '上一个工序',
|
||||
NextOperation: '下一个工序',
|
||||
CompletionTime: '完成时间',
|
||||
StartLocation: '开始库位',
|
||||
TargetLocation: '目标库位'
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user