迁移正向追溯模块
Some checks failed
Release pipeline / publish (push) Has been cancelled
Release pipeline / Always run job (push) Has been cancelled

This commit is contained in:
sheng
2026-06-22 17:22:00 +08:00
parent 3c4a665dc3
commit fe45390997
7 changed files with 340 additions and 3 deletions

View File

@@ -1223,6 +1223,33 @@
"device_code": "Device Code",
"node_not_found": "No matching node found",
"query_before_export": "Query traceability data before export"
},
"forward": {
"query": "Search",
"reset": "Reset",
"export": "Export",
"item_code": "Material Code",
"enter_item_code": "Enter material code",
"item_batch": "Material Batch",
"enter_item_batch": "Enter material batch",
"item_id": "Semi-finished ID",
"enter_item_id": "Enter semi-finished ID",
"battery_id": "Battery Barcode",
"batch_id": "Batch No.",
"item_name": "Material Name",
"device_code": "Device Code",
"work_unit": "Process Unit",
"process_code": "Process Code",
"finish_time": "Completion Time",
"operation": "Operation",
"reverse": "Reverse Traceability",
"no_data": "No data",
"export_confirm": "Create forward traceability export task?",
"prompt": "Prompt",
"confirm": "Confirm",
"cancel": "Cancel",
"please_select_filter_condition": "Select at least one filter condition",
"create_download_task_success": "Download task created successfully"
}
}
}

View File

@@ -1223,6 +1223,33 @@
"device_code": "设备编码",
"node_not_found": "未找到匹配节点",
"query_before_export": "请先查询追溯数据后再导出"
},
"forward": {
"query": "查询",
"reset": "重置",
"export": "导出",
"item_code": "物料编码",
"enter_item_code": "请输入物料编码",
"item_batch": "物料批次",
"enter_item_batch": "请输入物料批次",
"item_id": "半成品码",
"enter_item_id": "请输入半成品码",
"battery_id": "电池条码",
"batch_id": "批次号",
"item_name": "物料名称",
"device_code": "设备编码",
"work_unit": "工序单元",
"process_code": "工序编码",
"finish_time": "完成时间",
"operation": "操作",
"reverse": "反向追溯",
"no_data": "暂无数据",
"export_confirm": "确认创建正向追溯数据导出任务?",
"prompt": "提示",
"confirm": "确定",
"cancel": "取消",
"please_select_filter_condition": "请选择筛选条件",
"create_download_task_success": "创建下载任务成功"
}
}
}