This commit is contained in:
2022-01-14 16:41:37 +08:00
parent 602af58f2d
commit b0f0582e51
16 changed files with 1426 additions and 217 deletions

View File

@@ -712,6 +712,10 @@ export default {
zh: '存储箱信息',
en: 'Storage Box Info'
},
StorageBoxRack: {
zh: '存储箱上架',
en: 'Storage Box Rack'
},
CurrentTask: {
zh: '当前任务',
en: 'Current Task'
@@ -728,6 +732,14 @@ export default {
zh: 'Power Classification',
en: 'Power Classification'
},
ProcessInfo: {
zh: '工艺信息',
en: 'Process Info'
},
ExecutionInfo: {
zh: '执行信息',
en: 'Execution Info'
},
consumption: {
zh: '工单能耗',
en: 'Energy consumption of the repair order'

View File

@@ -2,7 +2,7 @@
* @Author: gtz
* @Date: 2021-03-04 16:13:51
* @LastEditors: zwq
* @LastEditTime: 2022-01-12 16:09:24
* @LastEditTime: 2022-01-14 16:34:25
* @Description: file content
*/
export default {
@@ -279,6 +279,7 @@ export default {
Code: 'Code',
TaskType: 'Task Type',
TaskStatus: 'Task Status',
TaskSource: 'Task Source',
VehicleName: 'Vehicle Name',
TimeSlot: 'Time Slot',
ExecutionTime: 'Execution Time',
@@ -288,6 +289,21 @@ export default {
NextOperation: 'Next Operation',
CompletionTime: 'Completion Time',
StartLocation: 'Start Location',
TargetLocation: 'Target Location'
FullBoxStartLocation: 'FullBox Start Location',
TaskLocation: 'Task Location',
TargetLocation: 'Target Location',
OrderName: 'Order Name',
TaskBoxNumber: 'Task Box Number',
FullBoxNumber: 'Full Box Number',
EmptyFork: 'Empty Fork',
TaskBoxFork: 'Task Box Fork',
EmptyHandlingTime: 'Empty Handling Time',
TaskBoxHandlingTime: 'TaskBox Handling Time',
StorageBoxNumber: 'Storage Box Number',
CurrentLocation: 'Current Location',
IsEmpty: 'Is Empty',
IsEmptyBox: 'Is Empty Box',
LocationName: 'Location Name',
LocationCode: 'Location Code'
}
}

View File

@@ -2,7 +2,7 @@
* @Author: gtz
* @Date: 2021-03-04 16:13:51
* @LastEditors: zwq
* @LastEditTime: 2022-01-12 16:09:25
* @LastEditTime: 2022-01-14 16:34:19
* @Description: file content
*/
export default {
@@ -279,6 +279,7 @@ export default {
Code: '编码',
TaskType: '任务类型',
TaskStatus: '任务状态',
TaskSource: '任务来源',
VehicleName: '车辆名',
TimeSlot: '时间段',
ExecutionTime: '执行时间',
@@ -288,6 +289,22 @@ export default {
NextOperation: '下一个工序',
CompletionTime: '完成时间',
StartLocation: '开始库位',
TargetLocation: '目标库位'
FullBoxStartLocation: '空箱开始库位',
TaskLocation: '任务库位',
TargetLocation: '目标库位',
OrderName: '工单名',
TaskBoxNumber: '任务箱号',
FullBoxNumber: '空箱号',
EmptyFork: '空箱货叉',
TaskBoxFork: '任务箱货叉',
EmptyHandlingTime: '搬运空箱时间',
TaskBoxHandlingTime: '搬运任务箱时间',
StorageBoxNumber: '存储箱号',
CurrentLocation: '当前库位',
IsEmpty: '是否有基板',
IsEmptyBox: '是否空箱',
LocationName: '库位名',
LocationCode: '库位编码'
}
}