Browse Source

fix: [模板管理] dl015

luojie
memorylkf 2 weeks ago
parent
commit
029e480c24
2 changed files with 5 additions and 2 deletions
  1. +2
    -0
      src/views/business/comps/template/comps/dl/DL015.vue
  2. +3
    -2
      src/views/business/comps/template/mixins/templateMixin.js

+ 2
- 0
src/views/business/comps/template/comps/dl/DL015.vue View File

@ -29,6 +29,7 @@
<LineLabel label="template.dl.dl015.xbxx" />
<BaseInfoFormPackage
fieldItemLabel="template.dl.dl015.xbxx"
:ref="refConf.xbInfo"
:formConfig="xbInfoFormConfig"
:formData="formData"
@ -38,6 +39,7 @@
<!-- 换液情况 -->
<LineLabel label="template.dl.dl015.hyqk" />
<CustomTable
fieldItemLabel="template.dl.dl015.hyqk"
:columns="hyqkColumns"
:ref="refConf.hyqk"
@onRegentSubmit="(e) => onRegentSubmit(e)"

+ 3
- 2
src/views/business/comps/template/mixins/templateMixin.js View File

@ -73,7 +73,8 @@ export default {
'business_dl_uav', // 毒理-紫外照射操作记录表-UVA-DL023
'business_pcr_fxffypzbb', //PCR-编号-分析方法学样品制备表
'business_dl_xbx', //毒理-紫外照射操作记录表-细胞系
'business_dl_dwzs' //毒理-紫外照射操作记录表-动物种属
'business_dl_dwzs', //毒理-紫外照射操作记录表-动物种属
'business_dl_sjqqtqk' //毒理-细胞收集/低渗及固定操作记录表-收集前其他情况
],
props: {
templateData: {
@ -433,7 +434,7 @@ export default {
})
const validFormData = await Promise.all(refs).catch((err) => {
// this.$message.error(err);
if (err &&err.errorType && err.errorType === 'step') {
if (err && err.errorType && err.errorType === 'step') {
this.$message.error('请添加步骤')
return
}

Loading…
Cancel
Save