Browse Source

feat: [模板管理] DL011预计体积单位选择后,实际体积单位没回填

luojie
memorylkf 1 week ago
parent
commit
a3b299d5eb
1 changed files with 11 additions and 2 deletions
  1. +11
    -2
      src/views/business/comps/template/comps/dl/DL011.vue

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

@ -272,7 +272,9 @@ export default {
copyFrom: 'fshxbyjtj',
compareTo: 'fshxbyjtj',
subOptions: this.getDictOptions('business_tjdw'),
maxlength: 10
maxlength: 10,
subDisabled:true
}
}
}
@ -297,8 +299,15 @@ export default {
//
if (this.fillType !== 'actFill') return
const data = this.getFilledFormDataByRefs([refConf.xbxx])
if(!data.fshxbsjtjUnit){
this.$refs[refConf.xbxx].batchUpdateFormData({'fshxbsjtjUnit':data.fshxbyjtjUnit})
}
//
setTimeout(() => {
this.justUpdateFilledFormData()
}, 100)
const { fshxbbh, fshxbbhCodeSn } = data || {}
// fshxbbhCodeSn

Loading…
Cancel
Save