|
|
|
@ -63,7 +63,7 @@ G |
|
|
|
</el-form> |
|
|
|
</div> |
|
|
|
<div class="content" v-show="showIndex == 2"> |
|
|
|
<TemplateTable ref="templateTable" :sn="form.templateSn" :templateData="form" fillType="prePlan" /> |
|
|
|
<TemplateTable ref="templateTable" :sn="form.templateSn" :templateData="form" fillType="actFill" /> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
@ -147,6 +147,7 @@ export default { |
|
|
|
}, |
|
|
|
selectTemplateChange(val) { |
|
|
|
this.form.bdnr = val.content |
|
|
|
this.form.bdmc=val.name |
|
|
|
this.form.templateMc = val.name |
|
|
|
this.form.templateSn = val.sn |
|
|
|
}, |
|
|
|
@ -158,7 +159,7 @@ export default { |
|
|
|
id: null, |
|
|
|
studyId: null, |
|
|
|
bdbh: null, |
|
|
|
bdmc: null, |
|
|
|
bdmc: '试验物质配制计划表', |
|
|
|
bdsm: null, |
|
|
|
templateId: 23, |
|
|
|
templateMc: '试验物质配制计划表', |
|
|
|
|