|
@ -330,20 +330,37 @@ Vue.component('gxb-mz', {
|
|
|
var params = {
|
|
|
...this.query
|
|
|
}
|
|
|
if (this.yearType == '1') {
|
|
|
params.startDate = this.chooseYear + '-01-01'
|
|
|
params.endDate = this.chooseYear + '-12-31'
|
|
|
if (this.title == '康复下转明细列表') {
|
|
|
if (this.yearType == '1') {
|
|
|
params.startTime = this.chooseYear + '-01-01'
|
|
|
params.endTime = this.chooseYear + '-12-31'
|
|
|
} else {
|
|
|
if (this.chooseTime) {
|
|
|
params.startTime = this.chooseTime[0]
|
|
|
params.endTime = this.chooseTime[1]
|
|
|
}
|
|
|
}
|
|
|
this.dialogExportLoading = true
|
|
|
var fileName = `康复下转明细列表${new Date().getTime()}.xls`
|
|
|
httpRequest.downLoadFileForAjax('doctor/specialist/rehabilitation/exportRehabilitationPatientInfo', fileName, params).then(function () {
|
|
|
vm.dialogExportLoading = false
|
|
|
})
|
|
|
} else {
|
|
|
if (this.chooseTime) {
|
|
|
params.startDate = this.chooseTime[0]
|
|
|
params.endDate = this.chooseTime[1]
|
|
|
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.dialogExportLoading = true
|
|
|
var fileName = `冠心病下转情况统计表${new Date().getTime()}.xls`
|
|
|
httpRequest.downLoadFileForAjax('statistics/collaborate/exportTurnDownDataPage', fileName, params).then(function () {
|
|
|
vm.dialogExportLoading = false
|
|
|
})
|
|
|
}
|
|
|
this.dialogExportLoading = true
|
|
|
var fileName = `冠心病下转情况统计表${new Date().getTime()}.xls`
|
|
|
httpRequest.downLoadFileForAjax('statistics/collaborate/exportTurnDownDataPage', fileName, params).then(function () {
|
|
|
vm.dialogExportLoading = false
|
|
|
})
|
|
|
},
|
|
|
dialogReset() {
|
|
|
var params = {
|
|
@ -558,12 +575,12 @@ Vue.component('gxb-mz', {
|
|
|
disease: 3
|
|
|
}
|
|
|
if (this.yearType == '1') {
|
|
|
params.startDate = this.chooseYear + '-01-01'
|
|
|
params.endDate = this.chooseYear + '-12-31'
|
|
|
params.startTime = this.chooseYear + '-01-01'
|
|
|
params.endTime = this.chooseYear + '-12-31'
|
|
|
} else {
|
|
|
if (this.chooseTime) {
|
|
|
params.startDate = this.chooseTime[0]
|
|
|
params.endDate = this.chooseTime[1]
|
|
|
params.startTime = this.chooseTime[0]
|
|
|
params.endTime = this.chooseTime[1]
|
|
|
}
|
|
|
}
|
|
|
this.dialogLoading = true
|
|
@ -585,7 +602,7 @@ Vue.component('gxb-mz', {
|
|
|
var params = {
|
|
|
...this.query,
|
|
|
page: this.page,
|
|
|
size: this.size
|
|
|
pageSize: this.size
|
|
|
}
|
|
|
if (this.yearType == '1') {
|
|
|
params.startDate = this.chooseYear + '-01-01'
|