From bb232272a556965b69f632d93fa123161d382cbe Mon Sep 17 00:00:00 2001 From: luojie <125330818@qq.com> Date: Thu, 2 Apr 2026 21:24:40 +0800 Subject: [PATCH] =?UTF-8?q?feat:[=E6=A8=A1=E6=9D=BF=E7=AE=A1=E7=90=86][upd?= =?UTF-8?q?ate]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Template/HandleFormItem.vue | 6 +- .../Template/StepComponents/CdmdComp.vue | 254 ++++++++++----------- .../Template/StepComponents/xbjzpz/cdmd.vue | 65 ++++-- src/components/Template/StepFormPackage.vue | 9 +- 4 files changed, 178 insertions(+), 156 deletions(-) diff --git a/src/components/Template/HandleFormItem.vue b/src/components/Template/HandleFormItem.vue index fc36ed9..df7e410 100644 --- a/src/components/Template/HandleFormItem.vue +++ b/src/components/Template/HandleFormItem.vue @@ -1198,7 +1198,8 @@ export default { if (!isOldValueEmpty && !(isSame) && (this.templateFillType === "actFill" || this.templateFillType === "blxjsh") && this.type !== "attachment") { console.log("需要电子签名") // 通过EventBus触发电子签名弹窗 - EventBus.$emit('showEditSignDialog', { uuid: this.uuid }); + // EventBus.$emit('showEditSignDialog', { uuid: this.uuid }); + this.handleUpdateRecord() } else {//如果是第一次填写,不需要密码验证 this.handleUpdateRecord() } @@ -2080,4 +2081,7 @@ export default { .no-border { border: none; } +.record-row{ + text-align: left; +} \ No newline at end of file diff --git a/src/components/Template/StepComponents/CdmdComp.vue b/src/components/Template/StepComponents/CdmdComp.vue index cc062ff..df889d1 100644 --- a/src/components/Template/StepComponents/CdmdComp.vue +++ b/src/components/Template/StepComponents/CdmdComp.vue @@ -1,17 +1,21 @@ +