Browse Source

feat:[模板管理][DL007~DL015字典核对]

ouqian
欧骞 1 month ago
parent
commit
784ab17ea7
2 changed files with 5 additions and 1 deletions
  1. +1
    -1
      src/views/business/comps/template/comps/dl/DL011.vue
  2. +4
    -0
      src/views/business/comps/template/mixins/templateMixin.js

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

@ -210,7 +210,7 @@ export default {
xbmc: { xbmc: {
label: 'template.dl.dl011.xbmc', label: 'template.dl.dl011.xbmc',
type: 'select', type: 'select',
options: [],
options: this.getDictOptions('business_dl_xbmc'),
fillType: 'preFill', fillType: 'preFill',
otherCode: 'xbmcOther' otherCode: 'xbmcOther'
}, },

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

@ -54,6 +54,10 @@ export default {
'business_knj', //动技-抗凝剂 'business_knj', //动技-抗凝剂
'business_fhlr', //动技-复核内容 'business_fhlr', //动技-复核内容
'business_fhfw', //动技-复核范围 'business_fhfw', //动技-复核范围
'business_dwzs', // 动物种属
'business_cjdd', // 采集地点
'business_zpdd', // 制片地点
], ],
props: { props: {
templateData: { templateData: {

Loading…
Cancel
Save