feat: migrate process execution module
- add V2 process execution page for planning production monitoring - add process execution API, route, and i18n entries - update migration task list status for process execution
This commit is contained in:
@@ -963,6 +963,36 @@
|
||||
"grade": "Grade",
|
||||
"activation_status": "Activation Status",
|
||||
"channel_battery_info": "Channel {index} Battery Info"
|
||||
},
|
||||
"process_execution": {
|
||||
"query": "Search",
|
||||
"reset": "Reset",
|
||||
"add": "Add",
|
||||
"delete": "Delete",
|
||||
"edit": "Edit",
|
||||
"confirm": "Confirm",
|
||||
"cancel": "Cancel",
|
||||
"prompt": "Notice",
|
||||
"battery_id": "Battery Barcode",
|
||||
"enter_battery_id": "Enter battery barcode",
|
||||
"select_process_to_change": "Select target process",
|
||||
"please_select_process": "Please select a process",
|
||||
"clear_class_sign": "Clear grade marker?",
|
||||
"yes": "Yes",
|
||||
"no": "No",
|
||||
"verify_data": "Verify Data",
|
||||
"change_process": "Change Process",
|
||||
"multi_battery_input": "Multi-Battery Input",
|
||||
"input_rule": "Rule: One barcode per line",
|
||||
"please_enter_battery_id_data": "Enter battery barcode data",
|
||||
"sort": "No.",
|
||||
"batch": "Batch",
|
||||
"tray": "Tray",
|
||||
"lot": "No.",
|
||||
"class_type": "Grade Type",
|
||||
"class": "Grade",
|
||||
"previous_process": "Previous Process",
|
||||
"current_process": "Current Process"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -963,6 +963,36 @@
|
||||
"grade": "等级",
|
||||
"activation_status": "激活状态",
|
||||
"channel_battery_info": "通道 {index} 电池信息"
|
||||
},
|
||||
"process_execution": {
|
||||
"query": "查询",
|
||||
"reset": "重置",
|
||||
"add": "新增",
|
||||
"delete": "删除",
|
||||
"edit": "编辑",
|
||||
"confirm": "确定",
|
||||
"cancel": "取消",
|
||||
"prompt": "提示",
|
||||
"battery_id": "电池条码",
|
||||
"enter_battery_id": "请输入电池条码",
|
||||
"select_process_to_change": "选择更改的工序",
|
||||
"please_select_process": "请选择更改的工序",
|
||||
"clear_class_sign": "是否清除档位标记",
|
||||
"yes": "是",
|
||||
"no": "否",
|
||||
"verify_data": "验证数据",
|
||||
"change_process": "更改工序",
|
||||
"multi_battery_input": "多电池条码输入",
|
||||
"input_rule": "输入规则:每个电池条码占一行输入",
|
||||
"please_enter_battery_id_data": "请输入电池条码数据",
|
||||
"sort": "序号",
|
||||
"batch": "批次",
|
||||
"tray": "托盘",
|
||||
"lot": "流水号",
|
||||
"class_type": "档位类型",
|
||||
"class": "档位",
|
||||
"previous_process": "上一工序",
|
||||
"current_process": "当前工序"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user