转换首巡检项目配置模块
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-24 12:40:50 +08:00
parent f21bd5a57f
commit 838db60965
5 changed files with 607 additions and 120 deletions

View File

@@ -3346,10 +3346,12 @@
"confirm_delete": "Are you sure to delete?",
"required": "Required",
"please_enter": "Please enter",
"please_select": "Please select",
"create_time": "Created At",
"created_at": "Created At",
"updated_at": "Updated At",
"nickname": "Creator",
"creator": "Creator",
"batch_no": "Batch No.",
"product_no": "Product Code",
"inspection_item": "Inspection Item",
@@ -3383,10 +3385,57 @@
"node_data_name": "Node Data Name",
"node_data_code": "Node Data Code",
"working_subclass": "Shift",
"project_name": "Project Name",
"project_name": "Item Name",
"subgroup_id": "Subgroup",
"sampling_time": "Sampling Time",
"sample_value": "Sample Value"
"sample_value": "Sample Value",
"process_unit": "Process Unit",
"time_range": "Time Range",
"to": "To",
"start_date": "Start Date",
"end_date": "End Date",
"process_unit_required": "Please select process unit",
"inspection_type_required": "Please select inspection type",
"is_required": "Required Inspection",
"is_required_tooltip": "Controls whether this item must be inspected during first/patrol inspection entry.",
"yes": "Yes",
"no": "No",
"select_operate_data": "Please select data to operate",
"configure_item": "Configure Items",
"configure_item_title": "First Article Inspection Item Configuration",
"add_item": "Add Item",
"add_item_title": "Add Inspection Item",
"edit_item_title": "Edit Inspection Item",
"project_code": "Item Code",
"process_requirement": "Process Requirement",
"judgment_type": "Judgment Type",
"inspection_check_type": "Inspection Judgment Type",
"judgment_standard": "Judgment Standard",
"unit": "Unit",
"inspection_tool": "Inspection Tool",
"inspection_quantity": "Inspection Quantity",
"enumeration": "Enumeration",
"numeric": "Numeric",
"limit": "Limit",
"unknown": "Unknown",
"please_project_code": "Please enter item code",
"please_project_name": "Please enter item name",
"please_process_requirement": "Please enter process requirement",
"please_select_inspection_type": "Please select judgment type",
"please_enter_unit": "Please enter unit",
"please_enter_inspection_tool": "Please enter inspection tool",
"please_enter_inspection_quantity": "Please enter inspection quantity",
"upper_limit": "Upper Limit",
"lower_limit": "Lower Limit",
"upper_limit_label": "Upper Limit",
"lower_limit_label": "Lower Limit",
"please_enter_upper_limit": "Please enter upper limit",
"please_enter_lower_limit": "Please enter lower limit",
"please_enter_numeric_value": "Please enter numeric value",
"project_code_required": "Please enter item code",
"project_name_required": "Please enter item name",
"inspection_check_type_required": "Please select judgment type",
"delete_confirm": "Are you sure to delete this item?"
},
"first_article_inspection_records": {
"search": "Search",

View File

@@ -3346,10 +3346,12 @@
"confirm_delete": "确定要执行该操作吗?",
"required": "必填项",
"please_enter": "请输入",
"please_select": "请选择",
"create_time": "创建时间",
"created_at": "创建时间",
"updated_at": "更新时间",
"nickname": "创建人",
"creator": "创建人",
"batch_no": "批次号",
"product_no": "产品编码",
"inspection_item": "检验项目",
@@ -3363,7 +3365,7 @@
"material_name": "物料名称",
"inspection_status": "检验状态",
"result": "结果",
"inspection_type": "检验类",
"inspection_type": "检验类",
"standard_value": "标准值",
"aql_value": "AQL值",
"sampling_plan_name": "抽样方案",
@@ -3386,7 +3388,54 @@
"project_name": "项目名称",
"subgroup_id": "子组",
"sampling_time": "采样时间",
"sample_value": "样本值"
"sample_value": "样本值",
"process_unit": "工序单元",
"time_range": "时间范围",
"to": "至",
"start_date": "开始日期",
"end_date": "结束日期",
"process_unit_required": "请选择工序单元",
"inspection_type_required": "请选择检验类别",
"is_required": "是否必检",
"is_required_tooltip": "配置后在首巡检录入时用于控制该项目是否必须检验",
"yes": "是",
"no": "否",
"select_operate_data": "请选择要操作的数据",
"configure_item": "配置项目",
"configure_item_title": "首巡检项目配置",
"add_item": "新增项目",
"add_item_title": "新增检验项目",
"edit_item_title": "编辑检验项目",
"project_code": "项目编码",
"process_requirement": "工艺要求",
"judgment_type": "判定类型",
"inspection_check_type": "检验判定类型",
"judgment_standard": "判定标准",
"unit": "单位",
"inspection_tool": "检验工具",
"inspection_quantity": "检验数量",
"enumeration": "枚举",
"numeric": "数值",
"limit": "极限",
"unknown": "未知",
"please_project_code": "请输入项目编码",
"please_project_name": "请输入项目名称",
"please_process_requirement": "请输入工艺要求",
"please_select_inspection_type": "请选择检验判定类型",
"please_enter_unit": "请输入单位",
"please_enter_inspection_tool": "请输入检验工具",
"please_enter_inspection_quantity": "请输入检验数量",
"upper_limit": "上限",
"lower_limit": "下限",
"upper_limit_label": "上限",
"lower_limit_label": "下限",
"please_enter_upper_limit": "请输入上限",
"please_enter_lower_limit": "请输入下限",
"please_enter_numeric_value": "请输入数值",
"project_code_required": "请输入项目编码",
"project_name_required": "请输入项目名称",
"inspection_check_type_required": "请选择检验判定类型",
"delete_confirm": "确定删除该项目吗?"
},
"first_article_inspection_records": {
"search": "查询",