From 821bf08141781f03e5efb85410231b626d506343 Mon Sep 17 00:00:00 2001 From: zhouhefeng Date: Thu, 16 Apr 2026 14:22:47 +0800 Subject: [PATCH] commit --- .../zhgh/democratic/proposal/common/info.js | 28 ++++++++++++++----- .../proposal/transact/delegation/index.html | 4 +++ .../proposal/transact/write/index.html | 8 +++--- .../zhghh5/democratic/proposal/common/info.js | 22 +++++++++++---- .../proposal/transact/delegation/index.html | 14 +++++++++- .../proposal/transact/seconded/index.html | 7 ++++- .../proposal/transact/write/index.html | 10 ++++++- 7 files changed, 73 insertions(+), 20 deletions(-) diff --git a/src/main/resources/views/platform/zhgh/democratic/proposal/common/info.js b/src/main/resources/views/platform/zhgh/democratic/proposal/common/info.js index 6b5a56b..0c00f3a 100644 --- a/src/main/resources/views/platform/zhgh/democratic/proposal/common/info.js +++ b/src/main/resources/views/platform/zhgh/democratic/proposal/common/info.js @@ -41,13 +41,14 @@ const PROPOSAL_INFO = { - - - - - - - + + +
+ +
+
+ 暂无签字 +
@@ -222,6 +223,13 @@ const PROPOSAL_INFO = {
+ + +
+ +
+
+
@@ -287,5 +295,11 @@ const PROPOSAL_INFO = { .proposal-info .el-descriptions__body .el-descriptions__table .el-descriptions-item__cell { } + + .proposal-info .signature-image { + max-width: 100%; + height: 120px; + width: auto; + } ` } diff --git a/src/main/resources/views/platform/zhgh/democratic/proposal/transact/delegation/index.html b/src/main/resources/views/platform/zhgh/democratic/proposal/transact/delegation/index.html index 367a609..78a79b1 100644 --- a/src/main/resources/views/platform/zhgh/democratic/proposal/transact/delegation/index.html +++ b/src/main/resources/views/platform/zhgh/democratic/proposal/transact/delegation/index.html @@ -79,6 +79,10 @@ layout("/layouts/platform.html"){ :rules="[{required:true,message:'必填',trigger:['change','blur']}]"> + + + 取消 diff --git a/src/main/resources/views/platform/zhgh/democratic/proposal/transact/write/index.html b/src/main/resources/views/platform/zhgh/democratic/proposal/transact/write/index.html index 528bbff..15d48fe 100644 --- a/src/main/resources/views/platform/zhgh/democratic/proposal/transact/write/index.html +++ b/src/main/resources/views/platform/zhgh/democratic/proposal/transact/write/index.html @@ -149,9 +149,9 @@ layout("/layouts/platform.html"){ > - - - + + + diff --git a/src/main/resources/views/platform/zhghh5/democratic/proposal/transact/delegation/index.html b/src/main/resources/views/platform/zhghh5/democratic/proposal/transact/delegation/index.html index b3475db..c76a26a 100644 --- a/src/main/resources/views/platform/zhghh5/democratic/proposal/transact/delegation/index.html +++ b/src/main/resources/views/platform/zhghh5/democratic/proposal/transact/delegation/index.html @@ -63,6 +63,11 @@ layout("/layouts/platform_h5.html"){ maxlength="100" show-word-limit > + + +
退回 @@ -130,13 +135,20 @@ layout("/layouts/platform_h5.html"){ this.$refs.proposalInfoRef.onOpen(row) this.formData = { processTaskId: row.taskId, - taskName: row.curTaskName + taskName: row.curTaskName, + tf_opinion: "", + tf_signature: "" } }, async handleTaskAction(val) { try { + if (!this.formData.tf_signature) { + this.$toast("请签字") + return + } await this.$refs.formRef.validate(); + this.$dialog.confirm({ title: "提示", message: "您确定要提交吗?" diff --git a/src/main/resources/views/platform/zhghh5/democratic/proposal/transact/seconded/index.html b/src/main/resources/views/platform/zhghh5/democratic/proposal/transact/seconded/index.html index c145d4f..3ef6407 100644 --- a/src/main/resources/views/platform/zhghh5/democratic/proposal/transact/seconded/index.html +++ b/src/main/resources/views/platform/zhghh5/democratic/proposal/transact/seconded/index.html @@ -137,12 +137,17 @@ layout("/layouts/platform_h5.html"){ this.formData = { processTaskId: row.taskId, taskName: row.curTaskName, - tf_opinion: "同意该提案" + tf_opinion: "同意该提案", + tf_signature: "" } }, async handleTaskAction(val) { try { + if (!this.formData.tf_signature) { + this.$toast("请签字") + return + } await this.$refs.formRef.validate(); this.$dialog.confirm({ title: "提示", diff --git a/src/main/resources/views/platform/zhghh5/democratic/proposal/transact/write/index.html b/src/main/resources/views/platform/zhghh5/democratic/proposal/transact/write/index.html index d1f3336..e062eaa 100644 --- a/src/main/resources/views/platform/zhghh5/democratic/proposal/transact/write/index.html +++ b/src/main/resources/views/platform/zhghh5/democratic/proposal/transact/write/index.html @@ -335,6 +335,13 @@ layout("/layouts/platform_h5.html"){ + + + + + +
保存 @@ -363,7 +370,8 @@ layout("/layouts/platform_h5.html"){ taskId: GetQueryString("taskId"), formData: { - suggestUnits: [] + suggestUnits: [], + signature: "" }, sessionOptions: [], sourceOptions: [],