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%">
+ :data="formData.plans"
+ border
+ size="small"
+ style="width: 100%">
@@ -224,11 +224,11 @@ layout("/layouts/platform.html"){
:rules="[{required:true,message:'必填',trigger:['change','blur']}]"
label-width="0">
+ style="width: 100%"
+ placeholder="请选择日期"
+ type="date"
+ v-model="row.date"
+ value-format="yyyy-MM-dd">
@@ -246,14 +246,14 @@ layout("/layouts/platform.html"){
-
+
-
-
@@ -284,11 +284,11 @@ layout("/layouts/platform.html"){
+ @click="deleteIncomeDetailed(row,$index)"
+ icon="el-icon-delete"
+ size="mini"
+ type="danger"
+ >
@@ -310,22 +310,24 @@ layout("/layouts/platform.html"){
-
- 保存
- 上一步
-
- 下一步
-
-
- 提交
- 提交
-
-
+
+
+ 保存
+ 上一步
+
+ 下一步
+
+
+ 提交
+ 提交
+
+
+
-
+
@@ -350,13 +352,13 @@ layout("/layouts/platform.html"){
jgUser: [],
cwsz: {
incomeDetailed: [],
- incomeCensus: [{ income: 0, allocate: 0, support: 0, totalExpend: 0, surplus: 0 }]
+ incomeCensus: [{income: 0, allocate: 0, support: 0, totalExpend: 0, surplus: 0}]
},
clubOptions: [],
registerTypeName: 0,
rules: {
- clubId: [{ required: true, message: "必填", trigger: ["blur", "change"] }],
- year: [{ required: true, message: "必填", trigger: ["blur", "change"] }]
+ clubId: [{required: true, message: "必填", trigger: ["blur", "change"]}],
+ year: [{required: true, message: "必填", trigger: ["blur", "change"]}]
}
}
},
@@ -473,15 +475,15 @@ layout("/layouts/platform.html"){
})
},
async getClubMemberMoney(id) {
- const refs = await this.$axios.post("/platform/club/examine/apply/getClubMemberMoney", { clubId: id })
+ const refs = await this.$axios.post("/platform/club/examine/apply/getClubMemberMoney", {clubId: id})
this.income = refs.data ? refs.data : 0
},
async getXghBkMoney(id) {
- const refs = await this.$axios.post("/platform/club/examine/apply/getXghBkMoney", { clubId: id })
+ const refs = await this.$axios.post("/platform/club/examine/apply/getXghBkMoney", {clubId: id})
this.allocate = refs.data ? refs.data : 0
},
async getLasYearSurplus(id) {
- const refs = await this.$axios.post("/platform/club/examine/apply/getLasYearSurplus", { clubId: id })
+ const refs = await this.$axios.post("/platform/club/examine/apply/getLasYearSurplus", {clubId: id})
this.lasYearSurplus = refs.data
},
deleteIncomeDetailed(row, index) {
@@ -622,14 +624,14 @@ layout("/layouts/platform.html"){
async openEdit(id) {
this.clubOptions = await this.getClubsByRole()
- const { data } = await this.$axios.post("/platform/club/examine/apply/info", { id: id })
+ const {data} = await this.$axios.post("/platform/club/examine/apply/info", {id: id})
if (!data.yearActivityList) {
data.yearActivityList = [{}]
}
if (!data.plans) {
data.plans = [{}]
}
- if(data.year){
+ if (data.year) {
data.year = data.year.toString()
}
this.formData = data
diff --git a/src/main/resources/views/platform/zhgh/club/join/apply/index.html b/src/main/resources/views/platform/zhgh/club/join/apply/index.html
index 17566c1..a0d5208 100644
--- a/src/main/resources/views/platform/zhgh/club/join/apply/index.html
+++ b/src/main/resources/views/platform/zhgh/club/join/apply/index.html
@@ -3,14 +3,17 @@ layout("/layouts/platform.html"){
#-->
-
+
-
+
-
-
+
+
@@ -78,52 +81,55 @@ layout("/layouts/platform.html"){
-
+
- 注:本人已仔细阅读并愿意遵守所参加本校教职工文体协会的章程和规定,自愿加入所报名协会。
+
+ 注:本人已仔细阅读并愿意遵守所参加本校教职工文体协会的章程和规定,自愿加入所报名协会。
+
-
+
保存
提交
提交
-
-
+
+