From 09ab9271bc88413521eb487dd8d5d9815a8df290 Mon Sep 17 00:00:00 2001 From: memorylkf <312904636@qq.com> Date: Wed, 18 Mar 2026 16:24:07 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20[=E6=A8=A1=E6=9D=BF=E7=AE=A1=E7=90=86]?= =?UTF-8?q?=20=E6=AF=92=E7=90=86=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/business/comps/template/comps/dl/DL023.vue | 11 +++-------- src/views/business/comps/template/mixins/templateMixin.js | 11 +++++++---- 2 files changed, 10 insertions(+), 12 deletions(-) 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: {