|
|
|
@ -11,7 +11,7 @@ |
|
|
|
<TableList label="template.common.reagentInfo" :columns="sysjColumns" |
|
|
|
:dataSource="resource" /> |
|
|
|
<TableList label="template.common.instrumentInfo" :columns="yqColumns" |
|
|
|
:dataSource="resource" /> |
|
|
|
:dataSource="yqResource" /> |
|
|
|
<BaseInfoFormPackage fieldItemLabel="template.common.storageCondition" label="template.common.storageCondition" ref="storageConditionRef" |
|
|
|
:formConfig="storageFormConfig" :formData="formData" /> |
|
|
|
<LineLabel label="template.common.operationSteps" /> |
|
|
|
@ -240,7 +240,6 @@ export default { |
|
|
|
currentSubKey: "",//当前点击的子项key |
|
|
|
rowIndex:0,//当前表格点击的行数 |
|
|
|
|
|
|
|
resource: [], |
|
|
|
formData: {} |
|
|
|
}; |
|
|
|
}, |
|
|
|
@ -378,7 +377,7 @@ export default { |
|
|
|
let fzItem = item.fzsj.fzList[j] |
|
|
|
tmpResource.push({ |
|
|
|
mc: null, |
|
|
|
bh: item.fzsj.mybh+fzItem.subCode, |
|
|
|
bh: item.fzsj.mybh+fzItem.preCode+fzItem.subCode, |
|
|
|
ph: null, |
|
|
|
ndz: item.hhwznd + content.headerSelectFields.hhwzndUnit, |
|
|
|
nd: item.hhwznd, |
|
|
|
|