2 Commits

6 changed files with 12 additions and 14 deletions
Unified View
  1. +3
    -4
      src/lang/zh/template/dl.js
  2. +1
    -0
      src/views/business/comps/template/comps/dl/DL016.vue
  3. +1
    -0
      src/views/business/comps/template/comps/dl/DL017.vue
  4. +1
    -0
      src/views/business/comps/template/comps/dl/DL018.vue
  5. +1
    -0
      src/views/business/comps/template/comps/dl/DL019.vue
  6. +5
    -10
      src/views/business/comps/template/comps/dl/DL021.vue

+ 3
- 4
src/lang/zh/template/dl.js View File

@ -189,9 +189,8 @@ export default {
dlbz: '备注', dlbz: '备注',
gcqk: '观察情况', gcqk: '观察情况',
jlzb:'剂量组别',
xybh:'悬液编号',
bplsh1:'玻片流水号',
bplsh2:'玻片流水号',
bpbh:'玻片编号',
gcxps:'观察细胞数目',
zqxxbs:'中期相细胞数',
}, },
} }

+ 1
- 0
src/views/business/comps/template/comps/dl/DL016.vue View File

@ -150,6 +150,7 @@ export default {
fillType: 'preFill', fillType: 'preFill',
options: this.getDictOptions('business_dl_qsxjbltj'), options: this.getDictOptions('business_dl_qsxjbltj'),
otherCode: 'bltjOther', otherCode: 'bltjOther',
showOtherLabel:false
}, },
} }
} }

+ 1
- 0
src/views/business/comps/template/comps/dl/DL017.vue View File

@ -151,6 +151,7 @@ export default {
fillType: 'preFill', fillType: 'preFill',
options: this.getDictOptions('business_dl_qsxjbltj'), options: this.getDictOptions('business_dl_qsxjbltj'),
otherCode: 'bltjOther', otherCode: 'bltjOther',
showOtherLabel:false
}, },
} }
} }

+ 1
- 0
src/views/business/comps/template/comps/dl/DL018.vue View File

@ -151,6 +151,7 @@ export default {
fillType: 'preFill', fillType: 'preFill',
options: this.getDictOptions('business_dl_qsxjbltj'), options: this.getDictOptions('business_dl_qsxjbltj'),
otherCode: 'bltjOther', otherCode: 'bltjOther',
showOtherLabel:false
}, },
} }
} }

+ 1
- 0
src/views/business/comps/template/comps/dl/DL019.vue View File

@ -151,6 +151,7 @@ export default {
fillType: 'preFill', fillType: 'preFill',
options: this.getDictOptions('business_dl_qsxjbltj'), options: this.getDictOptions('business_dl_qsxjbltj'),
otherCode: 'bltjOther', otherCode: 'bltjOther',
showOtherLabel:false
}, },
} }
} }

+ 5
- 10
src/views/business/comps/template/comps/dl/DL021.vue View File

@ -123,21 +123,16 @@ export default {
bodyMaxlength: 50, bodyMaxlength: 50,
},{ },{
label: 'template.dl.dl021.gcxps', label: 'template.dl.dl021.gcxps',
prop: 'dwbh',
bodyType: 'checkboxTag',
prop: 'cyd',
bodyType: 'input',
bodyFillType: 'actFill', bodyFillType: 'actFill',
bodySubType:"button",
bodySubFillType:"preFill",
bodySubButtonName:"template.common.importTemplate",
bodySubKey:"exportBtn",
showBodySub:this.fillType === "preFill",
width: 280,
width: 100,
bodyMaxlength: 10, bodyMaxlength: 10,
},{ },{
label: 'template.dl.dl021.zqxxbs', label: 'template.dl.dl021.zqxxbs',
prop: 'ypsl',
label: 'template.dl.dl021.gcxps',
prop: 'cyd',
bodyType: 'input', bodyType: 'input',
bodyDisabled: true,
bodyFillType: 'actFill', bodyFillType: 'actFill',
width: 80, width: 80,
bodyMaxlength: 10, bodyMaxlength: 10,

Loading…
Cancel
Save