新增工艺流程参数与补偿配置
Some checks failed
Release pipeline / Always run job (push) Has been cancelled
Release pipeline / publish (push) Has been cancelled

This commit is contained in:
sheng
2026-06-22 22:44:45 +08:00
parent c1e8626289
commit 7cf7caf31f
12 changed files with 1236 additions and 26 deletions

View File

@@ -191,7 +191,7 @@
"card": {
"flow_info": "工艺信息",
"flow_name": "流程名称",
"category": "流程类别",
"category": "类别",
"product": "产品型号",
"batch_bound": "绑定批次",
"yes": "是",
@@ -225,7 +225,69 @@
"length_1_100": "长度在 1 到 100 个字符",
"batch_bound_no_move": "已绑定批次,不可移动",
"select_category": "请选择流程类别",
"log_operation_step": "操作工序:"
"log_operation_step": "操作工序:",
"search": "搜索",
"query": "查询",
"close": "关闭",
"submit": "提交",
"add": "新增",
"remove": "移除",
"save": "保存",
"edit": "编辑",
"name": "名称",
"param": "参数",
"remark": "备注",
"enter_name": "请输入名称",
"enter_param": "请输入参数",
"enter_code": "请输入编码",
"enter_remark": "请输入备注",
"add_result_param": "添加结果参数",
"result_param_bind_tip": "请选择需要绑定到当前流程工序的结果参数。",
"all_result_params": "全部结果参数",
"selected_result_params": "已选结果参数",
"please_select_param": "请选择结果参数",
"temperature_step_range": "选择温度补偿工步范围",
"start_step": "开始工步",
"end_step": "结束工步",
"select_start_step": "请选择开始工步",
"select_end_step": "请选择结束工步",
"temperature_data": "录入温度补偿数据",
"import_data": "导入数据",
"temperature_value": "温度",
"compensation_value": "温度补偿值",
"import_temperature_data": "导入温度补偿数据",
"drag_file_here": "将文件拖到此处,或",
"click_to_upload": "点击上传",
"download_template": "下载模板",
"start_step_greater_than_end": "开始工步不能大于结束工步",
"select_at_least_one": "请至少选择一条数据",
"select_start_step_required": "请选择开始工步",
"select_end_step_required": "请选择结束工步",
"temperature_required": "温度不能为空",
"compensation_required": "温度补偿值不能为空",
"temperature_must_be_numeric": "温度必须为数字",
"compensation_must_be_numeric": "温度补偿值必须为数字",
"duplicate_temperature_exists": "存在重复温度值,请检查",
"temperature_template_name": "温度补偿导入模板",
"invalid_upload_format": "请上传 xls 或 xlsx 文件",
"temperature_import_columns_required": "文件必须包含【温度】和【温度补偿值】两列",
"add_calculation_script": "新增计算脚本",
"edit_calculation_script": "编辑计算脚本",
"script_code": "脚本编码",
"script_name": "脚本名称",
"interface_name": "接口名称",
"interface_position": "接口位置",
"start_position": "开始位置",
"end_position": "结束位置",
"status": "状态",
"enabled": "启用",
"disabled": "禁用",
"select_interface": "请选择接口",
"select_interface_position": "请选择接口位置",
"script_content": "脚本内容",
"script_content_required": "请输入脚本内容",
"length_1_45": "长度在 1 到 45 个字符",
"confirm_delete_script": "确定要删除该计算脚本吗?"
}
}
},