更新
This commit is contained in:
@@ -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'
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user