From 5a0d531d772f6bad57c1c9553b313113d939b74e Mon Sep 17 00:00:00 2001 From: zhouhefeng Date: Wed, 28 Jan 2026 17:09:17 +0800 Subject: [PATCH] commit --- .../zhgh/club/evaluate/apply/index.html | 97 +++++++------ .../zhgh/club/examine/apply/index.html | 134 +++++++++--------- .../platform/zhgh/club/join/apply/index.html | 84 ++++++----- .../zhgh/club/register/apply/index.html | 8 +- .../dayofficework/article/write/index.html | 12 +- .../zhgh/dayofficework/ghkh/xjkhzb.html | 34 +++-- .../staffbenefit/condolence/apply/index.html | 10 +- 7 files changed, 196 insertions(+), 183 deletions(-) diff --git a/src/main/resources/views/platform/zhgh/club/evaluate/apply/index.html b/src/main/resources/views/platform/zhgh/club/evaluate/apply/index.html index dc95650..4ff32e1 100644 --- a/src/main/resources/views/platform/zhgh/club/evaluate/apply/index.html +++ b/src/main/resources/views/platform/zhgh/club/evaluate/apply/index.html @@ -6,93 +6,100 @@ layout("/layouts/platform.html"){
- + - + - + - + - + - + + - + +
@@ -106,7 +113,7 @@ layout("/layouts/platform.html"){ id: GetQueryString("bizId"), taskId: GetQueryString("taskId"), formRules: { - files: [{ required: true, message: "必填", trigger: ["change", "blur"] }] + files: [{required: true, message: "必填", trigger: ["change", "blur"]}] }, clubList: [], formData: { @@ -122,7 +129,7 @@ layout("/layouts/platform.html"){ components: {}, methods: { onSave() { - this.$axios.post("/platform/club/evaluate/apply/save", { data: JSON.stringify(this.formData) }).then((res) => { + this.$axios.post("/platform/club/evaluate/apply/save", {data: JSON.stringify(this.formData)}).then((res) => { if (res.code === 0) { this.$message.success(res.msg) commonUtil.pjaxPush('/platform/club/evaluate/mine') @@ -179,7 +186,7 @@ layout("/layouts/platform.html"){ this.$set(this.formData, "applyEndYear", new Date().getFullYear() + "") const id = GetQueryString("bizId") if (id) { - const resp = await this.$axios.post("/platform/club/evaluate/apply/info", { id }) + const resp = await this.$axios.post("/platform/club/evaluate/apply/info", {id}) if (resp.code === 0) { this.formData = resp.data } diff --git a/src/main/resources/views/platform/zhgh/club/examine/apply/index.html b/src/main/resources/views/platform/zhgh/club/examine/apply/index.html index ce8e2f5..7643fdc 100644 --- a/src/main/resources/views/platform/zhgh/club/examine/apply/index.html +++ b/src/main/resources/views/platform/zhgh/club/examine/apply/index.html @@ -9,7 +9,7 @@ layout("/layouts/platform.html"){
- + @@ -26,14 +26,14 @@ layout("/layouts/platform.html"){ + @change="yearChange" + :disabled="formData.id ? true : false" + format="yyyy" + placeholder="选择填报年度" + style="width: 100%" + type="year" + v-model="formData.year" + value-format="yyyy"> @@ -45,10 +45,10 @@ layout("/layouts/platform.html"){ @change="changeClub" style="width: 100%"> + v-for="item in clubOptions" + :key="item.id" + :label="item.clubName" + :value="item.id"> @@ -59,10 +59,10 @@ layout("/layouts/platform.html"){ 说明:非赛事活动无需填写赛事举办单位、获奖情况。 + :data="formData.yearActivityList" + border + size="small" + style="width: 100%">