|
|
@ -8,8 +8,8 @@ |
|
|
<div class="content"> |
|
|
<div class="content"> |
|
|
<BaseInfoFormPcakge label="试验基本信息" ref="baseInfoRef" :formConfig="baseInfoFormConfig" |
|
|
<BaseInfoFormPcakge label="试验基本信息" ref="baseInfoRef" :formConfig="baseInfoFormConfig" |
|
|
:formData="formData" /> |
|
|
:formData="formData" /> |
|
|
<TableList label="试验试剂信息" :columns="sysjColumns" :dataSource="dataSource" /> |
|
|
|
|
|
<TableList label="仪器使用信息" :columns="yqsColumns" :dataSource="dataSource" /> |
|
|
|
|
|
|
|
|
<TableList label="试验试剂信息" :columns="sysjColumns" :dataSource="resource" /> |
|
|
|
|
|
<TableList label="仪器使用信息" :columns="yqsColumns" :dataSource="resource" /> |
|
|
<BaseInfoFormPcakge label="存储条件" ref="storageConditionRef" :formConfig="storageFormConfig" |
|
|
<BaseInfoFormPcakge label="存储条件" ref="storageConditionRef" :formConfig="storageFormConfig" |
|
|
:formData="formData" /> |
|
|
:formData="formData" /> |
|
|
<LineLabel label="操作步骤" /> |
|
|
<LineLabel label="操作步骤" /> |
|
|
@ -283,7 +283,6 @@ export default { |
|
|
headerSelectKey: "targetStartSolutionVolumeUnit", |
|
|
headerSelectKey: "targetStartSolutionVolumeUnit", |
|
|
fillType: "preFill", |
|
|
fillType: "preFill", |
|
|
headerOptions: this.getDictOptions('business_tjdw'), |
|
|
headerOptions: this.getDictOptions('business_tjdw'), |
|
|
defaultValue: "mg", |
|
|
|
|
|
bodyType: "inputNumber", |
|
|
bodyType: "inputNumber", |
|
|
bodySubType: "inputNumber", |
|
|
bodySubType: "inputNumber", |
|
|
bodySubKey: "targetStartSolutionVolumePrecision", |
|
|
bodySubKey: "targetStartSolutionVolumePrecision", |
|
|
|