申请信息
diff --git a/src/main/resources/views/platform/zhgh/activity/declarereimbursement/reimbursement/apply/form.html b/src/main/resources/views/platform/zhgh/activity/declarereimbursement/reimbursement/apply/form.html
index ce0ed50..102c015 100644
--- a/src/main/resources/views/platform/zhgh/activity/declarereimbursement/reimbursement/apply/form.html
+++ b/src/main/resources/views/platform/zhgh/activity/declarereimbursement/reimbursement/apply/form.html
@@ -19,7 +19,7 @@
查看申报信息
-
+
-
+
@@ -122,7 +122,7 @@
-
+
-
+
-
+
@@ -159,8 +159,8 @@
-
-
+
+
@@ -179,7 +179,7 @@
formRules: {
id: [{required: true, message: "必填", trigger: ['change', 'blur']}]
},
-
+
activityOptions: []
}
},
@@ -189,15 +189,15 @@
if (!this.formData.id) {
this.$message.warning("请选择活动后才能保存")
}
-
+
this.$refs.formRef.validate((valid) => {
if (valid) {
-
+
if (this.formData.activityTime && this.formData.activityTime.length > 0) {
this.formData.startTime = this.formData.activityTime[0]
this.formData.endTime = this.formData.activityTime[1]
}
-
+
if (!this.instanceId) {
this.handleApply(val)
} else {
@@ -278,7 +278,7 @@
},
// 取消
handleCancel() {
-
+
},
async getCardNumberByPayeeId(row) {
const resp = await $.get('/platform/activityReimbursement/apply/getCardNumberByPayeeId', {username:row.username})
@@ -296,14 +296,14 @@
...this.formData,
...data
}
-
+
if (data.planStartTime && data.planEndTime) {
this.formData.activityTime = [
new Date(data.planStartTime),
new Date(data.planEndTime)
]
}
-
+
}
},
async getActivityReimbursementByUser() {
diff --git a/src/main/resources/views/platform/zhgh/activity/declarereimbursement/reimbursement/apply/view.html b/src/main/resources/views/platform/zhgh/activity/declarereimbursement/reimbursement/apply/view.html
index 6e8c171..02a1022 100644
--- a/src/main/resources/views/platform/zhgh/activity/declarereimbursement/reimbursement/apply/view.html
+++ b/src/main/resources/views/platform/zhgh/activity/declarereimbursement/reimbursement/apply/view.html
@@ -2,20 +2,20 @@
{{ viewData.activityName }}
{{ getActivityTypeName(viewData.activityType) }}
-
+
{{ viewData.userName + '(' + viewData.loginName + ')' }}
{{ viewData.declareUnitName }}
-
+
{{ viewData.mobile }}
{{ viewData.applyTime }}
-
+
{{ (viewData.planStartTime ? viewData.planStartTime : '未填写') + ' ~ ' + (viewData.planEndTime ? viewData.planEndTime : '未填写') }}
{{ viewData.activityNumber }}
-
+
{{ (viewData.startTime ? viewData.startTime : '未填写') + ' ~ ' + (viewData.endTime ? viewData.endTime : '未填写') }}
-
+
{{ viewData.activityAddress }}
-
+
@@ -28,31 +28,31 @@
-
+
-
+
暂无
-
+
暂无
-
+
暂无
-
+
暂无
-
+
暂无
-
+
@@ -71,7 +71,7 @@
-
+
{{ task.taskFormData.userName }}({{task.taskFormData.loginName}})
{{ task.finishTime }}
@@ -131,7 +131,7 @@
border-radius: 4px;
overflow: hidden;
}
-
+
.task-panel-header {
background: rgb(250, 250, 250);
border: 1px solid rgb(228, 231, 237);
@@ -141,11 +141,11 @@
justify-content: space-between;
align-items: center;
}
-
+
.el-descriptions-item__label.is-bordered-label {
width: 15% !important;
}
-
+
.el-descriptions-item__label {
width: 15% !important;
}
diff --git a/src/main/resources/views/platform/zhgh/activity/declarereimbursement/reimbursement/board/index.html b/src/main/resources/views/platform/zhgh/activity/declarereimbursement/reimbursement/board/index.html
index 11a2405..bb97167 100644
--- a/src/main/resources/views/platform/zhgh/activity/declarereimbursement/reimbursement/board/index.html
+++ b/src/main/resources/views/platform/zhgh/activity/declarereimbursement/reimbursement/board/index.html
@@ -7,7 +7,7 @@ layout("/layouts/platform.html"){
padding: 20px 80px;
border-bottom: 10px solid rgb(240, 240, 240);
}
-
+
.top_title {
font-size: 14px;
color: #808492;
@@ -15,11 +15,11 @@ layout("/layouts/platform.html"){
line-height: 30px;
margin-bottom: 5px;
}
-
+
.top_num {
font-size: 26px;
}
-
+
.cut-off-line {
width: 1px;
height: 70%;
@@ -30,11 +30,11 @@ layout("/layouts/platform.html"){
margin: auto;
background-color: rgb(230, 230, 230);
}
-
+
.year input {
text-align: center;
}
-
+
.chartTitle {
font-size: 14px;
color: #808492;
@@ -87,14 +87,14 @@ layout("/layouts/platform.html"){
校工会活动报销费用(元)
-
+
{{numData.schoolActivityMoney?numData.schoolActivityMoney:'0'}}
分工会活动报销费用(元)
-
+
{{numData.unionActivityMoney?numData.unionActivityMoney:'0'}}
@@ -105,7 +105,7 @@ layout("/layouts/platform.html"){
-
+
-
+
-
-
+
+
-
-
+
+
-
+