|
@ -36,6 +36,9 @@ Vue.component('activity-hold-detail', {
|
|
|
page2: 1,
|
|
|
size2: 10,
|
|
|
total2: 0,
|
|
|
page3: 1,
|
|
|
size3: 10,
|
|
|
total3: 0,
|
|
|
loading: false,
|
|
|
exportLoading: false,
|
|
|
rangeOptions: [
|
|
@ -68,6 +71,7 @@ Vue.component('activity-hold-detail', {
|
|
|
],
|
|
|
dialogShow: false,
|
|
|
query: {},
|
|
|
query1: {},
|
|
|
dialogTableData: [],
|
|
|
dialogHeader: [
|
|
|
{ label: '姓名', prop: 'name' },
|
|
@ -82,7 +86,28 @@ Vue.component('activity-hold-detail', {
|
|
|
{ label: '排名', prop: 'ranking' }
|
|
|
],
|
|
|
dialogLoading: false,
|
|
|
activityId: null
|
|
|
dialogLoading1: false,
|
|
|
activityId: null,
|
|
|
dialogShow1: false,
|
|
|
dialogTableData1: [],
|
|
|
dialogHeader1: [
|
|
|
{ label: '姓名', prop: 'name' },
|
|
|
{ label: '性别', prop: 'sex' },
|
|
|
{ label: '年龄', prop: 'age' },
|
|
|
{ label: '证件号码', prop: 'idcard', width: '140' },
|
|
|
{ label: '手机号码', prop: 'mobile' },
|
|
|
{ label: '签约机构', prop: 'hospitalName' },
|
|
|
{ label: '签约医生', prop: 'doctorName' },
|
|
|
{ label: '活动名称', prop: 'title' },
|
|
|
{ label: '活动一级类别', prop: 'firstClassify', width: '120' },
|
|
|
{ label: '活动二级类别', prop: 'secondClassify', width: '120' },
|
|
|
{ label: '主办机构', prop: 'organizer' },
|
|
|
{ label: '获得积分', prop: 'total' },
|
|
|
{ label: '获得奖励金额', prop: 'feeTotal', width: '120' },
|
|
|
{ label: '参与活动时间', prop: 'updateTime', width: '160' }
|
|
|
],
|
|
|
dialogExportLoading1: false,
|
|
|
hospitalOptions: []
|
|
|
}
|
|
|
},
|
|
|
methods: {
|
|
@ -111,6 +136,22 @@ Vue.component('activity-hold-detail', {
|
|
|
eventAim: ''
|
|
|
}
|
|
|
this.getHospital(selectedRole.code)
|
|
|
} else {
|
|
|
this.rangeOptions = [{ label: '按社区', value: 'hospital' }]
|
|
|
|
|
|
this.form = {
|
|
|
range: 'hospital',
|
|
|
area: selectedRole.code.substring(0, 6),
|
|
|
hospital: selectedRole.code,
|
|
|
firstClassify: '',
|
|
|
secondClassify: '',
|
|
|
activityStatus: '',
|
|
|
eventForm: '',
|
|
|
eventAim: ''
|
|
|
}
|
|
|
this.level = 3 // 社区管理
|
|
|
this.areaOptions = [{ label: selectedRole.name.substring(0, 3), value: selectedRole.code.substring(0, 6) }]
|
|
|
this.hospitalOptions = [{ name: selectedRole.name, code: selectedRole.code }]
|
|
|
}
|
|
|
this.initTime()
|
|
|
this.searchFn()
|
|
@ -195,6 +236,17 @@ Vue.component('activity-hold-detail', {
|
|
|
eventAim: ''
|
|
|
}
|
|
|
this.getHospital(selectedRole.code)
|
|
|
} else {
|
|
|
this.form = {
|
|
|
range: 'hospital',
|
|
|
area: selectedRole.code.substring(0, 6),
|
|
|
hospital: selectedRole.code,
|
|
|
firstClassify: '',
|
|
|
secondClassify: '',
|
|
|
activityStatus: '',
|
|
|
eventForm: '',
|
|
|
eventAim: ''
|
|
|
}
|
|
|
}
|
|
|
|
|
|
this.yearType = '1'
|
|
@ -202,6 +254,22 @@ Vue.component('activity-hold-detail', {
|
|
|
this.chooseTime = null
|
|
|
this.$forceUpdate()
|
|
|
},
|
|
|
openDialog(row, prop) {
|
|
|
if (prop != 'title') {
|
|
|
return
|
|
|
}
|
|
|
this.dialogShow1 = true
|
|
|
this.page3 = 1
|
|
|
this.query1 = {
|
|
|
activityId: row.id,
|
|
|
title: row.title,
|
|
|
hospitalName: '',
|
|
|
doctorName: '',
|
|
|
firstClassify: row.firstClassify,
|
|
|
secondClassify: row.secondClassify
|
|
|
}
|
|
|
this.dialogSearch1()
|
|
|
},
|
|
|
closeDialog() {
|
|
|
this.dialogShow = false
|
|
|
},
|
|
@ -211,7 +279,7 @@ Vue.component('activity-hold-detail', {
|
|
|
this.query = {
|
|
|
// sex: ''
|
|
|
}
|
|
|
this.page1 = 1
|
|
|
this.page2 = 1
|
|
|
this.dialogSearch()
|
|
|
},
|
|
|
getHospital(code) {
|
|
@ -279,29 +347,84 @@ Vue.component('activity-hold-detail', {
|
|
|
})
|
|
|
},
|
|
|
getSecondClassifyList(val) {
|
|
|
switch (val) {
|
|
|
case '':
|
|
|
return [
|
|
|
{ label: '全部', value: '' },
|
|
|
{ label: '健康运动', value: '健康运动' },
|
|
|
{ label: '健康问答', value: '健康问答' },
|
|
|
{ label: '健康咨询', value: '健康咨询' }
|
|
|
]
|
|
|
case '健康运动':
|
|
|
return [
|
|
|
{ label: '全部', value: '' },
|
|
|
{ label: '健康运动', value: '健康运动' }
|
|
|
]
|
|
|
case '健康教育':
|
|
|
return [
|
|
|
{ label: '全部', value: '' },
|
|
|
{ label: '健康问答', value: '健康问答' }
|
|
|
]
|
|
|
case '促进业务':
|
|
|
return [
|
|
|
{ label: '全部', value: '' },
|
|
|
{ label: '健康咨询', value: '健康咨询' }
|
|
|
]
|
|
|
return getSecondClassifyList(val)
|
|
|
},
|
|
|
closeDialog1() {
|
|
|
this.dialogShow1 = false
|
|
|
},
|
|
|
dialogSearch1() {
|
|
|
var vm = this
|
|
|
this.dialogLoading1 = true
|
|
|
var params = {
|
|
|
range: this.form.range,
|
|
|
area: this.form.area,
|
|
|
hospital: this.form.hospital,
|
|
|
...this.query1,
|
|
|
page: this.page3,
|
|
|
size: this.size3
|
|
|
}
|
|
|
if (this.yearType == '1') {
|
|
|
params.startDate = this.chooseYear + '-01-01'
|
|
|
params.endDate = this.chooseYear + '-12-31'
|
|
|
} else {
|
|
|
if (this.chooseTime) {
|
|
|
params.startDate = this.chooseTime[0]
|
|
|
params.endDate = this.chooseTime[1]
|
|
|
}
|
|
|
}
|
|
|
httpRequest.get('doctor/healthBank/eventRegistrationDetail', { data: params }).then(function (res) {
|
|
|
if (res.status == 200) {
|
|
|
vm.dialogTableData1 = res.detailModelList
|
|
|
vm.total3 = res.totalCount
|
|
|
}
|
|
|
vm.dialogLoading1 = false
|
|
|
})
|
|
|
},
|
|
|
dialogExport1() {
|
|
|
var vm = this
|
|
|
var params = {
|
|
|
range: this.form.range,
|
|
|
area: this.form.area ?? '',
|
|
|
hospital: this.form.hospital ?? '',
|
|
|
...this.query1
|
|
|
}
|
|
|
if (this.yearType == '1') {
|
|
|
params.startDate = this.chooseYear + '-01-01'
|
|
|
params.endDate = this.chooseYear + '-12-31'
|
|
|
} else {
|
|
|
if (this.chooseTime) {
|
|
|
params.startDate = this.chooseTime[0]
|
|
|
params.endDate = this.chooseTime[1]
|
|
|
}
|
|
|
}
|
|
|
this.dialogExportLoading1 = true
|
|
|
var fileName = `活动报名明细${new Date().getTime()}.xls`
|
|
|
httpRequest.downLoadFileForAjax('doctor/healthBank/exportEventRegistrationDetail', fileName, params).then(function () {
|
|
|
vm.dialogExportLoading1 = false
|
|
|
})
|
|
|
},
|
|
|
handleCurrentChange(val, num) {
|
|
|
if (num == 1) {
|
|
|
this.page1 = val
|
|
|
this.searchFn()
|
|
|
} else if (num == 2) {
|
|
|
this.page2 = val
|
|
|
this.dialogSearch()
|
|
|
} else {
|
|
|
this.page3 = val
|
|
|
this.dialogSearch1()
|
|
|
}
|
|
|
},
|
|
|
handleSizeChange(val, num) {
|
|
|
if (num == 1) {
|
|
|
this.size1 = val
|
|
|
this.searchFn()
|
|
|
} else if (num == 2) {
|
|
|
this.size2 = val
|
|
|
this.dialogSearch()
|
|
|
} else {
|
|
|
this.size3 = val
|
|
|
this.dialogSearch1()
|
|
|
}
|
|
|
}
|
|
|
},
|