Browse Source

feat: [模板管理] 毒理样式

ouqian
memorylkf 1 month ago
parent
commit
09ab9271bc
2 changed files with 10 additions and 12 deletions
  1. +3
    -8
      src/views/business/comps/template/comps/dl/DL023.vue
  2. +7
    -4
      src/views/business/comps/template/mixins/templateMixin.js

+ 3
- 8
src/views/business/comps/template/comps/dl/DL023.vue View File

@ -47,9 +47,6 @@ import moment from 'moment'
export default { export default {
name: "dl023", name: "dl023",
dicts: [
'business_dl_xbmc',"business_sydd"
],
components: { BaseInfoFormPackage, LineLabel, TableList, Step, CustomTable, TableOpertaionDelete }, components: { BaseInfoFormPackage, LineLabel, TableList, Step, CustomTable, TableOpertaionDelete },
mixins: [templateMixin], mixins: [templateMixin],
props: { props: {
@ -166,9 +163,10 @@ export default {
label: "template.dl.dl023.uvazsjl", label: "template.dl.dl023.uvazsjl",
type: "input", type: "input",
fillType: "actFill", fillType: "actFill",
subType: "sj",
subType: "select",
subKey: "subUvazsjl", subKey: "subUvazsjl",
subFillType: "actFill", subFillType: "actFill",
subOptions: this.getDictOptions('business_dl_uav'),
maxlength: 20, maxlength: 20,
}, },
zszsj: { zszsj: {
@ -225,10 +223,7 @@ export default {
onSelect(e) { onSelect(e) {
const { key, value } = e const { key, value } = e
if (key === "dwzshxbx") {// if (key === "dwzshxbx") {//
this.otherOptions = value === '动物种属' ? this.getDictOptions('business_dl_xbmc') : [
{ label: "细胞系1", value: "细胞系1" },
{ label: "细胞系2", value: "细胞系2" },
]
this.otherOptions = value === '动物种属' ? this.getDictOptions('business_dl_dwzs') : this.getDictOptions('business_dl_xbx')
} }
}, },

+ 7
- 4
src/views/business/comps/template/mixins/templateMixin.js View File

@ -61,10 +61,13 @@ export default {
'business_cjbw', // 制片部位 'business_cjbw', // 制片部位
'business_qywz', // 取样位置 'business_qywz', // 取样位置
'business_lba_ptjhbzqx_zkpx', // lba005
'business_lba_ptjhfxyp', // lba007
'business_ada_kyktzkyp', // ada005
'business_ada_kyktffxyp', // ada007
'business_lba_ptjhbzqx_zkpx', // LBA-编号-配体结合分析标准曲线LBA005-质控平行
'business_lba_bqpx', //LBA-编号-配体结合分析标准曲线LBA005-标曲平行
'business_lba_ptjhfxyp', // LBA-编号-配体结合分析方法学样品制备表LBA007
'business_ada_kyktzkyp', // ADA-编号-抗药抗体质控样品配制记录表ADA005
'business_ada_kyktffxyp', // ADA-编号-抗药抗体方法学样品制备表ADA007
'business_dl_uav', // 毒理-紫外照射操作记录表-UVA-DL023
'business_pcr_fxffypzbb', //PCR-编号-分析方法学样品制备表
], ],
props: { props: {
templateData: { templateData: {

Loading…
Cancel
Save