From a3b299d5eb89d3ea7960fd26d6772f4c07bb1517 Mon Sep 17 00:00:00 2001 From: memorylkf <312904636@qq.com> Date: Tue, 14 Apr 2026 17:01:32 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20[=E6=A8=A1=E6=9D=BF=E7=AE=A1=E7=90=86]?= =?UTF-8?q?=20DL011=E9=A2=84=E8=AE=A1=E4=BD=93=E7=A7=AF=E5=8D=95=E4=BD=8D?= =?UTF-8?q?=E9=80=89=E6=8B=A9=E5=90=8E=EF=BC=8C=E5=AE=9E=E9=99=85=E4=BD=93?= =?UTF-8?q?=E7=A7=AF=E5=8D=95=E4=BD=8D=E6=B2=A1=E5=9B=9E=E5=A1=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/business/comps/template/comps/dl/DL011.vue | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/src/views/business/comps/template/comps/dl/DL011.vue b/src/views/business/comps/template/comps/dl/DL011.vue index 1e6418e..3f34350 100644 --- a/src/views/business/comps/template/comps/dl/DL011.vue +++ b/src/views/business/comps/template/comps/dl/DL011.vue @@ -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 值,说明是回显数据,不需要重新生成