转换首巡检项目配置模块
This commit is contained in:
@@ -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": "查询",
|
||||
|
||||
Reference in New Issue
Block a user