|
|
@ -47,9 +47,6 @@ import moment from 'moment' |
|
|
|
|
|
|
|
|
export default { |
|
|
export default { |
|
|
name: "dl023", |
|
|
name: "dl023", |
|
|
dicts: [ |
|
|
|
|
|
'business_dl_xbmc',"business_sydd" |
|
|
|
|
|
], |
|
|
|
|
|
components: { BaseInfoFormPackage, LineLabel, TableList, Step, CustomTable, TableOpertaionDelete }, |
|
|
components: { BaseInfoFormPackage, LineLabel, TableList, Step, CustomTable, TableOpertaionDelete }, |
|
|
mixins: [templateMixin], |
|
|
mixins: [templateMixin], |
|
|
props: { |
|
|
props: { |
|
|
@ -166,9 +163,10 @@ export default { |
|
|
label: "template.dl.dl023.uvazsjl", |
|
|
label: "template.dl.dl023.uvazsjl", |
|
|
type: "input", |
|
|
type: "input", |
|
|
fillType: "actFill", |
|
|
fillType: "actFill", |
|
|
subType: "sj", |
|
|
|
|
|
|
|
|
subType: "select", |
|
|
subKey: "subUvazsjl", |
|
|
subKey: "subUvazsjl", |
|
|
subFillType: "actFill", |
|
|
subFillType: "actFill", |
|
|
|
|
|
subOptions: this.getDictOptions('business_dl_uav'), |
|
|
maxlength: 20, |
|
|
maxlength: 20, |
|
|
}, |
|
|
}, |
|
|
zszsj: { |
|
|
zszsj: { |
|
|
@ -225,10 +223,7 @@ export default { |
|
|
onSelect(e) { |
|
|
onSelect(e) { |
|
|
const { key, value } = e |
|
|
const { key, value } = e |
|
|
if (key === "dwzshxbx") {//动物种属或细胞系 |
|
|
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') |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
}, |
|
|
}, |
|
|
|