diff --git a/src/views/business/comps/template/comps/dl/DL023.vue b/src/views/business/comps/template/comps/dl/DL023.vue index 0b1ca39..4b716bc 100644 --- a/src/views/business/comps/template/comps/dl/DL023.vue +++ b/src/views/business/comps/template/comps/dl/DL023.vue @@ -47,9 +47,6 @@ import moment from 'moment' export default { name: "dl023", - dicts: [ - 'business_dl_xbmc',"business_sydd" - ], components: { BaseInfoFormPackage, LineLabel, TableList, Step, CustomTable, TableOpertaionDelete }, mixins: [templateMixin], props: { @@ -166,9 +163,10 @@ export default { label: "template.dl.dl023.uvazsjl", type: "input", fillType: "actFill", - subType: "sj", + subType: "select", subKey: "subUvazsjl", subFillType: "actFill", + subOptions: this.getDictOptions('business_dl_uav'), maxlength: 20, }, zszsj: { @@ -225,10 +223,7 @@ export default { onSelect(e) { const { key, value } = e 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') } }, diff --git a/src/views/business/comps/template/mixins/templateMixin.js b/src/views/business/comps/template/mixins/templateMixin.js index 0906ef1..120f71d 100644 --- a/src/views/business/comps/template/mixins/templateMixin.js +++ b/src/views/business/comps/template/mixins/templateMixin.js @@ -61,10 +61,13 @@ export default { 'business_cjbw', // 制片部位 '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: { templateData: {