@@ -47,9 +47,13 @@ export const numberList = [
'inspection_scheme',
'industry_type',
'record_template_style',
+ 'experiment_template_style',
+ 'experiment_sheet',
+ 'experiment_rules_report_work_type',
'checklist_type',
'record_rules_report_work_type',
- 'record_sheet'
+ 'record_sheet',
+ 'business_type'
];
//审核状态
@@ -143,7 +143,7 @@
<el-col :span="8">
<el-form-item label="执行标准:" prop="qualityStandardName">
<el-input
- :value="getDictValue('质检标准类型', form.qualityStandardName)"
+ v-model="form.qualityStandardName"
placeholder="请输入"
:disabled="true"
>