feat: migrate process execution module
Some checks failed
Release pipeline / publish (push) Has been cancelled
Release pipeline / Always run job (push) Has been cancelled

- 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:
sheng
2026-06-22 15:07:38 +08:00
parent 45c2ea6e63
commit 8ef087676f
6 changed files with 318 additions and 3 deletions

View File

@@ -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"
}
}
}