fix: 二次分配任务指令前端添加字段
This commit is contained in:
@@ -8,6 +8,10 @@ export default {
|
||||
'Origin_or_destination': 'Origin Or Destination',
|
||||
'Task_type': 'Task Type',
|
||||
'Action_type': 'Action Type',
|
||||
'ORDINARY': 'Ordinary task',
|
||||
'IN_STOCK': 'Pick up secondary distribution',
|
||||
'OUT_STOCK': 'Release cargo secondary distribution',
|
||||
'IN_OUT_STOCK': 'Pick and release cargo secondary distribution',
|
||||
'Warehouse_task_type': 'Warehouse Task Type',
|
||||
'AGV_system': 'AGV System',
|
||||
'Routing_scheme': 'Routing Scheme',
|
||||
|
||||
@@ -8,6 +8,10 @@ export default {
|
||||
'Origin_or_destination': 'Asal Atau Tujuan',
|
||||
'Task_type': 'Jenis Tugas',
|
||||
'Action_type': 'Tipe tugas sekunder',
|
||||
'ORDINARY': 'Tugas biasa',
|
||||
'IN_STOCK': 'Dapatkan pasokan kedua',
|
||||
'OUT_STOCK': 'Memasukkan barang ke distribusi kedua',
|
||||
'IN_OUT_STOCK': 'Ambil paket distribusi kedua',
|
||||
'Warehouse_task_type': 'Jenis Tugas Gudang',
|
||||
'AGV_system': 'Sistem AGV',
|
||||
'Routing_scheme': 'Skema Routing',
|
||||
|
||||
@@ -8,6 +8,10 @@ export default {
|
||||
'Origin_or_destination': '输入起点或终点',
|
||||
'Task_type': '任务类型',
|
||||
'Action_type': '二次分配类型',
|
||||
'ORDINARY': '普通任务',
|
||||
'IN_STOCK': '取货二次分配',
|
||||
'OUT_STOCK': '放货二次分配',
|
||||
'IN_OUT_STOCK': '取放货二次分配',
|
||||
'Warehouse_task_type': '立库任务类型',
|
||||
'AGV_system': 'agv系统',
|
||||
'Routing_scheme': '路由方案',
|
||||
|
||||
Reference in New Issue
Block a user