From 6e3d65a16904302586d2cb2232f8e2ea76064cfe Mon Sep 17 00:00:00 2001 From: dd3s_206 Date: Fri, 5 Jun 2026 16:11:08 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E6=8F=90=E6=A1=88=E5=8A=9E=E7=90=86-?= =?UTF-8?q?=E5=A7=94=E5=91=98=E4=BC=9A=E7=AB=8B=E6=A1=88=E5=AE=A1=E6=A0=B8?= =?UTF-8?q?-=E6=8F=90=E6=A1=88=E5=9F=BA=E7=A1=80=E4=BF=A1=E6=81=AF?= =?UTF-8?q?=EF=BC=88=E6=9F=A5=E7=9C=8B=EF=BC=89=EF=BC=9A=E6=8F=90=E6=A1=88?= =?UTF-8?q?=E5=A7=94=E5=91=98=E4=BC=9A=E7=AB=8B=E6=A1=88=E6=A0=8F=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D=E4=B8=8D=E6=98=BE=E7=A4=BA=E4=BA=8C=E6=AC=A1=E7=A1=AE?= =?UTF-8?q?=E8=AE=A4=E5=90=8E=E7=9A=84=E2=80=98=E4=B8=BB=E5=8A=9E=E5=8D=95?= =?UTF-8?q?=E4=BD=8D=E2=80=99=E5=92=8C=E2=80=98=E5=8D=8F=E5=8A=9E=E5=8D=95?= =?UTF-8?q?=E4=BD=8D=E2=80=99=EF=BC=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/platform/zhgh/democratic/proposal/common/info.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 1d614d26..4bc8408c 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 @@ -144,7 +144,7 @@ const PROPOSAL_INFO = { + v-else-if="task.taskName === 'committee'||task.taskName === 'committeeFilingUnit'||task.taskName === 'committeeFiling'"> {{ task.taskFormData.userName }}({{task.taskFormData.loginName}}) From 87d126a0350ac1f8f6136cbc42b1e57e40c660d4 Mon Sep 17 00:00:00 2001 From: dd3s_206 Date: Fri, 5 Jun 2026 16:52:04 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E6=8F=90=E6=A1=88=E5=8A=9E=E7=90=86-?= =?UTF-8?q?=E6=89=BF=E5=8A=9E=E5=8D=95=E4=BD=8D=E7=AD=94=E5=A4=8D=EF=BC=9A?= =?UTF-8?q?=EF=BC=88=E4=B8=BB=E5=8A=9E=E5=8D=95=E4=BD=8D/=E6=89=BF?= =?UTF-8?q?=E5=8A=9E=E5=8D=95=E4=BD=8D=EF=BC=89=E7=AD=94=E5=A4=8D=E5=86=85?= =?UTF-8?q?=E5=AE=B9=E5=B7=B2=E7=BB=8F=E6=8C=89=E7=85=A7=E6=A8=A1=E6=9D=BF?= =?UTF-8?q?=E5=BD=95=E5=85=A5=EF=BC=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../proposal/transact/unitReply/index.html | 24 ++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/src/main/resources/views/platform/zhgh/democratic/proposal/transact/unitReply/index.html b/src/main/resources/views/platform/zhgh/democratic/proposal/transact/unitReply/index.html index 26fa29fd..fc679c49 100644 --- a/src/main/resources/views/platform/zhgh/democratic/proposal/transact/unitReply/index.html +++ b/src/main/resources/views/platform/zhgh/democratic/proposal/transact/unitReply/index.html @@ -296,12 +296,34 @@ layout("/layouts/platform.html"){ taskName: row.taskName, proposalId: row.id, underTakeName: row.underTakeName, - underTakeIsMaster: row.underTakeIsMaster + underTakeIsMaster: row.underTakeIsMaster, + tf_opinion: this.getDefaultReplyOpinion(row) } this.$refs.proposalInfoRef.onOpen(row) }) }, + getDefaultReplyOpinion(row) { + const contentPlaceholder = "

    【请在此处填写答复内容】


" + + if (row.underTakeIsMaster) { + return [ + "

×××代表(仅写第一提案人姓名):

", + "

    您提出的关于“……”的提案收悉,现答复如下:

", + contentPlaceholder, + "

    感谢您对学校工作的关心和支持。

" + ].join("") + } + + return [ + "

××××(主办单位名称):

", + "

    ××代表在校六届五次教代会上提出的关于“……”的提案收悉。根据要求,由我部(处、室、中心等)协助你们办理此提案。经研究,并与×××委员沟通,现提出我单位的协办意见:

", + contentPlaceholder, + "

    以上意见,供你们在正式答复代表时参考。

", + "

    联系人:×××,电话:×××××××。

" + ].join("") + }, + handleTaskAction(val) { this.$refs.formRef.validate(valid => { if (!valid) return