diff --git a/src/lang/zh/template/dl.js b/src/lang/zh/template/dl.js index 124605d..8583c66 100644 --- a/src/lang/zh/template/dl.js +++ b/src/lang/zh/template/dl.js @@ -180,9 +180,8 @@ export default { dlbz: '备注', gcqk: '观察情况', - jlzb:'剂量组别', - xybh:'悬液编号', - bplsh1:'玻片流水号', - bplsh2:'玻片流水号', + bpbh:'玻片编号', + gcxps:'观察细胞数目', + zqxxbs:'中期相细胞数', }, } diff --git a/src/views/business/comps/template/comps/dl/DL016.vue b/src/views/business/comps/template/comps/dl/DL016.vue index 2a9b682..8e22210 100644 --- a/src/views/business/comps/template/comps/dl/DL016.vue +++ b/src/views/business/comps/template/comps/dl/DL016.vue @@ -150,6 +150,7 @@ export default { fillType: 'preFill', options: this.getDictOptions('business_dl_qsxjbltj'), otherCode: 'bltjOther', + showOtherLabel:false }, } } diff --git a/src/views/business/comps/template/comps/dl/DL017.vue b/src/views/business/comps/template/comps/dl/DL017.vue index 9bda0c3..e86ba26 100644 --- a/src/views/business/comps/template/comps/dl/DL017.vue +++ b/src/views/business/comps/template/comps/dl/DL017.vue @@ -151,6 +151,7 @@ export default { fillType: 'preFill', options: this.getDictOptions('business_dl_qsxjbltj'), otherCode: 'bltjOther', + showOtherLabel:false }, } } diff --git a/src/views/business/comps/template/comps/dl/DL018.vue b/src/views/business/comps/template/comps/dl/DL018.vue index 8476fd1..a2b95dd 100644 --- a/src/views/business/comps/template/comps/dl/DL018.vue +++ b/src/views/business/comps/template/comps/dl/DL018.vue @@ -151,6 +151,7 @@ export default { fillType: 'preFill', options: this.getDictOptions('business_dl_qsxjbltj'), otherCode: 'bltjOther', + showOtherLabel:false }, } } diff --git a/src/views/business/comps/template/comps/dl/DL019.vue b/src/views/business/comps/template/comps/dl/DL019.vue index 44fb85c..2c4758d 100644 --- a/src/views/business/comps/template/comps/dl/DL019.vue +++ b/src/views/business/comps/template/comps/dl/DL019.vue @@ -151,6 +151,7 @@ export default { fillType: 'preFill', options: this.getDictOptions('business_dl_qsxjbltj'), otherCode: 'bltjOther', + showOtherLabel:false }, } } diff --git a/src/views/business/comps/template/comps/dl/DL021.vue b/src/views/business/comps/template/comps/dl/DL021.vue index 8322937..659bbbf 100644 --- a/src/views/business/comps/template/comps/dl/DL021.vue +++ b/src/views/business/comps/template/comps/dl/DL021.vue @@ -123,21 +123,16 @@ export default { bodyMaxlength: 50, },{ label: 'template.dl.dl021.gcxps', - prop: 'dwbh', - bodyType: 'checkboxTag', + prop: 'cyd', + bodyType: 'input', bodyFillType: 'actFill', - bodySubType:"button", - bodySubFillType:"preFill", - bodySubButtonName:"template.common.importTemplate", - bodySubKey:"exportBtn", - showBodySub:this.fillType === "preFill", - width: 280, + width: 100, bodyMaxlength: 10, },{ label: 'template.dl.dl021.zqxxbs', - prop: 'ypsl', + label: 'template.dl.dl021.gcxps', + prop: 'cyd', bodyType: 'input', - bodyDisabled: true, bodyFillType: 'actFill', width: 80, bodyMaxlength: 10,