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

@@ -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: '库位编码'
}
}