迁移托盘登录模块
- 新增计划与生产托盘登录 V2 页面 - 新增托盘登录接口、旧路径路由和中英文文案 - 更新迁移任务列表中的托盘登录状态
This commit is contained in:
@@ -1010,6 +1010,73 @@
|
||||
"exception": "异常中",
|
||||
"offline": "离线中",
|
||||
"idle": "待料中"
|
||||
},
|
||||
"tray_registration": {
|
||||
"query": "查询",
|
||||
"reset": "重置",
|
||||
"login": "登录",
|
||||
"tray_unbind": "托盘解绑",
|
||||
"tray_stop": "托盘停止",
|
||||
"add": "新增",
|
||||
"delete": "删除",
|
||||
"confirm": "确定",
|
||||
"cancel": "取消",
|
||||
"prompt": "提示",
|
||||
"data_table": "数据表",
|
||||
"process_channel": "通道",
|
||||
"battery_id": "电池ID",
|
||||
"previous_batch": "上一个批次",
|
||||
"previous_tray": "上一个托盘",
|
||||
"completed_process": "电池已完成工序",
|
||||
"tray_barcode_format": "托盘条码格式",
|
||||
"battery_barcode_format": "电池条码格式",
|
||||
"tray_battery_count": "托盘装载电池数量",
|
||||
"operation": "操作",
|
||||
"batch_no": "批次号",
|
||||
"enter_batch_no": "请输入批次号",
|
||||
"tray_code": "托盘编码",
|
||||
"enter_tray_code": "请输入托盘编码",
|
||||
"battery_code": "电池编码",
|
||||
"enter_battery_code": "请输入电池编码",
|
||||
"tray_code_format": "托盘编码格式",
|
||||
"battery_code_format": "电池编码格式",
|
||||
"tray_battery_format_edit": "托盘与电池格式编辑",
|
||||
"format_dialog_title": "托盘与电池格式",
|
||||
"submit_login": "提交登录",
|
||||
"add_format_title": "新增格式",
|
||||
"format_error": "格式不对",
|
||||
"process_flow_name": "工艺流程名称",
|
||||
"format_error_exclamation": "格式不对!",
|
||||
"insert_duplicate_battery": "插入重复电池",
|
||||
"delete_confirm": "删除这条格式?",
|
||||
"delete_success": "删除成功",
|
||||
"add_tray_format": "请添加托盘格式",
|
||||
"add_battery_format": "请添加电池格式",
|
||||
"add_battery_count": "请添加电池数量",
|
||||
"tray_unbind_desc": "说明:托盘解绑后,该托盘的状态是取消激活的,与它装载的电池还是激活状态",
|
||||
"tray_unbind_success": "托盘解绑成功",
|
||||
"tray_stop_desc": "说明:托盘停止后,该托盘和它装载的电池会一同取消激活",
|
||||
"tray_stop_success": "托盘停止成功",
|
||||
"enter_tray_no": "请输入托盘号",
|
||||
"batch_create_time": "批次创建时间",
|
||||
"tray_load_battery_count": "装载电池数量",
|
||||
"batch_deactivate": "批量取消激活",
|
||||
"please_enter_tray_code": "请填写托盘编码",
|
||||
"upload_success": "上传成功",
|
||||
"no_batch_no": "没有批次号",
|
||||
"has_active_battery_login_forbidden": "有电池属于激活状态,无法登录",
|
||||
"select_battery_to_deactivate": "请选择需要取消激活的电池",
|
||||
"battery_deactivate": "电池取消激活",
|
||||
"batch_battery_deactivate_success": "批量取消电池激活成功",
|
||||
"channel": "通道:",
|
||||
"select_format": "请选择格式",
|
||||
"select_format_first": "请先选择托盘与电池格式",
|
||||
"activation_status": "激活状态",
|
||||
"activated": "已激活",
|
||||
"not_activated": "未激活",
|
||||
"operation_success": "操作成功",
|
||||
"operation_failed": "操作失败",
|
||||
"format_rule": "格式规则:固定字符直接填写,可变字符使用 * 代替,例如 A** 或 ******。"
|
||||
}
|
||||
},
|
||||
"alert_center": {
|
||||
|
||||
Reference in New Issue
Block a user