|
|
|
@ -9,7 +9,7 @@ |
|
|
|
<BaseInfoFormPackage fieldItemLabel="template.common.baseInfo" label="template.common.baseInfo" |
|
|
|
ref="baseInfoRef" :formConfig="baseInfoFormConfig" :formData="formData" /> |
|
|
|
<TableList label="template.common.reagentInfo" :columns="sysjColumns" :dataSource="resource" /> |
|
|
|
<TableList label="template.common.instrumentInfo" :columns="yqsColumns" :dataSource="resource" /> |
|
|
|
<TableList label="template.common.instrumentInfo" :columns="yqColumns" :dataSource="resource" /> |
|
|
|
<BaseInfoFormPackage fieldItemLabel="template.common.storageCondition" |
|
|
|
label="template.common.storageCondition" ref="storageConditionRef" |
|
|
|
:formConfig="storageFormConfig" :formData="formData" /> |
|
|
|
@ -280,20 +280,6 @@ export default { |
|
|
|
reagentType: '', |
|
|
|
resource: [], |
|
|
|
resourceData1: [], |
|
|
|
sysjColumns: [ |
|
|
|
{ label: 'template.common.reagentName', prop: "mc" },//名称 |
|
|
|
{ label: 'template.common.reagentCode', prop: "bh" },//编号 |
|
|
|
{ label: 'template.common.reagentNo', prop: "ph" },//批号 试剂,供试品才有 |
|
|
|
{ label: 'template.common.concentration', prop: "nd" },//浓度 |
|
|
|
{ label: 'template.common.source', prop: "source" },//来源 |
|
|
|
{ label: 'template.common.reagentExpireDate', prop: "sxrq" },//失效日期 |
|
|
|
], |
|
|
|
yqsColumns: [ |
|
|
|
{ label: 'template.common.instrumentName', prop: "instrumentName" }, |
|
|
|
{ label: 'template.common.instrumentModel', prop: "instrumentModel" }, |
|
|
|
{ label: 'template.common.instrumentCode', prop: "instrumentCode" }, |
|
|
|
{ label: 'template.common.nextTestDate', prop: "nextTestDate" }, |
|
|
|
], |
|
|
|
formData: {} |
|
|
|
}; |
|
|
|
}, |
|
|
|
|