From 87d126a0350ac1f8f6136cbc42b1e57e40c660d4 Mon Sep 17 00:00:00 2001 From: dd3s_206 Date: Fri, 5 Jun 2026 16:52:04 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E6=A1=88=E5=8A=9E=E7=90=86-=E6=89=BF?= =?UTF-8?q?=E5=8A=9E=E5=8D=95=E4=BD=8D=E7=AD=94=E5=A4=8D=EF=BC=9A=EF=BC=88?= =?UTF-8?q?=E4=B8=BB=E5=8A=9E=E5=8D=95=E4=BD=8D/=E6=89=BF=E5=8A=9E?= =?UTF-8?q?=E5=8D=95=E4=BD=8D=EF=BC=89=E7=AD=94=E5=A4=8D=E5=86=85=E5=AE=B9?= =?UTF-8?q?=E5=B7=B2=E7=BB=8F=E6=8C=89=E7=85=A7=E6=A8=A1=E6=9D=BF=E5=BD=95?= =?UTF-8?q?=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