|
@ -1,18 +1,17 @@
|
|
|
|
|
|
Vue.use(Vuedals.default);
|
|
|
|
|
|
Vue.use(Vuedals.default)
|
|
new Vue({
|
|
new Vue({
|
|
el: '#main',
|
|
el: '#main',
|
|
data: {
|
|
data: {
|
|
height: '',
|
|
height: '',
|
|
isloading: false, //加载中
|
|
isloading: false, //加载中
|
|
start: '',
|
|
start: '',
|
|
searchStr:1,
|
|
|
|
|
|
searchStr: 1,
|
|
end: '',
|
|
end: '',
|
|
tabledata: [], //表格数据
|
|
tabledata: [], //表格数据
|
|
levelList: [
|
|
levelList: [
|
|
{level: '4', areaLevel: '2'},
|
|
|
|
{level: '3', areaLevel: '3'},
|
|
|
|
{level: '2', areaLevel: '4'}
|
|
|
|
|
|
{ level: '4', areaLevel: '2' },
|
|
|
|
{ level: '3', areaLevel: '3' },
|
|
|
|
{ level: '2', areaLevel: '4' }
|
|
], //两种搜索,地区等级对比
|
|
], //两种搜索,地区等级对比
|
|
areaLevel: '', // 2、市,3、区,4、社区,5、团队
|
|
areaLevel: '', // 2、市,3、区,4、社区,5、团队
|
|
initareaLevel: '',
|
|
initareaLevel: '',
|
|
@ -28,7 +27,7 @@ new Vue({
|
|
chooseYear: '',
|
|
chooseYear: '',
|
|
userRole: '',
|
|
userRole: '',
|
|
treedata: [],
|
|
treedata: [],
|
|
treedataExpert: [{label: '邀请专科回复统计', id: '1'}],
|
|
|
|
|
|
treedataExpert: [{ label: '邀请专科回复统计', id: '1' }],
|
|
tableHeader: [],
|
|
tableHeader: [],
|
|
defaultProps: {
|
|
defaultProps: {
|
|
children: 'children',
|
|
children: 'children',
|
|
@ -36,7 +35,7 @@ new Vue({
|
|
},
|
|
},
|
|
pickerOptions: {
|
|
pickerOptions: {
|
|
disabledDate: function (time) {
|
|
disabledDate: function (time) {
|
|
return time.getTime() > Date.now();
|
|
|
|
|
|
return time.getTime() > Date.now()
|
|
}
|
|
}
|
|
},
|
|
},
|
|
radio: '1',
|
|
radio: '1',
|
|
@ -49,52 +48,52 @@ new Vue({
|
|
rangeCode: '',
|
|
rangeCode: '',
|
|
areaList: [],
|
|
areaList: [],
|
|
areaCode: '',
|
|
areaCode: '',
|
|
communityList: [{code: '', name: '全部'}],
|
|
|
|
|
|
communityList: [{ code: '', name: '全部' }],
|
|
communityCode: '',
|
|
communityCode: '',
|
|
teamList: [{code: '', name: '全部'}],
|
|
|
|
|
|
teamList: [{ code: '', name: '全部' }],
|
|
teamCode: '',
|
|
teamCode: '',
|
|
detailInquire: [
|
|
detailInquire: [
|
|
{
|
|
{
|
|
label: '明细查询',
|
|
label: '明细查询',
|
|
children: [
|
|
children: [
|
|
{label: '咨询分析', id: '33'},
|
|
|
|
{label: '签约分析', id: '34'},
|
|
|
|
{label: '专病分析', id: '35'},
|
|
|
|
{label: '生日祝福分析', id: '36'},
|
|
|
|
{label: '上门服务分析', id: '37'},
|
|
|
|
{label: '长处方分析', id: '38'},
|
|
|
|
{label: '体征数据分析', id: '39'},
|
|
|
|
{label: '上转预约明细', id: '40'},
|
|
|
|
{label: '专病复诊明细', id: '53'},
|
|
|
|
{label: '微信绑定明细', id: '41'},
|
|
|
|
{label: '居民积分明细', id: '42'},
|
|
|
|
{label: '入户访视明细', id: '43'},
|
|
|
|
{label: '康复下转明细', id: '44'},
|
|
|
|
{label: '邀请专科回复明细', id: '45'}
|
|
|
|
|
|
{ label: '咨询分析', id: '33' },
|
|
|
|
{ label: '签约分析', id: '34' },
|
|
|
|
{ label: '专病分析', id: '35' },
|
|
|
|
{ label: '生日祝福分析', id: '36' },
|
|
|
|
{ label: '上门服务分析', id: '37' },
|
|
|
|
{ label: '长处方分析', id: '38' },
|
|
|
|
{ label: '体征数据分析', id: '39' },
|
|
|
|
{ label: '上转预约明细', id: '40' },
|
|
|
|
{ label: '专病复诊明细', id: '53' },
|
|
|
|
{ label: '微信绑定明细', id: '41' },
|
|
|
|
{ label: '居民积分明细', id: '42' },
|
|
|
|
{ label: '入户访视明细', id: '43' },
|
|
|
|
{ label: '康复下转明细', id: '44' },
|
|
|
|
{ label: '邀请专科回复明细', id: '45' }
|
|
]
|
|
]
|
|
}
|
|
}
|
|
],
|
|
],
|
|
mzfTabsData: [
|
|
mzfTabsData: [
|
|
{label: '慢阻肺医院工作量表', id: '46'},
|
|
|
|
{label: '慢阻肺患者查询', id: '47'},
|
|
|
|
{label: '慢阻肺入组进度', id: '48'},
|
|
|
|
{label: '慢阻肺入组总明细', id: '49'},
|
|
|
|
{label: '慢阻肺随访进度', id: '50'},
|
|
|
|
{label: '慢阻肺随访总明细', id: '51'},
|
|
|
|
{label: 'v1入组情况报表', id: '52'},
|
|
|
|
{label: '慢阻肺呼吸训练数据', id: '54'},
|
|
|
|
{label: '慢阻肺手表数据', id: '55'},
|
|
|
|
{label: '慢阻肺监查、稽查情况统计', id: '56'},
|
|
|
|
{label: '第一阶段入组随访进度', id: '57'},
|
|
|
|
{label: '第二阶段三级医院入组进度', id: '58'},
|
|
|
|
{label: '第二阶段社区医院入组进度', id: '59'},
|
|
|
|
{label: '第二阶段三级医院随访进度', id: '60'},
|
|
|
|
{label: '第二阶段社区医院随访进度', id: '61'},
|
|
|
|
{label: '第二阶段三级医院随访进度及出组情况', id: '62'}
|
|
|
|
|
|
{ label: '慢阻肺医院工作量表', id: '46' },
|
|
|
|
{ label: '慢阻肺患者查询', id: '47' },
|
|
|
|
{ label: '慢阻肺入组进度', id: '48' },
|
|
|
|
{ label: '慢阻肺入组总明细', id: '49' },
|
|
|
|
{ label: '慢阻肺随访进度', id: '50' },
|
|
|
|
{ label: '慢阻肺随访总明细', id: '51' },
|
|
|
|
{ label: 'v1入组情况报表', id: '52' },
|
|
|
|
{ label: '慢阻肺呼吸训练数据', id: '54' },
|
|
|
|
{ label: '慢阻肺手表数据', id: '55' },
|
|
|
|
{ label: '慢阻肺监查、稽查情况统计', id: '56' },
|
|
|
|
{ label: '第一阶段入组随访进度', id: '57' },
|
|
|
|
{ label: '第二阶段三级医院入组进度', id: '58' },
|
|
|
|
{ label: '第二阶段社区医院入组进度', id: '59' },
|
|
|
|
{ label: '第二阶段三级医院随访进度', id: '60' },
|
|
|
|
{ label: '第二阶段社区医院随访进度', id: '61' },
|
|
|
|
{ label: '第二阶段三级医院随访进度及出组情况', id: '62' }
|
|
],
|
|
],
|
|
mzfJcTabsData: [
|
|
mzfJcTabsData: [
|
|
{label: '慢阻肺患者档案', id: '63'},
|
|
|
|
{label: '管理情况自助查询', id: '64'}
|
|
|
|
|
|
{ label: '慢阻肺患者档案', id: '63' },
|
|
|
|
{ label: '管理情况自助查询', id: '64' }
|
|
],
|
|
],
|
|
// 慢阻肺管理情况自处查询字段列表
|
|
// 慢阻肺管理情况自处查询字段列表
|
|
copdManageSearchFilterList: [
|
|
copdManageSearchFilterList: [
|
|
@ -169,12 +168,26 @@ new Vue({
|
|
],
|
|
],
|
|
// 家庭病床统计
|
|
// 家庭病床统计
|
|
jtbcTabsData: [
|
|
jtbcTabsData: [
|
|
{label: '患者情况分析', id: '71'},
|
|
|
|
{label: '建床人数统计', id: '72'},
|
|
|
|
{label: '计划服务情况分析', id: '73'},
|
|
|
|
{label: '病床查床情况分析', id: '74'},
|
|
|
|
{label: '转诊与撤床情况分析', id: '75'},
|
|
|
|
{label: '一键报警记录查询', id: '76'},
|
|
|
|
|
|
{ label: '患者情况分析', id: '71' },
|
|
|
|
{ label: '建床人数统计', id: '72' },
|
|
|
|
{ label: '计划服务情况分析', id: '73' },
|
|
|
|
{ label: '病床查床情况分析', id: '74' },
|
|
|
|
{ label: '转诊与撤床情况分析', id: '75' },
|
|
|
|
{ label: '一键报警记录查询', id: '76' }
|
|
|
|
],
|
|
|
|
gxbTabsData: [
|
|
|
|
{ label: '冠心病评估情况统计表', id: '77' },
|
|
|
|
{ label: '冠心病上转情况表', id: '78' },
|
|
|
|
{ label: '冠心病门诊下转统计表', id: '79' },
|
|
|
|
{ label: '冠心病出院下转统计表', id: '80' },
|
|
|
|
{ label: '冠心病管理全流程闭环情况', id: '81' },
|
|
|
|
{ label: '签约情况统计', id: '82' },
|
|
|
|
{ label: '就诊情况统计', id: '83' },
|
|
|
|
{ label: '下转动态分析', id: '84' },
|
|
|
|
{ label: '康复随访记录', id: '85' },
|
|
|
|
{ label: '康复随访详情', id: '86' },
|
|
|
|
{ label: '康复下转明细', id: '87' },
|
|
|
|
{ label: '居民预约情况明细', id: '88' }
|
|
],
|
|
],
|
|
copdFilterCheckValue: [],
|
|
copdFilterCheckValue: [],
|
|
handleNodeShow: 1,
|
|
handleNodeShow: 1,
|
|
@ -190,29 +203,29 @@ new Vue({
|
|
radio9: '',
|
|
radio9: '',
|
|
radio10: '',
|
|
radio10: '',
|
|
cities: [
|
|
cities: [
|
|
{value: '高血压', num: '4'},
|
|
|
|
{value: '糖尿病', num: '5'},
|
|
|
|
{value: '65岁以上人群', num: '3'},
|
|
|
|
{value: '0-6岁小孩', num: '7'},
|
|
|
|
{value: '计划生育家庭', num: '9'},
|
|
|
|
{value: '严重精神障碍', num: '10'},
|
|
|
|
{value: '残疾人', num: '11'},
|
|
|
|
{value: '普通人群', num: '1'},
|
|
|
|
{value: '结核病', num: '12'},
|
|
|
|
{value: '低保人群', num: '8'},
|
|
|
|
{value: '孕产妇', num: '6'}
|
|
|
|
|
|
{ value: '高血压', num: '4' },
|
|
|
|
{ value: '糖尿病', num: '5' },
|
|
|
|
{ value: '65岁以上人群', num: '3' },
|
|
|
|
{ value: '0-6岁小孩', num: '7' },
|
|
|
|
{ value: '计划生育家庭', num: '9' },
|
|
|
|
{ value: '严重精神障碍', num: '10' },
|
|
|
|
{ value: '残疾人', num: '11' },
|
|
|
|
{ value: '普通人群', num: '1' },
|
|
|
|
{ value: '结核病', num: '12' },
|
|
|
|
{ value: '低保人群', num: '8' },
|
|
|
|
{ value: '孕产妇', num: '6' }
|
|
],
|
|
],
|
|
checkedCities: [],
|
|
checkedCities: [],
|
|
specialCities: [],
|
|
specialCities: [],
|
|
specialCheckedCities: [],
|
|
specialCheckedCities: [],
|
|
serveCities: [
|
|
serveCities: [
|
|
{value: '残疾人', num: '1'},
|
|
|
|
{value: '失能/半失能老人', num: '5'},
|
|
|
|
{value: '80岁以上老人', num: '7'},
|
|
|
|
{value: '肺结核患者', num: '2'},
|
|
|
|
{value: '计生特殊家庭', num: '3'},
|
|
|
|
{value: '重性精神病', num: '4'},
|
|
|
|
{value: '其他', num: '6'}
|
|
|
|
|
|
{ value: '残疾人', num: '1' },
|
|
|
|
{ value: '失能/半失能老人', num: '5' },
|
|
|
|
{ value: '80岁以上老人', num: '7' },
|
|
|
|
{ value: '肺结核患者', num: '2' },
|
|
|
|
{ value: '计生特殊家庭', num: '3' },
|
|
|
|
{ value: '重性精神病', num: '4' },
|
|
|
|
{ value: '其他', num: '6' }
|
|
],
|
|
],
|
|
serveSpecialCities: [],
|
|
serveSpecialCities: [],
|
|
options: [
|
|
options: [
|
|
@ -263,14 +276,15 @@ new Vue({
|
|
fullscreenLoading: false,
|
|
fullscreenLoading: false,
|
|
derive: '',
|
|
derive: '',
|
|
tabsList: [
|
|
tabsList: [
|
|
{id: '1', text: '综合查询', show: true},
|
|
|
|
{id: '2', text: '明细查询', show: false},
|
|
|
|
{id: '3', text: '汇总数据', show: false},
|
|
|
|
{id: '4', text: '专科综合查询', show: false},
|
|
|
|
|
|
{ id: '1', text: '综合查询', show: true },
|
|
|
|
{ id: '2', text: '明细查询', show: false },
|
|
|
|
{ id: '3', text: '汇总数据', show: false },
|
|
|
|
{ id: '4', text: '专科综合查询', show: false },
|
|
// {id:'5',text:'慢阻肺综合查询',show:false},
|
|
// {id:'5',text:'慢阻肺综合查询',show:false},
|
|
{id: '6', text: '慢阻肺统计', show: false},
|
|
|
|
{id: '7', text: '疾控慢阻肺监测', show: false},
|
|
|
|
{id: '8', text: '家庭病床统计', show: false}
|
|
|
|
|
|
{ id: '6', text: '慢阻肺统计', show: false },
|
|
|
|
{ id: '7', text: '疾控慢阻肺监测', show: false },
|
|
|
|
{ id: '8', text: '家庭病床统计', show: false },
|
|
|
|
{ id: '9', text: '冠心病统计', show: false }
|
|
],
|
|
],
|
|
tabsId: '1',
|
|
tabsId: '1',
|
|
facility: '', //体征数据分析 - 设备类型
|
|
facility: '', //体征数据分析 - 设备类型
|
|
@ -327,10 +341,10 @@ new Vue({
|
|
label: '专病汇总',
|
|
label: '专病汇总',
|
|
code: '1',
|
|
code: '1',
|
|
children: [
|
|
children: [
|
|
{id: 'kfxzrs', label: '康复下转人数', code: '1'},
|
|
|
|
{id: 'kfxzrc', label: '康复下转人次', code: '1'},
|
|
|
|
{id: 'szrs', label: '上转人数', code: '1'},
|
|
|
|
{id: 'szrc', label: '上转人次', code: '1'}
|
|
|
|
|
|
{ id: 'kfxzrs', label: '康复下转人数', code: '1' },
|
|
|
|
{ id: 'kfxzrc', label: '康复下转人次', code: '1' },
|
|
|
|
{ id: 'szrs', label: '上转人数', code: '1' },
|
|
|
|
{ id: 'szrc', label: '上转人次', code: '1' }
|
|
]
|
|
]
|
|
},
|
|
},
|
|
{
|
|
{
|
|
@ -338,17 +352,17 @@ new Vue({
|
|
label: '体征数据汇总',
|
|
label: '体征数据汇总',
|
|
code: '2',
|
|
code: '2',
|
|
children: [
|
|
children: [
|
|
{id: 'scsbs', label: '上传设备数', code: '2'},
|
|
|
|
{id: 'scrc', label: '上传人次', code: '2'},
|
|
|
|
{id: 'yctzrc', label: '异常体征人次', code: '2'},
|
|
|
|
{id: 'gyrc', label: '干预人次', code: '2'}
|
|
|
|
|
|
{ id: 'scsbs', label: '上传设备数', code: '2' },
|
|
|
|
{ id: 'scrc', label: '上传人次', code: '2' },
|
|
|
|
{ id: 'yctzrc', label: '异常体征人次', code: '2' },
|
|
|
|
{ id: 'gyrc', label: '干预人次', code: '2' }
|
|
]
|
|
]
|
|
},
|
|
},
|
|
{
|
|
{
|
|
id: 'fwgd',
|
|
id: 'fwgd',
|
|
label: '上门服务汇总',
|
|
label: '上门服务汇总',
|
|
code: '3',
|
|
code: '3',
|
|
children: [{id: 'fwgd', label: '服务工单', code: '3'}]
|
|
|
|
|
|
children: [{ id: 'fwgd', label: '服务工单', code: '3' }]
|
|
}
|
|
}
|
|
],
|
|
],
|
|
specHosName: '',
|
|
specHosName: '',
|
|
@ -366,20 +380,20 @@ new Vue({
|
|
getDoorHeader: [],
|
|
getDoorHeader: [],
|
|
|
|
|
|
isCheck: false,
|
|
isCheck: false,
|
|
deorsumvergence: [{value: '', label: '全部'}],
|
|
|
|
rehabilitationHospital: [{value: '', label: '全部'}],
|
|
|
|
archiveList: [{value: '', label: '全部'}],
|
|
|
|
|
|
deorsumvergence: [{ value: '', label: '全部' }],
|
|
|
|
rehabilitationHospital: [{ value: '', label: '全部' }],
|
|
|
|
archiveList: [{ value: '', label: '全部' }],
|
|
inviteStatus: [
|
|
inviteStatus: [
|
|
{value: '', label: '全部'},
|
|
|
|
{value: '0', label: '待回复'},
|
|
|
|
{value: '1', label: '进行中'},
|
|
|
|
{value: '2', label: '已完成'},
|
|
|
|
{value: '3', label: '未回复'}
|
|
|
|
|
|
{ value: '', label: '全部' },
|
|
|
|
{ value: '0', label: '待回复' },
|
|
|
|
{ value: '1', label: '进行中' },
|
|
|
|
{ value: '2', label: '已完成' },
|
|
|
|
{ value: '3', label: '未回复' }
|
|
],
|
|
],
|
|
inviteStatus1: [
|
|
inviteStatus1: [
|
|
{value: '', label: '全部'},
|
|
|
|
{value: '1', label: '门诊患者'},
|
|
|
|
{value: '2', label: '出院患者'}
|
|
|
|
|
|
{ value: '', label: '全部' },
|
|
|
|
{ value: '1', label: '门诊患者' },
|
|
|
|
{ value: '2', label: '出院患者' }
|
|
],
|
|
],
|
|
recoveryList: [],
|
|
recoveryList: [],
|
|
dialogVisible: false,
|
|
dialogVisible: false,
|
|
@ -390,21 +404,21 @@ new Vue({
|
|
invitationList: [],
|
|
invitationList: [],
|
|
expertFamilyIdType: '',
|
|
expertFamilyIdType: '',
|
|
expertReplyData: [],
|
|
expertReplyData: [],
|
|
specializedHospital: [{value: '', label: '全部'}],
|
|
|
|
mzfzhcxData: [{name: '测试数据1条'}],
|
|
|
|
|
|
specializedHospital: [{ value: '', label: '全部' }],
|
|
|
|
mzfzhcxData: [{ name: '测试数据1条' }],
|
|
mzftjTree: [
|
|
mzftjTree: [
|
|
{
|
|
{
|
|
id: 'zhzrs,yglrs,yrzrs,ysfrs,yczrs,bnrglrs,swrs',
|
|
id: 'zhzrs,yglrs,yrzrs,ysfrs,yczrs,bnrglrs,swrs',
|
|
label: '患者管理统计',
|
|
label: '患者管理统计',
|
|
code: '1',
|
|
code: '1',
|
|
children: [
|
|
children: [
|
|
{id: 'zhzrs', label: '总患者人数', code: '1'},
|
|
|
|
{id: 'yglrs', label: '已管理人数', code: '1'},
|
|
|
|
{id: 'yrzrs', label: '已入组人数', code: '1'},
|
|
|
|
{id: 'ysfrs', label: '已失访人数', code: '1'},
|
|
|
|
{id: 'yczrs', label: '已出组人数', code: '1'},
|
|
|
|
{id: 'bnrglrs', label: '不纳入管理人数', code: '1'},
|
|
|
|
{id: 'swrs', label: '死亡人数', code: '1'}
|
|
|
|
|
|
{ id: 'zhzrs', label: '总患者人数', code: '1' },
|
|
|
|
{ id: 'yglrs', label: '已管理人数', code: '1' },
|
|
|
|
{ id: 'yrzrs', label: '已入组人数', code: '1' },
|
|
|
|
{ id: 'ysfrs', label: '已失访人数', code: '1' },
|
|
|
|
{ id: 'yczrs', label: '已出组人数', code: '1' },
|
|
|
|
{ id: 'bnrglrs', label: '不纳入管理人数', code: '1' },
|
|
|
|
{ id: 'swrs', label: '死亡人数', code: '1' }
|
|
]
|
|
]
|
|
},
|
|
},
|
|
{
|
|
{
|
|
@ -412,12 +426,12 @@ new Vue({
|
|
label: '监查稽查统计',
|
|
label: '监查稽查统计',
|
|
code: '2',
|
|
code: '2',
|
|
children: [
|
|
children: [
|
|
{id: 'yjcrs', label: '已稽查人数', code: '2'},
|
|
|
|
{id: 'yjccs', label: '已稽查次数', code: '2'},
|
|
|
|
{id: 'djcrs', label: '待监查人数', code: '2'},
|
|
|
|
{id: 'djccs', label: '待监查次数', code: '2'},
|
|
|
|
{id: 'djcrs', label: '待稽查人数', code: '2'},
|
|
|
|
{id: 'djccs', label: '待稽查次数', code: '2'}
|
|
|
|
|
|
{ id: 'yjcrs', label: '已稽查人数', code: '2' },
|
|
|
|
{ id: 'yjccs', label: '已稽查次数', code: '2' },
|
|
|
|
{ id: 'djcrs', label: '待监查人数', code: '2' },
|
|
|
|
{ id: 'djccs', label: '待监查次数', code: '2' },
|
|
|
|
{ id: 'djcrs', label: '待稽查人数', code: '2' },
|
|
|
|
{ id: 'djccs', label: '待稽查次数', code: '2' }
|
|
]
|
|
]
|
|
},
|
|
},
|
|
{
|
|
{
|
|
@ -425,8 +439,8 @@ new Vue({
|
|
label: '下转接收统计',
|
|
label: '下转接收统计',
|
|
code: '3',
|
|
code: '3',
|
|
children: [
|
|
children: [
|
|
{id: 'xzrs', label: '下转人数', code: '3'},
|
|
|
|
{id: 'jsxzrs', label: '接收下转人数', code: '3'}
|
|
|
|
|
|
{ id: 'xzrs', label: '下转人数', code: '3' },
|
|
|
|
{ id: 'jsxzrs', label: '接收下转人数', code: '3' }
|
|
]
|
|
]
|
|
},
|
|
},
|
|
{
|
|
{
|
|
@ -434,14 +448,14 @@ new Vue({
|
|
label: '随访进度统计',
|
|
label: '随访进度统计',
|
|
code: '4',
|
|
code: '4',
|
|
children: [
|
|
children: [
|
|
{id: 'v1sxrs', label: 'v1筛选人数', code: '4'},
|
|
|
|
{id: 'v2rzrs', label: 'v2入组人数', code: '4'},
|
|
|
|
{id: 'v3rs', label: 'v3人数', code: '4'},
|
|
|
|
{id: 'v4rs', label: 'v4人数', code: '4'},
|
|
|
|
{id: 'v5rs', label: 'v5人数', code: '4'},
|
|
|
|
{id: 'v6rs', label: 'v6人数', code: '4'},
|
|
|
|
{id: 'zgrs', label: '在管人数', code: '4'},
|
|
|
|
{id: 'tlzls', label: '脱落总例数', code: '4'}
|
|
|
|
|
|
{ id: 'v1sxrs', label: 'v1筛选人数', code: '4' },
|
|
|
|
{ id: 'v2rzrs', label: 'v2入组人数', code: '4' },
|
|
|
|
{ id: 'v3rs', label: 'v3人数', code: '4' },
|
|
|
|
{ id: 'v4rs', label: 'v4人数', code: '4' },
|
|
|
|
{ id: 'v5rs', label: 'v5人数', code: '4' },
|
|
|
|
{ id: 'v6rs', label: 'v6人数', code: '4' },
|
|
|
|
{ id: 'zgrs', label: '在管人数', code: '4' },
|
|
|
|
{ id: 'tlzls', label: '脱落总例数', code: '4' }
|
|
]
|
|
]
|
|
}
|
|
}
|
|
],
|
|
],
|
|
@ -449,15 +463,15 @@ new Vue({
|
|
startTime: new Date('2023', '05', '26'),
|
|
startTime: new Date('2023', '05', '26'),
|
|
endTime: new Date(),
|
|
endTime: new Date(),
|
|
regionList: [],
|
|
regionList: [],
|
|
regionData: [{label: '全市', id: '1', type: '1'}],
|
|
|
|
|
|
regionData: [{ label: '全市', id: '1', type: '1' }],
|
|
regionListList: [],
|
|
regionListList: [],
|
|
tertiaryHospitalsData: [{label: '全部', id: '1', type: '2'}],
|
|
|
|
|
|
tertiaryHospitalsData: [{ label: '全部', id: '1', type: '2' }],
|
|
communityHospitalsList: [],
|
|
communityHospitalsList: [],
|
|
communityHospitalsData: [{label: '全部', id: '1', type: '3'}],
|
|
|
|
|
|
communityHospitalsData: [{ label: '全部', id: '1', type: '3' }],
|
|
groupingList: [],
|
|
groupingList: [],
|
|
groupingData: [{label: '全部', id: '1', type: '4'}],
|
|
|
|
|
|
groupingData: [{ label: '全部', id: '1', type: '4' }],
|
|
administrationStatusList: [],
|
|
administrationStatusList: [],
|
|
administrationStatusData: [{label: '全部', id: '1', type: '5'}],
|
|
|
|
|
|
administrationStatusData: [{ label: '全部', id: '1', type: '5' }],
|
|
show: false,
|
|
show: false,
|
|
showTwo: false,
|
|
showTwo: false,
|
|
showThree: false,
|
|
showThree: false,
|
|
@ -467,7 +481,7 @@ new Vue({
|
|
loadingTwo: false,
|
|
loadingTwo: false,
|
|
setDisabled: {
|
|
setDisabled: {
|
|
disabledDate: function (time) {
|
|
disabledDate: function (time) {
|
|
return time.getTime() < new Date('2023', '05', '26') || time.getTime() > Date.now();
|
|
|
|
|
|
return time.getTime() < new Date('2023', '05', '26') || time.getTime() > Date.now()
|
|
}
|
|
}
|
|
},
|
|
},
|
|
s: '',
|
|
s: '',
|
|
@ -538,32 +552,32 @@ new Vue({
|
|
value: 2
|
|
value: 2
|
|
}
|
|
}
|
|
],
|
|
],
|
|
componentId: ['46','47','48','49','50','51','52','53','54','55','56','57','58','59','60','61','62','63','64','71','75','72','73','74','75','76']
|
|
|
|
|
|
componentId: []
|
|
},
|
|
},
|
|
components: {
|
|
components: {
|
|
vuedals: Vuedals.Component
|
|
vuedals: Vuedals.Component
|
|
},
|
|
},
|
|
watch: {
|
|
watch: {
|
|
rangeCode: function (val) {
|
|
rangeCode: function (val) {
|
|
var vm = this;
|
|
|
|
|
|
var vm = this
|
|
if (vm.initlevel != 2) {
|
|
if (vm.initlevel != 2) {
|
|
vm.communityCode = '';
|
|
|
|
|
|
vm.communityCode = ''
|
|
}
|
|
}
|
|
vm.teamCode = '';
|
|
|
|
vm.getTreeList();
|
|
|
|
|
|
vm.teamCode = ''
|
|
|
|
vm.getTreeList()
|
|
},
|
|
},
|
|
areaCode: function (val) {
|
|
areaCode: function (val) {
|
|
var vm = this;
|
|
|
|
vm.selChange(3);
|
|
|
|
|
|
var vm = this
|
|
|
|
vm.selChange(3)
|
|
},
|
|
},
|
|
communityCode: function (val) {
|
|
communityCode: function (val) {
|
|
var vm = this;
|
|
|
|
vm.selChange(5);
|
|
|
|
|
|
var vm = this
|
|
|
|
vm.selChange(5)
|
|
},
|
|
},
|
|
'startTime': {
|
|
'startTime': {
|
|
handler: function (o) {
|
|
handler: function (o) {
|
|
if (!o) {
|
|
if (!o) {
|
|
this.list.splice(0, 1);
|
|
|
|
|
|
this.list.splice(0, 1)
|
|
}
|
|
}
|
|
},
|
|
},
|
|
deep: true,
|
|
deep: true,
|
|
@ -572,7 +586,7 @@ new Vue({
|
|
'endTime': {
|
|
'endTime': {
|
|
handler: function (o) {
|
|
handler: function (o) {
|
|
if (!o) {
|
|
if (!o) {
|
|
this.list.splice(0, 1);
|
|
|
|
|
|
this.list.splice(0, 1)
|
|
}
|
|
}
|
|
},
|
|
},
|
|
deep: true,
|
|
deep: true,
|
|
@ -580,33 +594,36 @@ new Vue({
|
|
}
|
|
}
|
|
},
|
|
},
|
|
mounted: function () {
|
|
mounted: function () {
|
|
var vm = this;
|
|
|
|
|
|
var vm = this
|
|
//初始化数据
|
|
//初始化数据
|
|
var searchStr = location.search;
|
|
|
|
if(searchStr){
|
|
|
|
vm.searchStr=0
|
|
|
|
vm.tabsList=[{id: '7', text: '疾控慢阻肺监测', show: true}]
|
|
|
|
vm.tabsClick({id: '7', text: '疾控慢阻肺监测', show: true})
|
|
|
|
}
|
|
|
|
initData(vm);
|
|
|
|
|
|
var searchStr = location.search
|
|
|
|
if (searchStr) {
|
|
|
|
vm.searchStr = 0
|
|
|
|
vm.tabsList = [{ id: '7', text: '疾控慢阻肺监测', show: true }]
|
|
|
|
vm.tabsClick({ id: '7', text: '疾控慢阻肺监测', show: true })
|
|
|
|
}
|
|
|
|
initData(vm)
|
|
vm.getQuotaStr()
|
|
vm.getQuotaStr()
|
|
vm.getDiseaseTypeList();
|
|
|
|
vm.height = document.body.offsetHeight - 85;
|
|
|
|
|
|
vm.getDiseaseTypeList()
|
|
|
|
vm.height = document.body.offsetHeight - 85
|
|
window.onresize = function () {
|
|
window.onresize = function () {
|
|
vm.height = document.body.offsetHeight - 85;
|
|
|
|
};
|
|
|
|
this.s = this.startTime.format('yyyy-MM-dd');
|
|
|
|
this.e = this.endTime.format('yyyy-MM-dd');
|
|
|
|
this.list.unshift({type: '0', id: 'time', label: this.s + '~' + this.e});
|
|
|
|
|
|
vm.height = document.body.offsetHeight - 85
|
|
|
|
}
|
|
|
|
this.s = this.startTime.format('yyyy-MM-dd')
|
|
|
|
this.e = this.endTime.format('yyyy-MM-dd')
|
|
|
|
this.list.unshift({ type: '0', id: 'time', label: this.s + '~' + this.e })
|
|
|
|
for (var i = 46; i <= 88; i++) {
|
|
|
|
this.componentId.push(i + '')
|
|
|
|
}
|
|
},
|
|
},
|
|
methods: {
|
|
methods: {
|
|
//获取综合查询指标
|
|
//获取综合查询指标
|
|
getQuotaStr(){
|
|
|
|
var vm =this
|
|
|
|
statisticAPI.getDictByDictName({name:'jkcopd_quotaStr'}).then(function(res){
|
|
|
|
vm.copdManageSearchFilterList=res.list
|
|
|
|
console.log(vm.copdManageSearchFilterList,'osidosioaidoasodais')
|
|
|
|
})
|
|
|
|
|
|
getQuotaStr() {
|
|
|
|
var vm = this
|
|
|
|
statisticAPI.getDictByDictName({ name: 'jkcopd_quotaStr' }).then(function (res) {
|
|
|
|
vm.copdManageSearchFilterList = res.list
|
|
|
|
console.log(vm.copdManageSearchFilterList, 'osidosioaidoasodais')
|
|
|
|
})
|
|
},
|
|
},
|
|
startTimeChange: function (o) {
|
|
startTimeChange: function (o) {
|
|
if (!this.list[0] || this.list[0].type != 0) {
|
|
if (!this.list[0] || this.list[0].type != 0) {
|
|
@ -614,9 +631,9 @@ if(searchStr){
|
|
type: '0',
|
|
type: '0',
|
|
id: 'time',
|
|
id: 'time',
|
|
label: o.format('yyyy-MM-dd') + '~' + this.endTime.format('yyyy-MM-dd')
|
|
label: o.format('yyyy-MM-dd') + '~' + this.endTime.format('yyyy-MM-dd')
|
|
});
|
|
|
|
|
|
})
|
|
} else {
|
|
} else {
|
|
this.list[0].label = o.format('yyyy-MM-dd') + '~' + this.endTime.format('yyyy-MM-dd');
|
|
|
|
|
|
this.list[0].label = o.format('yyyy-MM-dd') + '~' + this.endTime.format('yyyy-MM-dd')
|
|
}
|
|
}
|
|
},
|
|
},
|
|
endTimeChange: function (o) {
|
|
endTimeChange: function (o) {
|
|
@ -625,49 +642,49 @@ if(searchStr){
|
|
type: '0',
|
|
type: '0',
|
|
id: 'time',
|
|
id: 'time',
|
|
label: this.startTime.format('yyyy-MM-dd') + '~' + o.format('yyyy-MM-dd')
|
|
label: this.startTime.format('yyyy-MM-dd') + '~' + o.format('yyyy-MM-dd')
|
|
});
|
|
|
|
|
|
})
|
|
} else {
|
|
} else {
|
|
this.list[0].label = this.startTime.format('yyyy-MM-dd') + '~' + o.format('yyyy-MM-dd');
|
|
|
|
|
|
this.list[0].label = this.startTime.format('yyyy-MM-dd') + '~' + o.format('yyyy-MM-dd')
|
|
}
|
|
}
|
|
},
|
|
},
|
|
// 确定
|
|
// 确定
|
|
confirm: function () {
|
|
confirm: function () {
|
|
this.hospitalWorkStatistics();
|
|
|
|
|
|
this.hospitalWorkStatistics()
|
|
},
|
|
},
|
|
// 选择
|
|
// 选择
|
|
change: function (val) {
|
|
change: function (val) {
|
|
this.list = this.list.concat(val);
|
|
|
|
|
|
this.list = this.list.concat(val)
|
|
},
|
|
},
|
|
// 已选
|
|
// 已选
|
|
deleteClick: function (item) {
|
|
deleteClick: function (item) {
|
|
if (item.id == 'time') {
|
|
if (item.id == 'time') {
|
|
this.startTime = '';
|
|
|
|
this.endTime = '';
|
|
|
|
this.list.splice(0, 1);
|
|
|
|
|
|
this.startTime = ''
|
|
|
|
this.endTime = ''
|
|
|
|
this.list.splice(0, 1)
|
|
}
|
|
}
|
|
var index = this.list.findIndex(function (v) {
|
|
var index = this.list.findIndex(function (v) {
|
|
return item.id == v.id;
|
|
|
|
});
|
|
|
|
this.list.splice(index, 1);
|
|
|
|
|
|
return item.id == v.id
|
|
|
|
})
|
|
|
|
this.list.splice(index, 1)
|
|
},
|
|
},
|
|
// 取消
|
|
// 取消
|
|
cancel: function () {
|
|
cancel: function () {
|
|
this.startTime = new Date('2023', '05', '26');
|
|
|
|
this.endTime = new Date();
|
|
|
|
|
|
this.startTime = new Date('2023', '05', '26')
|
|
|
|
this.endTime = new Date()
|
|
if (!this.list[0] || this.list[0].type != 0) {
|
|
if (!this.list[0] || this.list[0].type != 0) {
|
|
this.list.unshift({
|
|
this.list.unshift({
|
|
type: '0',
|
|
type: '0',
|
|
id: 'time',
|
|
id: 'time',
|
|
label: this.startTime.format('yyyy-MM-dd') + '~' + this.endTime.format('yyyy-MM-dd')
|
|
label: this.startTime.format('yyyy-MM-dd') + '~' + this.endTime.format('yyyy-MM-dd')
|
|
});
|
|
|
|
|
|
})
|
|
} else {
|
|
} else {
|
|
this.list[0].label = this.startTime.format('yyyy-MM-dd') + '~' + this.endTime.format('yyyy-MM-dd');
|
|
|
|
|
|
this.list[0].label = this.startTime.format('yyyy-MM-dd') + '~' + this.endTime.format('yyyy-MM-dd')
|
|
}
|
|
}
|
|
},
|
|
},
|
|
// 导出
|
|
// 导出
|
|
exportHandle: function () {
|
|
exportHandle: function () {
|
|
var vm = this;
|
|
|
|
vm.loadingTwo = true;
|
|
|
|
|
|
var vm = this
|
|
|
|
vm.loadingTwo = true
|
|
statisticAPI
|
|
statisticAPI
|
|
.exportHospitalWorkStatistics(
|
|
.exportHospitalWorkStatistics(
|
|
{
|
|
{
|
|
@ -677,11 +694,11 @@ if(searchStr){
|
|
'慢阻肺综合查询表.xls'
|
|
'慢阻肺综合查询表.xls'
|
|
)
|
|
)
|
|
.then(function (res) {
|
|
.then(function (res) {
|
|
vm.loadingTwo = false;
|
|
|
|
});
|
|
|
|
|
|
vm.loadingTwo = false
|
|
|
|
})
|
|
},
|
|
},
|
|
renderTableHeader: function (h, item) {
|
|
renderTableHeader: function (h, item) {
|
|
var $index = item.$index;
|
|
|
|
|
|
var $index = item.$index
|
|
return h('div', [
|
|
return h('div', [
|
|
h('span', this.diseaseHeader[$index - 1] + ' ', {
|
|
h('span', this.diseaseHeader[$index - 1] + ' ', {
|
|
align: 'center',
|
|
align: 'center',
|
|
@ -708,24 +725,24 @@ if(searchStr){
|
|
})
|
|
})
|
|
]
|
|
]
|
|
)
|
|
)
|
|
]);
|
|
|
|
|
|
])
|
|
},
|
|
},
|
|
renderHeadeRexpert: function (h, item) {
|
|
renderHeadeRexpert: function (h, item) {
|
|
var index = item.$index;
|
|
|
|
|
|
var index = item.$index
|
|
return [
|
|
return [
|
|
index == '3'
|
|
index == '3'
|
|
? '邀请次数'
|
|
? '邀请次数'
|
|
: index == '4'
|
|
: index == '4'
|
|
? '进行中'
|
|
|
|
: index == '5'
|
|
|
|
? '已回复'
|
|
|
|
: index == '6'
|
|
|
|
? '未回复'
|
|
|
|
: index == '7'
|
|
|
|
? '回复率'
|
|
|
|
: index == '8'
|
|
|
|
? '平均响应时长'
|
|
|
|
: '用户评价',
|
|
|
|
|
|
? '进行中'
|
|
|
|
: index == '5'
|
|
|
|
? '已回复'
|
|
|
|
: index == '6'
|
|
|
|
? '未回复'
|
|
|
|
: index == '7'
|
|
|
|
? '回复率'
|
|
|
|
: index == '8'
|
|
|
|
? '平均响应时长'
|
|
|
|
: '用户评价',
|
|
h(
|
|
h(
|
|
'el-tooltip',
|
|
'el-tooltip',
|
|
{
|
|
{
|
|
@ -734,16 +751,16 @@ if(searchStr){
|
|
return index == '3'
|
|
return index == '3'
|
|
? '发起邀请总次数'
|
|
? '发起邀请总次数'
|
|
: index == ''
|
|
: index == ''
|
|
? '其中咨询未完成,包含待回复和进行中'
|
|
|
|
: index == '5'
|
|
|
|
? '其中医生已回复且咨询已结束的'
|
|
|
|
: index == '6'
|
|
|
|
? '其中咨询已结束医生未回复的'
|
|
|
|
: index == '7'
|
|
|
|
? '已回复 / 邀请次数'
|
|
|
|
: index == '8'
|
|
|
|
? '[邀请1响应时长+ 邀请2响应时长 + ...] / 总次数'
|
|
|
|
: '用户评价';
|
|
|
|
|
|
? '其中咨询未完成,包含待回复和进行中'
|
|
|
|
: index == '5'
|
|
|
|
? '其中医生已回复且咨询已结束的'
|
|
|
|
: index == '6'
|
|
|
|
? '其中咨询已结束医生未回复的'
|
|
|
|
: index == '7'
|
|
|
|
? '已回复 / 邀请次数'
|
|
|
|
: index == '8'
|
|
|
|
? '[邀请1响应时长+ 邀请2响应时长 + ...] / 总次数'
|
|
|
|
: '用户评价'
|
|
})(),
|
|
})(),
|
|
placement: 'top'
|
|
placement: 'top'
|
|
}
|
|
}
|
|
@ -756,43 +773,43 @@ if(searchStr){
|
|
})
|
|
})
|
|
]
|
|
]
|
|
)
|
|
)
|
|
];
|
|
|
|
|
|
]
|
|
},
|
|
},
|
|
// 获取康复下转明细 --- 下转状态
|
|
// 获取康复下转明细 --- 下转状态
|
|
deorsumvergenceStatusFunction: function (name) {
|
|
deorsumvergenceStatusFunction: function (name) {
|
|
var vm = this;
|
|
|
|
signAPI.getDictByDictName({name: name}).then(function (res) {
|
|
|
|
|
|
var vm = this
|
|
|
|
signAPI.getDictByDictName({ name: name }).then(function (res) {
|
|
if (res.status === 200) {
|
|
if (res.status === 200) {
|
|
if (name == 'rehabilitation_status') {
|
|
if (name == 'rehabilitation_status') {
|
|
res.list.forEach(function (v) {
|
|
res.list.forEach(function (v) {
|
|
vm.deorsumvergence.push({
|
|
vm.deorsumvergence.push({
|
|
value: v.code,
|
|
value: v.code,
|
|
label: v.value
|
|
label: v.value
|
|
});
|
|
|
|
});
|
|
|
|
|
|
})
|
|
|
|
})
|
|
}
|
|
}
|
|
if (name == 'rehabilitation_hospital') {
|
|
if (name == 'rehabilitation_hospital') {
|
|
res.list.forEach(function (v) {
|
|
res.list.forEach(function (v) {
|
|
vm.rehabilitationHospital.push({
|
|
vm.rehabilitationHospital.push({
|
|
value: v.code,
|
|
value: v.code,
|
|
label: v.value
|
|
label: v.value
|
|
});
|
|
|
|
});
|
|
|
|
|
|
})
|
|
|
|
})
|
|
}
|
|
}
|
|
if (name == 'archive_status') {
|
|
if (name == 'archive_status') {
|
|
res.list.forEach(function (v) {
|
|
res.list.forEach(function (v) {
|
|
vm.archiveList.push({
|
|
vm.archiveList.push({
|
|
value: v.code,
|
|
value: v.code,
|
|
label: v.value
|
|
label: v.value
|
|
});
|
|
|
|
});
|
|
|
|
|
|
})
|
|
|
|
})
|
|
}
|
|
}
|
|
}
|
|
}
|
|
});
|
|
|
|
|
|
})
|
|
},
|
|
},
|
|
// 获取社区医院
|
|
// 获取社区医院
|
|
hospitalsByType: function () {
|
|
hospitalsByType: function () {
|
|
var vm = this;
|
|
|
|
|
|
var vm = this
|
|
statisticAPI
|
|
statisticAPI
|
|
.hospitalsByType({
|
|
.hospitalsByType({
|
|
type: 1,
|
|
type: 1,
|
|
@ -804,55 +821,55 @@ if(searchStr){
|
|
vm.communityHospitals.push({
|
|
vm.communityHospitals.push({
|
|
value: v.code,
|
|
value: v.code,
|
|
label: v.name
|
|
label: v.name
|
|
});
|
|
|
|
});
|
|
|
|
|
|
})
|
|
|
|
})
|
|
}
|
|
}
|
|
})
|
|
})
|
|
.catch(function (err) {
|
|
.catch(function (err) {
|
|
console.log(err, 'Errr');
|
|
|
|
});
|
|
|
|
|
|
console.log(err, 'Errr')
|
|
|
|
})
|
|
},
|
|
},
|
|
// 康复下转操作
|
|
// 康复下转操作
|
|
operation: function (num, item) {
|
|
operation: function (num, item) {
|
|
var vm = this;
|
|
|
|
|
|
var vm = this
|
|
if (num != 2) {
|
|
if (num != 2) {
|
|
statisticAPI
|
|
statisticAPI
|
|
.synchronizePationSingle({id: item.id})
|
|
|
|
|
|
.synchronizePationSingle({ id: item.id })
|
|
.then(function (res) {
|
|
.then(function (res) {
|
|
if (res.status == 200) {
|
|
if (res.status == 200) {
|
|
toastr.info('操作成功');
|
|
|
|
this.tableKey = Math.random();
|
|
|
|
|
|
toastr.info('操作成功')
|
|
|
|
this.tableKey = Math.random()
|
|
} else {
|
|
} else {
|
|
toastr.error(res.msg);
|
|
|
|
|
|
toastr.error(res.msg)
|
|
}
|
|
}
|
|
})
|
|
})
|
|
.catch(function (err) {
|
|
.catch(function (err) {
|
|
console.log(err, 'Errr');
|
|
|
|
});
|
|
|
|
|
|
console.log(err, 'Errr')
|
|
|
|
})
|
|
} else {
|
|
} else {
|
|
vm.signatoryList = [];
|
|
|
|
|
|
vm.signatoryList = []
|
|
statisticAPI
|
|
statisticAPI
|
|
.kangfuGetSignInfo({idcard: item.idcard})
|
|
|
|
|
|
.kangfuGetSignInfo({ idcard: item.idcard })
|
|
.then(function (res) {
|
|
.then(function (res) {
|
|
if (res.status == 200) {
|
|
if (res.status == 200) {
|
|
if (res.data != null) {
|
|
if (res.data != null) {
|
|
vm.signatoryList.push(res.data);
|
|
|
|
|
|
vm.signatoryList.push(res.data)
|
|
}
|
|
}
|
|
}
|
|
}
|
|
})
|
|
})
|
|
.catch(function (err) {
|
|
.catch(function (err) {
|
|
console.log(err, 'Errr');
|
|
|
|
});
|
|
|
|
this.dialogVisible = true;
|
|
|
|
|
|
console.log(err, 'Errr')
|
|
|
|
})
|
|
|
|
this.dialogVisible = true
|
|
}
|
|
}
|
|
},
|
|
},
|
|
getImgurl: function (url) {
|
|
getImgurl: function (url) {
|
|
var imgUrl=url&& url.split(',')[0]
|
|
|
|
return httpRequest.getImgUrl(imgUrl);
|
|
|
|
|
|
var imgUrl = url && url.split(',')[0]
|
|
|
|
return httpRequest.getImgUrl(imgUrl)
|
|
},
|
|
},
|
|
reset: function () {
|
|
reset: function () {
|
|
if (this.tabsId == 1) {
|
|
if (this.tabsId == 1) {
|
|
this.getTreeList();
|
|
|
|
|
|
this.getTreeList()
|
|
} else {
|
|
} else {
|
|
this.collect = [
|
|
this.collect = [
|
|
{
|
|
{
|
|
@ -860,10 +877,10 @@ if(searchStr){
|
|
label: '专病汇总',
|
|
label: '专病汇总',
|
|
code: '1',
|
|
code: '1',
|
|
children: [
|
|
children: [
|
|
{id: 'kfxzrs', label: '康复下转人数', code: '1'},
|
|
|
|
{id: 'kfxzrc', label: '康复下转人次', code: '1'},
|
|
|
|
{id: 'szrs', label: '下转人数', code: '1'},
|
|
|
|
{id: 'szrc', label: '下转人数', code: '1'}
|
|
|
|
|
|
{ id: 'kfxzrs', label: '康复下转人数', code: '1' },
|
|
|
|
{ id: 'kfxzrc', label: '康复下转人次', code: '1' },
|
|
|
|
{ id: 'szrs', label: '下转人数', code: '1' },
|
|
|
|
{ id: 'szrc', label: '下转人数', code: '1' }
|
|
]
|
|
]
|
|
},
|
|
},
|
|
{
|
|
{
|
|
@ -871,64 +888,63 @@ if(searchStr){
|
|
label: '体征数据汇总',
|
|
label: '体征数据汇总',
|
|
code: '2',
|
|
code: '2',
|
|
children: [
|
|
children: [
|
|
{id: 'scsbs', label: '上传设备数', code: '2'},
|
|
|
|
{id: 'scrc', label: '上传人次', code: '2'},
|
|
|
|
{id: 'yctzrc', label: '异常体征人次', code: '2'},
|
|
|
|
{id: 'gyrc', label: '干预人次', code: '2'}
|
|
|
|
|
|
{ id: 'scsbs', label: '上传设备数', code: '2' },
|
|
|
|
{ id: 'scrc', label: '上传人次', code: '2' },
|
|
|
|
{ id: 'yctzrc', label: '异常体征人次', code: '2' },
|
|
|
|
{ id: 'gyrc', label: '干预人次', code: '2' }
|
|
]
|
|
]
|
|
},
|
|
},
|
|
{
|
|
{
|
|
id: 'fwgd',
|
|
id: 'fwgd',
|
|
label: '上门服务汇总',
|
|
label: '上门服务汇总',
|
|
code: '3',
|
|
code: '3',
|
|
children: [{id: 'fwgd', label: '服务工单', code: '3'}]
|
|
|
|
|
|
children: [{ id: 'fwgd', label: '服务工单', code: '3' }]
|
|
}
|
|
}
|
|
];
|
|
|
|
|
|
]
|
|
}
|
|
}
|
|
},
|
|
},
|
|
// 清除
|
|
// 清除
|
|
eliminateClick: function () {
|
|
eliminateClick: function () {
|
|
this.radio =
|
|
|
|
this.handleNodeId == 44 || this.expertFamilyIdType == 'zhuanke1' || this.handleNodeId == 45 ? '2' : '1';
|
|
|
|
this.radio1 = '';
|
|
|
|
this.radio2 = '';
|
|
|
|
this.radio3 = '';
|
|
|
|
this.radio4 = '';
|
|
|
|
this.radio5 = '';
|
|
|
|
this.radio6 = '';
|
|
|
|
this.radio7 = '';
|
|
|
|
this.radio8 = '';
|
|
|
|
this.radio9 = '';
|
|
|
|
this.radio10 = '';
|
|
|
|
|
|
this.radio = this.handleNodeId == 44 || this.expertFamilyIdType == 'zhuanke1' || this.handleNodeId == 45 ? '2' : '1'
|
|
|
|
this.radio1 = ''
|
|
|
|
this.radio2 = ''
|
|
|
|
this.radio3 = ''
|
|
|
|
this.radio4 = ''
|
|
|
|
this.radio5 = ''
|
|
|
|
this.radio6 = ''
|
|
|
|
this.radio7 = ''
|
|
|
|
this.radio8 = ''
|
|
|
|
this.radio9 = ''
|
|
|
|
this.radio10 = ''
|
|
this.form = {
|
|
this.form = {
|
|
endorseTheTicket: '',
|
|
endorseTheTicket: '',
|
|
renew: '',
|
|
renew: '',
|
|
backToSign: '',
|
|
backToSign: '',
|
|
WeChat: ''
|
|
WeChat: ''
|
|
};
|
|
|
|
|
|
}
|
|
this.form2 = {
|
|
this.form2 = {
|
|
juniorCollege: '',
|
|
juniorCollege: '',
|
|
family: '',
|
|
family: '',
|
|
resident: ''
|
|
resident: ''
|
|
};
|
|
|
|
|
|
}
|
|
this.form3 = {
|
|
this.form3 = {
|
|
family: '',
|
|
family: '',
|
|
resident: ''
|
|
resident: ''
|
|
};
|
|
|
|
|
|
}
|
|
this.form4 = {
|
|
this.form4 = {
|
|
family: '',
|
|
family: '',
|
|
resident: ''
|
|
resident: ''
|
|
};
|
|
|
|
|
|
}
|
|
this.form5 = {
|
|
this.form5 = {
|
|
family: '',
|
|
family: '',
|
|
resident: ''
|
|
resident: ''
|
|
};
|
|
|
|
this.facility = ''; //体征数据分析 - 设备类型
|
|
|
|
this.illness = ''; //体征数据分析 - 疾病类型
|
|
|
|
|
|
}
|
|
|
|
this.facility = '' //体征数据分析 - 设备类型
|
|
|
|
this.illness = '' //体征数据分析 - 疾病类型
|
|
this.form6 = {
|
|
this.form6 = {
|
|
resident: '',
|
|
resident: '',
|
|
doctor: ''
|
|
doctor: ''
|
|
};
|
|
|
|
|
|
}
|
|
this.form7 = {
|
|
this.form7 = {
|
|
resident: '',
|
|
resident: '',
|
|
doctorOne: '',
|
|
doctorOne: '',
|
|
@ -946,8 +962,8 @@ if(searchStr){
|
|
}),
|
|
}),
|
|
(this.form8 = {
|
|
(this.form8 = {
|
|
renew: ''
|
|
renew: ''
|
|
});
|
|
|
|
this.facilitySign = '';
|
|
|
|
|
|
})
|
|
|
|
this.facilitySign = ''
|
|
this.form11 = {
|
|
this.form11 = {
|
|
patientName: '',
|
|
patientName: '',
|
|
status: '',
|
|
status: '',
|
|
@ -964,158 +980,158 @@ if(searchStr){
|
|
hospital: '',
|
|
hospital: '',
|
|
archiveStatus: ''
|
|
archiveStatus: ''
|
|
}),
|
|
}),
|
|
initData(this);
|
|
|
|
|
|
initData(this)
|
|
// initTime(this)
|
|
// initTime(this)
|
|
// initScope(this)
|
|
// initScope(this)
|
|
},
|
|
},
|
|
tabsClick: function (item) {
|
|
tabsClick: function (item) {
|
|
console.log(item, 'item')
|
|
console.log(item, 'item')
|
|
var vm = this;
|
|
|
|
this.copdFilterCheckValue=[]
|
|
|
|
vm.tabsId = item.id;
|
|
|
|
|
|
var vm = this
|
|
|
|
this.copdFilterCheckValue = []
|
|
|
|
vm.tabsId = item.id
|
|
if (item.id != 4) {
|
|
if (item.id != 4) {
|
|
vm.expertFamilyIdType = '';
|
|
|
|
|
|
vm.expertFamilyIdType = ''
|
|
}
|
|
}
|
|
if (item.id == 5) {
|
|
if (item.id == 5) {
|
|
vm.handleNodeShow = 5;
|
|
|
|
|
|
vm.handleNodeShow = 5
|
|
}
|
|
}
|
|
vm.tabsList.forEach(function (res) {
|
|
vm.tabsList.forEach(function (res) {
|
|
if (res.id == item.id) {
|
|
if (res.id == item.id) {
|
|
res.show = true;
|
|
|
|
|
|
res.show = true
|
|
} else {
|
|
} else {
|
|
res.show = false;
|
|
|
|
|
|
res.show = false
|
|
}
|
|
}
|
|
});
|
|
|
|
vm.eliminateClick();
|
|
|
|
|
|
})
|
|
|
|
vm.eliminateClick()
|
|
},
|
|
},
|
|
// 获取汇总数据的专科医院
|
|
// 获取汇总数据的专科医院
|
|
specHosData: function () {
|
|
specHosData: function () {
|
|
var vm = this;
|
|
|
|
|
|
var vm = this
|
|
statisticAPI.getSpecialHospital().then(function (res) {
|
|
statisticAPI.getSpecialHospital().then(function (res) {
|
|
if (res.status == 200) {
|
|
if (res.status == 200) {
|
|
res.data.forEach(function (item) {
|
|
res.data.forEach(function (item) {
|
|
vm.specHosList.push({code: item.code, name: item.name});
|
|
|
|
});
|
|
|
|
|
|
vm.specHosList.push({ code: item.code, name: item.name })
|
|
|
|
})
|
|
}
|
|
}
|
|
});
|
|
|
|
|
|
})
|
|
},
|
|
},
|
|
getDiseaseTypeList: function () {
|
|
getDiseaseTypeList: function () {
|
|
var vm = this;
|
|
|
|
|
|
var vm = this
|
|
statisticAPI.getDiseaseTypeList({}).then(function (res) {
|
|
statisticAPI.getDiseaseTypeList({}).then(function (res) {
|
|
if (res.status == 200) {
|
|
if (res.status == 200) {
|
|
vm.specialCities = res.list;
|
|
|
|
|
|
vm.specialCities = res.list
|
|
}
|
|
}
|
|
});
|
|
|
|
|
|
})
|
|
},
|
|
},
|
|
// 签约人群
|
|
// 签约人群
|
|
handleCheckedCitiesChange: function (value) {
|
|
handleCheckedCitiesChange: function (value) {
|
|
var vm = this;
|
|
|
|
vm.handleData = value;
|
|
|
|
|
|
var vm = this
|
|
|
|
vm.handleData = value
|
|
},
|
|
},
|
|
// 下转病种
|
|
// 下转病种
|
|
diseaseChange: function (value) {
|
|
diseaseChange: function (value) {
|
|
var vm = this;
|
|
|
|
vm.diseaseData = value;
|
|
|
|
|
|
var vm = this
|
|
|
|
vm.diseaseData = value
|
|
},
|
|
},
|
|
// 服务类型
|
|
// 服务类型
|
|
serviceTypeChange: function (value) {
|
|
serviceTypeChange: function (value) {
|
|
var vm = this;
|
|
|
|
vm.serviceTypeData = value;
|
|
|
|
|
|
var vm = this
|
|
|
|
vm.serviceTypeData = value
|
|
},
|
|
},
|
|
|
|
|
|
// 综合析树形图
|
|
// 综合析树形图
|
|
treedataClick: function (name, data) {
|
|
treedataClick: function (name, data) {
|
|
var vm = this;
|
|
|
|
vm.handleNodeShow = 1;
|
|
|
|
vm.handleNodeId = 0;
|
|
|
|
vm.currentPage = 1;
|
|
|
|
vm.radio = '1'; //签约年度 --创建时间
|
|
|
|
|
|
var vm = this
|
|
|
|
vm.handleNodeShow = 1
|
|
|
|
vm.handleNodeId = 0
|
|
|
|
vm.currentPage = 1
|
|
|
|
vm.radio = '1' //签约年度 --创建时间
|
|
// initTime(vm)
|
|
// initTime(vm)
|
|
// initScope(vm)
|
|
// initScope(vm)
|
|
},
|
|
},
|
|
// 汇总树形图
|
|
// 汇总树形图
|
|
collectClick: function (data, isCheck) {
|
|
collectClick: function (data, isCheck) {
|
|
var vm = this;
|
|
|
|
vm.derive = data.label;
|
|
|
|
vm.handleNodeShow = 3;
|
|
|
|
vm.currentPage = 1;
|
|
|
|
vm.radio = '1'; //签约年度 --创建时间
|
|
|
|
vm.isCheck = isCheck;
|
|
|
|
|
|
var vm = this
|
|
|
|
vm.derive = data.label
|
|
|
|
vm.handleNodeShow = 3
|
|
|
|
vm.currentPage = 1
|
|
|
|
vm.radio = '1' //签约年度 --创建时间
|
|
|
|
vm.isCheck = isCheck
|
|
},
|
|
},
|
|
collCheck: function (data, name) {
|
|
collCheck: function (data, name) {
|
|
// console.log(arguments)
|
|
// console.log(arguments)
|
|
var vm = this;
|
|
|
|
vm.diseaseReport = [];
|
|
|
|
vm.datatotal = 0;
|
|
|
|
|
|
var vm = this
|
|
|
|
vm.diseaseReport = []
|
|
|
|
vm.datatotal = 0
|
|
vm.collect.forEach(function (item) {
|
|
vm.collect.forEach(function (item) {
|
|
item.children.forEach(function (o) {
|
|
item.children.forEach(function (o) {
|
|
if (o.code != data.code) {
|
|
if (o.code != data.code) {
|
|
vm.$refs.collectTree.setChecked(o, false, true);
|
|
|
|
|
|
vm.$refs.collectTree.setChecked(o, false, true)
|
|
}
|
|
}
|
|
});
|
|
|
|
|
|
})
|
|
if (data.id == item.id) {
|
|
if (data.id == item.id) {
|
|
vm.$refs.collectTree.setChecked(item, vm.isCheck, true);
|
|
|
|
|
|
vm.$refs.collectTree.setChecked(item, vm.isCheck, true)
|
|
} else {
|
|
} else {
|
|
item.children.forEach(function (o) {
|
|
item.children.forEach(function (o) {
|
|
if (data.id == o.id) {
|
|
if (data.id == o.id) {
|
|
vm.$refs.collectTree.setChecked(o, vm.isCheck, true);
|
|
|
|
|
|
vm.$refs.collectTree.setChecked(o, vm.isCheck, true)
|
|
}
|
|
}
|
|
});
|
|
|
|
|
|
})
|
|
}
|
|
}
|
|
});
|
|
|
|
|
|
})
|
|
|
|
|
|
vm.handleNodeId = 'huizongshuju';
|
|
|
|
vm.collectCode = data.code;
|
|
|
|
|
|
vm.handleNodeId = 'huizongshuju'
|
|
|
|
vm.collectCode = data.code
|
|
if (data.code == 1) {
|
|
if (data.code == 1) {
|
|
vm.rangeList = [
|
|
vm.rangeList = [
|
|
{name: '按区', code: 'town'},
|
|
|
|
{name: '按社区', code: 'hospital'},
|
|
|
|
{name: '按团队', code: 'team'},
|
|
|
|
{name: '按专科医院', code: 'specHos'}
|
|
|
|
];
|
|
|
|
vm.specHosData();
|
|
|
|
|
|
{ name: '按区', code: 'town' },
|
|
|
|
{ name: '按社区', code: 'hospital' },
|
|
|
|
{ name: '按团队', code: 'team' },
|
|
|
|
{ name: '按专科医院', code: 'specHos' }
|
|
|
|
]
|
|
|
|
vm.specHosData()
|
|
} else {
|
|
} else {
|
|
vm.rangeList = [
|
|
vm.rangeList = [
|
|
{name: '按区', code: 'town'},
|
|
|
|
{name: '按社区', code: 'hospital'},
|
|
|
|
{name: '按团队', code: 'team'}
|
|
|
|
];
|
|
|
|
|
|
{ name: '按区', code: 'town' },
|
|
|
|
{ name: '按社区', code: 'hospital' },
|
|
|
|
{ name: '按团队', code: 'team' }
|
|
|
|
]
|
|
}
|
|
}
|
|
},
|
|
},
|
|
// 点击明细查询树形图
|
|
// 点击明细查询树形图
|
|
handleNodeClick: function (item, type) {
|
|
handleNodeClick: function (item, type) {
|
|
var vm = this;
|
|
|
|
vm.copdFilterCheckValue=[]
|
|
|
|
vm.handleNodeId = 0;
|
|
|
|
vm.derive = item.label;
|
|
|
|
|
|
var vm = this
|
|
|
|
vm.copdFilterCheckValue = []
|
|
|
|
vm.handleNodeId = 0
|
|
|
|
vm.derive = item.label
|
|
// if(data.id>=33) { //明细查询以下
|
|
// if(data.id>=33) { //明细查询以下
|
|
vm.handleNodeShow = 2; // 明细查询tabs为2
|
|
|
|
vm.tableHeader = []; // 选择统计的数组
|
|
|
|
vm.analyseData = []; // 明细查询数组
|
|
|
|
|
|
vm.handleNodeShow = 2 // 明细查询tabs为2
|
|
|
|
vm.tableHeader = [] // 选择统计的数组
|
|
|
|
vm.analyseData = [] // 明细查询数组
|
|
// }
|
|
// }
|
|
vm.handleNodeId = item.id; //切换后的id
|
|
|
|
vm.radio = '1'; //签约年度 --创建时间
|
|
|
|
vm.radio1 = ''; //咨询分析咨询状态
|
|
|
|
vm.radio2 = '';
|
|
|
|
vm.radio3 = '';
|
|
|
|
vm.radio4 = '';
|
|
|
|
vm.radio5 = '';
|
|
|
|
vm.radio6 = '';
|
|
|
|
vm.radio7 = '';
|
|
|
|
vm.radio8 = '';
|
|
|
|
vm.radio9 = '';
|
|
|
|
vm.radio10 = '';
|
|
|
|
vm.checkedCities = []; //签约人群清空
|
|
|
|
vm.specialCheckedCities = []; //下转病种清空
|
|
|
|
vm.serveSpecialCities = []; //服务类型清空
|
|
|
|
vm.diseaseReport = [];
|
|
|
|
vm.datatotal = 0;
|
|
|
|
|
|
vm.handleNodeId = item.id //切换后的id
|
|
|
|
vm.radio = '1' //签约年度 --创建时间
|
|
|
|
vm.radio1 = '' //咨询分析咨询状态
|
|
|
|
vm.radio2 = ''
|
|
|
|
vm.radio3 = ''
|
|
|
|
vm.radio4 = ''
|
|
|
|
vm.radio5 = ''
|
|
|
|
vm.radio6 = ''
|
|
|
|
vm.radio7 = ''
|
|
|
|
vm.radio8 = ''
|
|
|
|
vm.radio9 = ''
|
|
|
|
vm.radio10 = ''
|
|
|
|
vm.checkedCities = [] //签约人群清空
|
|
|
|
vm.specialCheckedCities = [] //下转病种清空
|
|
|
|
vm.serveSpecialCities = [] //服务类型清空
|
|
|
|
vm.diseaseReport = []
|
|
|
|
vm.datatotal = 0
|
|
vm.form = {
|
|
vm.form = {
|
|
endorseTheTicket: '',
|
|
endorseTheTicket: '',
|
|
renew: '',
|
|
renew: '',
|
|
backToSign: '',
|
|
backToSign: '',
|
|
WeChat: ''
|
|
WeChat: ''
|
|
};
|
|
|
|
|
|
}
|
|
vm.form2 = {
|
|
vm.form2 = {
|
|
juniorCollege: '',
|
|
juniorCollege: '',
|
|
family: '',
|
|
family: '',
|
|
@ -1136,7 +1152,7 @@ if(searchStr){
|
|
(this.form6 = {
|
|
(this.form6 = {
|
|
resident: '',
|
|
resident: '',
|
|
doctor: ''
|
|
doctor: ''
|
|
});
|
|
|
|
|
|
})
|
|
this.form7 = {
|
|
this.form7 = {
|
|
resident: '',
|
|
resident: '',
|
|
doctorOne: '',
|
|
doctorOne: '',
|
|
@ -1154,7 +1170,7 @@ if(searchStr){
|
|
}),
|
|
}),
|
|
(this.form8 = {
|
|
(this.form8 = {
|
|
renew: ''
|
|
renew: ''
|
|
});
|
|
|
|
|
|
})
|
|
this.form11 = {
|
|
this.form11 = {
|
|
patientName: '',
|
|
patientName: '',
|
|
status: '',
|
|
status: '',
|
|
@ -1163,40 +1179,40 @@ if(searchStr){
|
|
orgCode: '',
|
|
orgCode: '',
|
|
doctor: '',
|
|
doctor: '',
|
|
archiveStatus: ''
|
|
archiveStatus: ''
|
|
};
|
|
|
|
initTime(vm); //时间初始化
|
|
|
|
initScope(vm); //数据范围初始化
|
|
|
|
vm.currentPage = 1;
|
|
|
|
|
|
}
|
|
|
|
initTime(vm) //时间初始化
|
|
|
|
initScope(vm) //数据范围初始化
|
|
|
|
vm.currentPage = 1
|
|
if (type == 'zhuanke') {
|
|
if (type == 'zhuanke') {
|
|
vm.handleNodeShow = 4;
|
|
|
|
vm.radio = '2';
|
|
|
|
vm.expertFamilyIdType = 'zhuanke' + item.id;
|
|
|
|
vm.expertFamily(item.id);
|
|
|
|
|
|
vm.handleNodeShow = 4
|
|
|
|
vm.radio = '2'
|
|
|
|
vm.expertFamilyIdType = 'zhuanke' + item.id
|
|
|
|
vm.expertFamily(item.id)
|
|
} else {
|
|
} else {
|
|
vm.analysFunction(vm.handleNodeId); //明细查询列表查询
|
|
|
|
|
|
vm.analysFunction(vm.handleNodeId) //明细查询列表查询
|
|
}
|
|
}
|
|
// 慢阻肺监测档案
|
|
// 慢阻肺监测档案
|
|
if (type == 7) {
|
|
if (type == 7) {
|
|
console.log("点击了");
|
|
|
|
EventBus.$emit('copd-reset-select', {});
|
|
|
|
|
|
console.log('点击了')
|
|
|
|
EventBus.$emit('copd-reset-select', {})
|
|
}
|
|
}
|
|
// 家庭病床统计
|
|
// 家庭病床统计
|
|
if (type == 8) {
|
|
if (type == 8) {
|
|
console.log(item, type, '---')
|
|
console.log(item, type, '---')
|
|
EventBus.$emit('jtbc-table-page', {type, id: item.id});
|
|
|
|
|
|
EventBus.$emit('jtbc-table-page', { type, id: item.id })
|
|
console.log('家庭病床')
|
|
console.log('家庭病床')
|
|
}
|
|
}
|
|
},
|
|
},
|
|
expertFamily: function (id) {
|
|
expertFamily: function (id) {
|
|
var vm = this;
|
|
|
|
|
|
var vm = this
|
|
if (id == '1') {
|
|
if (id == '1') {
|
|
vm.expertReplyList();
|
|
|
|
|
|
vm.expertReplyList()
|
|
}
|
|
}
|
|
},
|
|
},
|
|
// 邀请专科回复统计传参
|
|
// 邀请专科回复统计传参
|
|
expertReply: function () {
|
|
expertReply: function () {
|
|
var vm = this;
|
|
|
|
vm.searchJsonTime = vm.beforeReq();
|
|
|
|
|
|
var vm = this
|
|
|
|
vm.searchJsonTime = vm.beforeReq()
|
|
return {
|
|
return {
|
|
// signYear :vm.radio=='1'?vm.chooseYear:'', //签约年度
|
|
// signYear :vm.radio=='1'?vm.chooseYear:'', //签约年度
|
|
team: vm.teamCode, //团队
|
|
team: vm.teamCode, //团队
|
|
@ -1207,29 +1223,29 @@ if(searchStr){
|
|
endDate: vm.radio == '2' ? vm.searchJsonTime.end : '', //结束时间
|
|
endDate: vm.radio == '2' ? vm.searchJsonTime.end : '', //结束时间
|
|
pageSize: vm.currentSize,
|
|
pageSize: vm.currentSize,
|
|
page: vm.currentPage
|
|
page: vm.currentPage
|
|
};
|
|
|
|
|
|
}
|
|
},
|
|
},
|
|
// 邀请专科回复统计列表
|
|
// 邀请专科回复统计列表
|
|
expertReplyList: function () {
|
|
expertReplyList: function () {
|
|
var vm = this;
|
|
|
|
vm.loadingTwo = true;
|
|
|
|
|
|
var vm = this
|
|
|
|
vm.loadingTwo = true
|
|
statisticAPI.consultHelpCountPage(vm.expertReply()).then(function (res) {
|
|
statisticAPI.consultHelpCountPage(vm.expertReply()).then(function (res) {
|
|
if (res.status == 200) {
|
|
if (res.status == 200) {
|
|
vm.expertReplyData = res.detailModelList;
|
|
|
|
vm.datatotal = res.totalCount;
|
|
|
|
vm.loadingTwo = false;
|
|
|
|
|
|
vm.expertReplyData = res.detailModelList
|
|
|
|
vm.datatotal = res.totalCount
|
|
|
|
vm.loadingTwo = false
|
|
}
|
|
}
|
|
});
|
|
|
|
|
|
})
|
|
},
|
|
},
|
|
|
|
|
|
analysFunction: function (id) {
|
|
analysFunction: function (id) {
|
|
var vm = this;
|
|
|
|
|
|
var vm = this
|
|
// idcard = idcard.replace(/^(.{6})(?:\d+)(.{4})$/,"$1****$2") 身份证 医保卡 脱敏显示
|
|
// idcard = idcard.replace(/^(.{6})(?:\d+)(.{4})$/,"$1****$2") 身份证 医保卡 脱敏显示
|
|
vm.detailFunction(id);
|
|
|
|
|
|
vm.detailFunction(id)
|
|
},
|
|
},
|
|
// 下转预约获取医生,科室
|
|
// 下转预约获取医生,科室
|
|
getReservationHosAndDept: function (data) {
|
|
getReservationHosAndDept: function (data) {
|
|
var vm = this;
|
|
|
|
|
|
var vm = this
|
|
statisticAPI
|
|
statisticAPI
|
|
.getReservationHosAndDept({
|
|
.getReservationHosAndDept({
|
|
hospital: data ? data : '',
|
|
hospital: data ? data : '',
|
|
@ -1238,35 +1254,35 @@ if(searchStr){
|
|
.then(function (res) {
|
|
.then(function (res) {
|
|
if (res.status == 200) {
|
|
if (res.status == 200) {
|
|
if (data) {
|
|
if (data) {
|
|
vm.administrativeOffice = [];
|
|
|
|
|
|
vm.administrativeOffice = []
|
|
res.data.forEach(function (item) {
|
|
res.data.forEach(function (item) {
|
|
vm.administrativeOffice.push({
|
|
vm.administrativeOffice.push({
|
|
value: item.code,
|
|
value: item.code,
|
|
label: item.name
|
|
label: item.name
|
|
});
|
|
|
|
});
|
|
|
|
|
|
})
|
|
|
|
})
|
|
} else {
|
|
} else {
|
|
vm.hospitalData = [];
|
|
|
|
|
|
vm.hospitalData = []
|
|
res.data.forEach(function (item) {
|
|
res.data.forEach(function (item) {
|
|
vm.hospitalData.push({
|
|
vm.hospitalData.push({
|
|
value: item.code,
|
|
value: item.code,
|
|
label: item.name
|
|
label: item.name
|
|
});
|
|
|
|
});
|
|
|
|
|
|
})
|
|
|
|
})
|
|
}
|
|
}
|
|
}
|
|
}
|
|
});
|
|
|
|
|
|
})
|
|
},
|
|
},
|
|
hospitalChange: function (data) {
|
|
hospitalChange: function (data) {
|
|
var vm = this;
|
|
|
|
vm.getReservationHosAndDept(data);
|
|
|
|
|
|
var vm = this
|
|
|
|
vm.getReservationHosAndDept(data)
|
|
},
|
|
},
|
|
|
|
|
|
// 咨询分析
|
|
// 咨询分析
|
|
getConsultList: function () {
|
|
getConsultList: function () {
|
|
var vm = this;
|
|
|
|
vm.loadingTwo = true;
|
|
|
|
vm.lastAjax = 'statisticsExport/getConsultList';
|
|
|
|
|
|
var vm = this
|
|
|
|
vm.loadingTwo = true
|
|
|
|
vm.lastAjax = 'statisticsExport/getConsultList'
|
|
statisticAPI
|
|
statisticAPI
|
|
.getConsultList({
|
|
.getConsultList({
|
|
year: vm.radio == '1' ? vm.chooseYear : '', //签约年度
|
|
year: vm.radio == '1' ? vm.chooseYear : '', //签约年度
|
|
@ -1283,27 +1299,27 @@ if(searchStr){
|
|
.then(function (res) {
|
|
.then(function (res) {
|
|
// console.log(res,"咨询分析")
|
|
// console.log(res,"咨询分析")
|
|
if (res.status == 200) {
|
|
if (res.status == 200) {
|
|
vm.analyseData = res.data.list;
|
|
|
|
vm.datatotal = res.data.total;
|
|
|
|
vm.loadingTwo = false;
|
|
|
|
|
|
vm.analyseData = res.data.list
|
|
|
|
vm.datatotal = res.data.total
|
|
|
|
vm.loadingTwo = false
|
|
}
|
|
}
|
|
if (res.status == -1) {
|
|
if (res.status == -1) {
|
|
vm.loadingTwo = false;
|
|
|
|
vm.$message.error(res.msg);
|
|
|
|
|
|
vm.loadingTwo = false
|
|
|
|
vm.$message.error(res.msg)
|
|
}
|
|
}
|
|
});
|
|
|
|
|
|
})
|
|
},
|
|
},
|
|
// 签约分析
|
|
// 签约分析
|
|
getSignList: function () {
|
|
getSignList: function () {
|
|
var vm = this;
|
|
|
|
vm.lastAjax = 'statisticsExport/getSignList';
|
|
|
|
vm.loadingTwo = true;
|
|
|
|
var handleDataList = [];
|
|
|
|
vm.serverType = '';
|
|
|
|
|
|
var vm = this
|
|
|
|
vm.lastAjax = 'statisticsExport/getSignList'
|
|
|
|
vm.loadingTwo = true
|
|
|
|
var handleDataList = []
|
|
|
|
vm.serverType = ''
|
|
vm.handleData.forEach(function (res) {
|
|
vm.handleData.forEach(function (res) {
|
|
handleDataList.push(res.num);
|
|
|
|
});
|
|
|
|
vm.serverType = handleDataList.join(',');
|
|
|
|
|
|
handleDataList.push(res.num)
|
|
|
|
})
|
|
|
|
vm.serverType = handleDataList.join(',')
|
|
statisticAPI
|
|
statisticAPI
|
|
.getSignList({
|
|
.getSignList({
|
|
year: vm.radio == '1' ? vm.chooseYear : '', //签约年度
|
|
year: vm.radio == '1' ? vm.chooseYear : '', //签约年度
|
|
@ -1327,31 +1343,31 @@ if(searchStr){
|
|
// console.log(res,"签约分析")
|
|
// console.log(res,"签约分析")
|
|
if (res.status == 200) {
|
|
if (res.status == 200) {
|
|
res.data.list.forEach(function (item) {
|
|
res.data.list.forEach(function (item) {
|
|
item.sscNum = item.sscNum.replace(/^(.{4})(?:\d+)(.{1})$/, '$1****$2');
|
|
|
|
item.idcardNum = item.idcardNum.replace(/^(.{6})(?:\d+)(.{4})$/, '$1****$2');
|
|
|
|
});
|
|
|
|
vm.analyseData = res.data.list;
|
|
|
|
vm.datatotal = res.data.total;
|
|
|
|
vm.loadingTwo = false;
|
|
|
|
|
|
item.sscNum = item.sscNum.replace(/^(.{4})(?:\d+)(.{1})$/, '$1****$2')
|
|
|
|
item.idcardNum = item.idcardNum.replace(/^(.{6})(?:\d+)(.{4})$/, '$1****$2')
|
|
|
|
})
|
|
|
|
vm.analyseData = res.data.list
|
|
|
|
vm.datatotal = res.data.total
|
|
|
|
vm.loadingTwo = false
|
|
}
|
|
}
|
|
if (res.status == -1) {
|
|
if (res.status == -1) {
|
|
vm.loadingTwo = false;
|
|
|
|
vm.$message.error(res.msg);
|
|
|
|
|
|
vm.loadingTwo = false
|
|
|
|
vm.$message.error(res.msg)
|
|
}
|
|
}
|
|
});
|
|
|
|
|
|
})
|
|
},
|
|
},
|
|
// 专病分析
|
|
// 专病分析
|
|
getSickList: function () {
|
|
getSickList: function () {
|
|
var vm = this;
|
|
|
|
|
|
var vm = this
|
|
// vm.diseaseData
|
|
// vm.diseaseData
|
|
vm.lastAjax = 'statisticsExport/getSickList';
|
|
|
|
vm.loadingTwo = true;
|
|
|
|
var handleDataList = [];
|
|
|
|
vm.diseaseDataType = '';
|
|
|
|
|
|
vm.lastAjax = 'statisticsExport/getSickList'
|
|
|
|
vm.loadingTwo = true
|
|
|
|
var handleDataList = []
|
|
|
|
vm.diseaseDataType = ''
|
|
vm.diseaseData.forEach(function (res) {
|
|
vm.diseaseData.forEach(function (res) {
|
|
handleDataList.push(res.code);
|
|
|
|
});
|
|
|
|
vm.diseaseDataType = handleDataList.join(',');
|
|
|
|
|
|
handleDataList.push(res.code)
|
|
|
|
})
|
|
|
|
vm.diseaseDataType = handleDataList.join(',')
|
|
statisticAPI
|
|
statisticAPI
|
|
.getSickList({
|
|
.getSickList({
|
|
year: vm.radio == '1' ? vm.chooseYear : '', //年度
|
|
year: vm.radio == '1' ? vm.chooseYear : '', //年度
|
|
@ -1374,24 +1390,24 @@ if(searchStr){
|
|
// console.log(res,"专病分析")
|
|
// console.log(res,"专病分析")
|
|
if (res.status == 200) {
|
|
if (res.status == 200) {
|
|
res.data.list.forEach(function (item) {
|
|
res.data.list.forEach(function (item) {
|
|
item.sscNum = item.sscNum.replace(/^(.{4})(?:\d+)(.{1})$/, '$1****$2');
|
|
|
|
item.idcardNum = item.idcardNum.replace(/^(.{6})(?:\d+)(.{4})$/, '$1****$2');
|
|
|
|
});
|
|
|
|
vm.analyseData = res.data.list;
|
|
|
|
vm.datatotal = res.data.total;
|
|
|
|
vm.loadingTwo = false;
|
|
|
|
|
|
item.sscNum = item.sscNum.replace(/^(.{4})(?:\d+)(.{1})$/, '$1****$2')
|
|
|
|
item.idcardNum = item.idcardNum.replace(/^(.{6})(?:\d+)(.{4})$/, '$1****$2')
|
|
|
|
})
|
|
|
|
vm.analyseData = res.data.list
|
|
|
|
vm.datatotal = res.data.total
|
|
|
|
vm.loadingTwo = false
|
|
}
|
|
}
|
|
if (res.status == -1) {
|
|
if (res.status == -1) {
|
|
vm.loadingTwo = false;
|
|
|
|
vm.$message.error(res.msg);
|
|
|
|
|
|
vm.loadingTwo = false
|
|
|
|
vm.$message.error(res.msg)
|
|
}
|
|
}
|
|
});
|
|
|
|
|
|
})
|
|
},
|
|
},
|
|
// 生日祝福分析明细
|
|
// 生日祝福分析明细
|
|
getBirthdayPatientList: function () {
|
|
getBirthdayPatientList: function () {
|
|
var vm = this;
|
|
|
|
vm.loadingTwo = true;
|
|
|
|
vm.lastAjax = 'statisticsExport/getBirthdayPatientList';
|
|
|
|
|
|
var vm = this
|
|
|
|
vm.loadingTwo = true
|
|
|
|
vm.lastAjax = 'statisticsExport/getBirthdayPatientList'
|
|
statisticAPI
|
|
statisticAPI
|
|
.getBirthdayPatientList({
|
|
.getBirthdayPatientList({
|
|
patientName: vm.form3.resident, // 居民姓名
|
|
patientName: vm.form3.resident, // 居民姓名
|
|
@ -1411,24 +1427,24 @@ if(searchStr){
|
|
if (res.status == 200) {
|
|
if (res.status == 200) {
|
|
// console.log(res,"Sddddd")
|
|
// console.log(res,"Sddddd")
|
|
res.data.detailModelList.forEach(function (item) {
|
|
res.data.detailModelList.forEach(function (item) {
|
|
item.ssc = item.ssc.replace(/^(.{4})(?:\d+)(.{1})$/, '$1****$2');
|
|
|
|
item.idcard = item.idcard.replace(/^(.{6})(?:\d+)(.{4})$/, '$1****$2');
|
|
|
|
});
|
|
|
|
vm.analyseData = res.data.detailModelList;
|
|
|
|
vm.datatotal = res.data.total;
|
|
|
|
vm.loadingTwo = false;
|
|
|
|
|
|
item.ssc = item.ssc.replace(/^(.{4})(?:\d+)(.{1})$/, '$1****$2')
|
|
|
|
item.idcard = item.idcard.replace(/^(.{6})(?:\d+)(.{4})$/, '$1****$2')
|
|
|
|
})
|
|
|
|
vm.analyseData = res.data.detailModelList
|
|
|
|
vm.datatotal = res.data.total
|
|
|
|
vm.loadingTwo = false
|
|
}
|
|
}
|
|
if (res.status == -1) {
|
|
if (res.status == -1) {
|
|
vm.loadingTwo = false;
|
|
|
|
vm.$message.error(res.msg);
|
|
|
|
|
|
vm.loadingTwo = false
|
|
|
|
vm.$message.error(res.msg)
|
|
}
|
|
}
|
|
});
|
|
|
|
|
|
})
|
|
},
|
|
},
|
|
// 长处方分析明细
|
|
// 长处方分析明细
|
|
getPrescriptionList: function () {
|
|
getPrescriptionList: function () {
|
|
var vm = this;
|
|
|
|
vm.loadingTwo = true;
|
|
|
|
vm.lastAjax = 'statisticsExport/getPrescriptionList';
|
|
|
|
|
|
var vm = this
|
|
|
|
vm.loadingTwo = true
|
|
|
|
vm.lastAjax = 'statisticsExport/getPrescriptionList'
|
|
statisticAPI
|
|
statisticAPI
|
|
.getPrescriptionList({
|
|
.getPrescriptionList({
|
|
patientName: vm.form5.resident, // 居民姓名
|
|
patientName: vm.form5.resident, // 居民姓名
|
|
@ -1450,30 +1466,30 @@ if(searchStr){
|
|
if (res.status == 200) {
|
|
if (res.status == 200) {
|
|
res.data.detailModelList.forEach(function (item) {
|
|
res.data.detailModelList.forEach(function (item) {
|
|
// console.log(item.finish_time,"长处方分析")
|
|
// console.log(item.finish_time,"长处方分析")
|
|
item.ssc = item.ssc.replace(/^(.{4})(?:\d+)(.{1})$/, '$1****$2');
|
|
|
|
item.idcard = item.idcard.replace(/^(.{6})(?:\d+)(.{4})$/, '$1****$2');
|
|
|
|
});
|
|
|
|
vm.analyseData = res.data.detailModelList;
|
|
|
|
vm.datatotal = res.data.total;
|
|
|
|
vm.loadingTwo = false;
|
|
|
|
|
|
item.ssc = item.ssc.replace(/^(.{4})(?:\d+)(.{1})$/, '$1****$2')
|
|
|
|
item.idcard = item.idcard.replace(/^(.{6})(?:\d+)(.{4})$/, '$1****$2')
|
|
|
|
})
|
|
|
|
vm.analyseData = res.data.detailModelList
|
|
|
|
vm.datatotal = res.data.total
|
|
|
|
vm.loadingTwo = false
|
|
}
|
|
}
|
|
if (res.status == -1) {
|
|
if (res.status == -1) {
|
|
vm.loadingTwo = false;
|
|
|
|
vm.$message.error(res.msg);
|
|
|
|
|
|
vm.loadingTwo = false
|
|
|
|
vm.$message.error(res.msg)
|
|
}
|
|
}
|
|
});
|
|
|
|
|
|
})
|
|
},
|
|
},
|
|
// 上门服务分析明细
|
|
// 上门服务分析明细
|
|
getDoorServiceList: function () {
|
|
getDoorServiceList: function () {
|
|
var vm = this;
|
|
|
|
vm.lastAjax = '';
|
|
|
|
vm.loadingTwo = true;
|
|
|
|
var handleDataList = [];
|
|
|
|
vm.serviceTypeDataType = 'statisticsExport/getDoorServiceList';
|
|
|
|
|
|
var vm = this
|
|
|
|
vm.lastAjax = ''
|
|
|
|
vm.loadingTwo = true
|
|
|
|
var handleDataList = []
|
|
|
|
vm.serviceTypeDataType = 'statisticsExport/getDoorServiceList'
|
|
vm.serviceTypeData.forEach(function (res) {
|
|
vm.serviceTypeData.forEach(function (res) {
|
|
handleDataList.push(res.num);
|
|
|
|
});
|
|
|
|
vm.serviceTypeDataType = handleDataList.join(',');
|
|
|
|
|
|
handleDataList.push(res.num)
|
|
|
|
})
|
|
|
|
vm.serviceTypeDataType = handleDataList.join(',')
|
|
statisticAPI
|
|
statisticAPI
|
|
.getDoorServiceList({
|
|
.getDoorServiceList({
|
|
patientName: vm.form4.resident, // 居民姓名
|
|
patientName: vm.form4.resident, // 居民姓名
|
|
@ -1494,22 +1510,22 @@ if(searchStr){
|
|
if (res.status == 200) {
|
|
if (res.status == 200) {
|
|
// console.log(res,"上门服务分析明细")
|
|
// console.log(res,"上门服务分析明细")
|
|
res.data.detailModelList.forEach(function (item) {
|
|
res.data.detailModelList.forEach(function (item) {
|
|
item.ssc = item.ssc.replace(/^(.{4})(?:\d+)(.{1})$/, '$1****$2');
|
|
|
|
item.idcard = item.idcard.replace(/^(.{6})(?:\d+)(.{4})$/, '$1****$2');
|
|
|
|
});
|
|
|
|
vm.analyseData = res.data.detailModelList;
|
|
|
|
vm.datatotal = res.data.total;
|
|
|
|
vm.loadingTwo = false;
|
|
|
|
|
|
item.ssc = item.ssc.replace(/^(.{4})(?:\d+)(.{1})$/, '$1****$2')
|
|
|
|
item.idcard = item.idcard.replace(/^(.{6})(?:\d+)(.{4})$/, '$1****$2')
|
|
|
|
})
|
|
|
|
vm.analyseData = res.data.detailModelList
|
|
|
|
vm.datatotal = res.data.total
|
|
|
|
vm.loadingTwo = false
|
|
}
|
|
}
|
|
if (res.status == -1) {
|
|
if (res.status == -1) {
|
|
vm.loadingTwo = false;
|
|
|
|
vm.$message.error(res.msg);
|
|
|
|
|
|
vm.loadingTwo = false
|
|
|
|
vm.$message.error(res.msg)
|
|
}
|
|
}
|
|
});
|
|
|
|
|
|
})
|
|
},
|
|
},
|
|
//体征数据分析传参
|
|
//体征数据分析传参
|
|
getHealthParameter: function () {
|
|
getHealthParameter: function () {
|
|
var vm = this;
|
|
|
|
|
|
var vm = this
|
|
return {
|
|
return {
|
|
signYear: vm.radio == '1' ? vm.chooseYear : '', //签约年度
|
|
signYear: vm.radio == '1' ? vm.chooseYear : '', //签约年度
|
|
team: vm.teamCode, //团队
|
|
team: vm.teamCode, //团队
|
|
@ -1524,29 +1540,29 @@ if(searchStr){
|
|
serverType: vm.illness, //签约疾病类型
|
|
serverType: vm.illness, //签约疾病类型
|
|
pageSize: vm.currentSize,
|
|
pageSize: vm.currentSize,
|
|
page: vm.currentPage
|
|
page: vm.currentPage
|
|
};
|
|
|
|
|
|
}
|
|
},
|
|
},
|
|
//体征数据分析
|
|
//体征数据分析
|
|
physicalSignData: function () {
|
|
physicalSignData: function () {
|
|
var vm = this;
|
|
|
|
vm.loadingTwo = true;
|
|
|
|
vm.lastAjax = 'statisticsExport/getHealthList';
|
|
|
|
|
|
var vm = this
|
|
|
|
vm.loadingTwo = true
|
|
|
|
vm.lastAjax = 'statisticsExport/getHealthList'
|
|
statisticAPI.getHealthList(vm.getHealthParameter()).then(function (res) {
|
|
statisticAPI.getHealthList(vm.getHealthParameter()).then(function (res) {
|
|
if (res.status == 200) {
|
|
if (res.status == 200) {
|
|
// console.log(res,"体征数据")
|
|
// console.log(res,"体征数据")
|
|
vm.getHealthData = res.data.detailModelList;
|
|
|
|
vm.datatotal = res.data.total;
|
|
|
|
vm.loadingTwo = false;
|
|
|
|
|
|
vm.getHealthData = res.data.detailModelList
|
|
|
|
vm.datatotal = res.data.total
|
|
|
|
vm.loadingTwo = false
|
|
}
|
|
}
|
|
if (res.status == -1) {
|
|
if (res.status == -1) {
|
|
vm.loadingTwo = false;
|
|
|
|
vm.$message.error(res.msg);
|
|
|
|
|
|
vm.loadingTwo = false
|
|
|
|
vm.$message.error(res.msg)
|
|
}
|
|
}
|
|
});
|
|
|
|
|
|
})
|
|
},
|
|
},
|
|
//上转预约传参
|
|
//上转预约传参
|
|
reservationParameter: function () {
|
|
reservationParameter: function () {
|
|
var vm = this;
|
|
|
|
|
|
var vm = this
|
|
return {
|
|
return {
|
|
signYear: vm.radio == '1' ? vm.chooseYear : '', //签约年度
|
|
signYear: vm.radio == '1' ? vm.chooseYear : '', //签约年度
|
|
team: vm.teamCode, //团队
|
|
team: vm.teamCode, //团队
|
|
@ -1562,30 +1578,30 @@ if(searchStr){
|
|
reservationDoctorName: vm.form7.doctorTwo, //预约医生
|
|
reservationDoctorName: vm.form7.doctorTwo, //预约医生
|
|
pageSize: vm.currentSize,
|
|
pageSize: vm.currentSize,
|
|
page: vm.currentPage
|
|
page: vm.currentPage
|
|
};
|
|
|
|
|
|
}
|
|
},
|
|
},
|
|
// 上转预约
|
|
// 上转预约
|
|
upTransferAppointment: function () {
|
|
upTransferAppointment: function () {
|
|
var vm = this;
|
|
|
|
vm.loadingTwo = true;
|
|
|
|
vm.lastAjax = 'statisticsExport/getDoctorReservationList';
|
|
|
|
|
|
var vm = this
|
|
|
|
vm.loadingTwo = true
|
|
|
|
vm.lastAjax = 'statisticsExport/getDoctorReservationList'
|
|
statisticAPI.getDoctorReservationList(vm.reservationParameter()).then(function (res) {
|
|
statisticAPI.getDoctorReservationList(vm.reservationParameter()).then(function (res) {
|
|
if (res.status == 200) {
|
|
if (res.status == 200) {
|
|
// console.log(res,"上转预约")
|
|
// console.log(res,"上转预约")
|
|
vm.reservationData = res.data.detailModelList;
|
|
|
|
vm.datatotal = res.data.total;
|
|
|
|
vm.loadingTwo = false;
|
|
|
|
vm.getReservationHosAndDept();
|
|
|
|
|
|
vm.reservationData = res.data.detailModelList
|
|
|
|
vm.datatotal = res.data.total
|
|
|
|
vm.loadingTwo = false
|
|
|
|
vm.getReservationHosAndDept()
|
|
}
|
|
}
|
|
if (res.status == -1) {
|
|
if (res.status == -1) {
|
|
vm.loadingTwo = false;
|
|
|
|
vm.$message.error(res.msg);
|
|
|
|
|
|
vm.loadingTwo = false
|
|
|
|
vm.$message.error(res.msg)
|
|
}
|
|
}
|
|
});
|
|
|
|
|
|
})
|
|
},
|
|
},
|
|
//微信绑定传参
|
|
//微信绑定传参
|
|
wexinBindingParameter: function () {
|
|
wexinBindingParameter: function () {
|
|
var vm = this;
|
|
|
|
|
|
var vm = this
|
|
return {
|
|
return {
|
|
signYear: vm.radio == '1' ? vm.chooseYear : '', //签约年度
|
|
signYear: vm.radio == '1' ? vm.chooseYear : '', //签约年度
|
|
team: vm.teamCode, //团队
|
|
team: vm.teamCode, //团队
|
|
@ -1597,33 +1613,33 @@ if(searchStr){
|
|
binging: vm.form8.renew, //是否绑定微信
|
|
binging: vm.form8.renew, //是否绑定微信
|
|
pageSize: vm.currentSize,
|
|
pageSize: vm.currentSize,
|
|
page: vm.currentPage
|
|
page: vm.currentPage
|
|
};
|
|
|
|
|
|
}
|
|
},
|
|
},
|
|
// 微信绑定
|
|
// 微信绑定
|
|
wechatBinding: function () {
|
|
wechatBinding: function () {
|
|
var vm = this;
|
|
|
|
vm.loadingTwo = true;
|
|
|
|
vm.lastAjax = 'statisticsExport/getWexinBindingList';
|
|
|
|
|
|
var vm = this
|
|
|
|
vm.loadingTwo = true
|
|
|
|
vm.lastAjax = 'statisticsExport/getWexinBindingList'
|
|
statisticAPI.getWexinBindingList(vm.wexinBindingParameter()).then(function (res) {
|
|
statisticAPI.getWexinBindingList(vm.wexinBindingParameter()).then(function (res) {
|
|
if (res.status == 200) {
|
|
if (res.status == 200) {
|
|
// console.log(res,"微信绑定")
|
|
// console.log(res,"微信绑定")
|
|
res.data.detailModelList.forEach(function (res) {
|
|
res.data.detailModelList.forEach(function (res) {
|
|
res.sex = res.sex == 1 ? '男' : '女';
|
|
|
|
res.apply_date = new Date(res.apply_date).format('yyyy-MM-dd HH:mm:ss');
|
|
|
|
});
|
|
|
|
vm.wexinBindingData = res.data.detailModelList;
|
|
|
|
vm.datatotal = res.data.total;
|
|
|
|
vm.loadingTwo = false;
|
|
|
|
|
|
res.sex = res.sex == 1 ? '男' : '女'
|
|
|
|
res.apply_date = new Date(res.apply_date).format('yyyy-MM-dd HH:mm:ss')
|
|
|
|
})
|
|
|
|
vm.wexinBindingData = res.data.detailModelList
|
|
|
|
vm.datatotal = res.data.total
|
|
|
|
vm.loadingTwo = false
|
|
}
|
|
}
|
|
if (res.status == -1) {
|
|
if (res.status == -1) {
|
|
vm.loadingTwo = false;
|
|
|
|
vm.$message.error(res.msg);
|
|
|
|
|
|
vm.loadingTwo = false
|
|
|
|
vm.$message.error(res.msg)
|
|
}
|
|
}
|
|
});
|
|
|
|
|
|
})
|
|
},
|
|
},
|
|
// 居民积分明细传参
|
|
// 居民积分明细传参
|
|
residentIntegralParameter: function () {
|
|
residentIntegralParameter: function () {
|
|
var vm = this;
|
|
|
|
|
|
var vm = this
|
|
var parameter = {
|
|
var parameter = {
|
|
signYear: vm.radio == '1' ? vm.chooseYear : '', //签约年度
|
|
signYear: vm.radio == '1' ? vm.chooseYear : '', //签约年度
|
|
team: vm.teamCode, //团队
|
|
team: vm.teamCode, //团队
|
|
@ -1636,32 +1652,32 @@ if(searchStr){
|
|
page: vm.currentPage,
|
|
page: vm.currentPage,
|
|
patientName: vm.form9.resident || '',
|
|
patientName: vm.form9.resident || '',
|
|
doctorName: vm.form9.doctorTwo || ''
|
|
doctorName: vm.form9.doctorTwo || ''
|
|
};
|
|
|
|
return parameter;
|
|
|
|
|
|
}
|
|
|
|
return parameter
|
|
},
|
|
},
|
|
// 居民积分明细
|
|
// 居民积分明细
|
|
residentIntegral: function () {
|
|
residentIntegral: function () {
|
|
var vm = this;
|
|
|
|
vm.loadingTwo = true;
|
|
|
|
vm.lastAjax = 'statisticsExport/patinetIntegralAnalysis';
|
|
|
|
|
|
var vm = this
|
|
|
|
vm.loadingTwo = true
|
|
|
|
vm.lastAjax = 'statisticsExport/patinetIntegralAnalysis'
|
|
statisticAPI.patinetIntegralAnalysis(vm.residentIntegralParameter()).then(function (res) {
|
|
statisticAPI.patinetIntegralAnalysis(vm.residentIntegralParameter()).then(function (res) {
|
|
if (res.status == 200) {
|
|
if (res.status == 200) {
|
|
vm.loadingTwo = false;
|
|
|
|
|
|
vm.loadingTwo = false
|
|
res.data.list.forEach(function (item) {
|
|
res.data.list.forEach(function (item) {
|
|
item.ssc = item.ssc.replace(/^(.{4})(?:\d+)(.{1})$/, '$1****$2');
|
|
|
|
|
|
item.ssc = item.ssc.replace(/^(.{4})(?:\d+)(.{1})$/, '$1****$2')
|
|
// item.idcard = item.idcard.replace(/^(.{6})(?:\d+)(.{4})$/,"$1****$2")
|
|
// item.idcard = item.idcard.replace(/^(.{6})(?:\d+)(.{4})$/,"$1****$2")
|
|
});
|
|
|
|
vm.jifenData = res.data.list;
|
|
|
|
vm.datatotal = res.data.total;
|
|
|
|
|
|
})
|
|
|
|
vm.jifenData = res.data.list
|
|
|
|
vm.datatotal = res.data.total
|
|
} else {
|
|
} else {
|
|
vm.loadingTwo = false;
|
|
|
|
vm.$message.error(res.msg);
|
|
|
|
|
|
vm.loadingTwo = false
|
|
|
|
vm.$message.error(res.msg)
|
|
}
|
|
}
|
|
});
|
|
|
|
|
|
})
|
|
},
|
|
},
|
|
// 入户访视明细传参
|
|
// 入户访视明细传参
|
|
interviewParameter: function () {
|
|
interviewParameter: function () {
|
|
var vm = this;
|
|
|
|
|
|
var vm = this
|
|
var parameter = {
|
|
var parameter = {
|
|
// signYear:'2020', //签约年度
|
|
// signYear:'2020', //签约年度
|
|
signYear: vm.radio == '1' ? vm.chooseYear : '', //签约年度
|
|
signYear: vm.radio == '1' ? vm.chooseYear : '', //签约年度
|
|
@ -1675,29 +1691,29 @@ if(searchStr){
|
|
page: vm.currentPage,
|
|
page: vm.currentPage,
|
|
patientName: vm.form10.resident || '',
|
|
patientName: vm.form10.resident || '',
|
|
doctorName: vm.form10.doctorTwo || ''
|
|
doctorName: vm.form10.doctorTwo || ''
|
|
};
|
|
|
|
return parameter;
|
|
|
|
|
|
}
|
|
|
|
return parameter
|
|
},
|
|
},
|
|
// 入户访视
|
|
// 入户访视
|
|
interview: function () {
|
|
interview: function () {
|
|
var vm = this;
|
|
|
|
vm.loadingTwo = true;
|
|
|
|
vm.lastAjax = 'statisticsExport/findPatientFollowListByCondition';
|
|
|
|
|
|
var vm = this
|
|
|
|
vm.loadingTwo = true
|
|
|
|
vm.lastAjax = 'statisticsExport/findPatientFollowListByCondition'
|
|
statisticAPI.findPatientFollowListByCondition(vm.interviewParameter()).then(function (res) {
|
|
statisticAPI.findPatientFollowListByCondition(vm.interviewParameter()).then(function (res) {
|
|
if (res.status == 200) {
|
|
if (res.status == 200) {
|
|
vm.loadingTwo = false;
|
|
|
|
vm.ruhuData = res.data.list;
|
|
|
|
vm.datatotal = res.data.total;
|
|
|
|
|
|
vm.loadingTwo = false
|
|
|
|
vm.ruhuData = res.data.list
|
|
|
|
vm.datatotal = res.data.total
|
|
} else {
|
|
} else {
|
|
vm.loadingTwo = false;
|
|
|
|
vm.$message.error(res.msg);
|
|
|
|
|
|
vm.loadingTwo = false
|
|
|
|
vm.$message.error(res.msg)
|
|
}
|
|
}
|
|
});
|
|
|
|
|
|
})
|
|
},
|
|
},
|
|
//邀请专科回复明细传参
|
|
//邀请专科回复明细传参
|
|
invitationDetailsParameter: function () {
|
|
invitationDetailsParameter: function () {
|
|
var vm = this;
|
|
|
|
vm.searchJsonTime = vm.beforeReq();
|
|
|
|
|
|
var vm = this
|
|
|
|
vm.searchJsonTime = vm.beforeReq()
|
|
var parameter = {
|
|
var parameter = {
|
|
patientName: vm.form12.patientName,
|
|
patientName: vm.form12.patientName,
|
|
name: '',
|
|
name: '',
|
|
@ -1713,32 +1729,32 @@ if(searchStr){
|
|
hospital: vm.communityCode, //医院
|
|
hospital: vm.communityCode, //医院
|
|
pageSize: vm.currentSize,
|
|
pageSize: vm.currentSize,
|
|
page: vm.currentPage
|
|
page: vm.currentPage
|
|
};
|
|
|
|
return parameter;
|
|
|
|
|
|
}
|
|
|
|
return parameter
|
|
},
|
|
},
|
|
//邀请专科回复明细列表
|
|
//邀请专科回复明细列表
|
|
invitationDetails: function () {
|
|
invitationDetails: function () {
|
|
var vm = this;
|
|
|
|
vm.loadingTwo = true;
|
|
|
|
|
|
var vm = this
|
|
|
|
vm.loadingTwo = true
|
|
statisticAPI.consultHelpDetailPage(vm.invitationDetailsParameter()).then(function (res) {
|
|
statisticAPI.consultHelpDetailPage(vm.invitationDetailsParameter()).then(function (res) {
|
|
if (res.status == 200) {
|
|
if (res.status == 200) {
|
|
vm.loadingTwo = false;
|
|
|
|
|
|
vm.loadingTwo = false
|
|
res.detailModelList.forEach(function (v) {
|
|
res.detailModelList.forEach(function (v) {
|
|
v.sex = v.sex == 1 ? '男' : '女';
|
|
|
|
});
|
|
|
|
vm.invitationList = res.detailModelList;
|
|
|
|
vm.datatotal = res.totalCount;
|
|
|
|
|
|
v.sex = v.sex == 1 ? '男' : '女'
|
|
|
|
})
|
|
|
|
vm.invitationList = res.detailModelList
|
|
|
|
vm.datatotal = res.totalCount
|
|
} else {
|
|
} else {
|
|
vm.loadingTwo = false;
|
|
|
|
vm.$message.error(res.msg);
|
|
|
|
|
|
vm.loadingTwo = false
|
|
|
|
vm.$message.error(res.msg)
|
|
}
|
|
}
|
|
});
|
|
|
|
|
|
})
|
|
},
|
|
},
|
|
|
|
|
|
// 康复下转明细传参
|
|
// 康复下转明细传参
|
|
recoveryParameter: function () {
|
|
recoveryParameter: function () {
|
|
var vm = this;
|
|
|
|
vm.searchJsonTime = vm.beforeReq();
|
|
|
|
|
|
var vm = this
|
|
|
|
vm.searchJsonTime = vm.beforeReq()
|
|
var parameter = {
|
|
var parameter = {
|
|
// signYear:vm.radio=='1'?vm.chooseYear:'', //签约年度
|
|
// signYear:vm.radio=='1'?vm.chooseYear:'', //签约年度
|
|
// team:vm.teamCode, //团队
|
|
// team:vm.teamCode, //团队
|
|
@ -1757,32 +1773,32 @@ if(searchStr){
|
|
doctor: vm.form11.doctor,
|
|
doctor: vm.form11.doctor,
|
|
archiveStatus: vm.form11.archiveStatus,
|
|
archiveStatus: vm.form11.archiveStatus,
|
|
patientType: vm.form11.patientType
|
|
patientType: vm.form11.patientType
|
|
};
|
|
|
|
return parameter;
|
|
|
|
|
|
}
|
|
|
|
return parameter
|
|
},
|
|
},
|
|
// 康复下转
|
|
// 康复下转
|
|
recovery: function () {
|
|
recovery: function () {
|
|
var vm = this;
|
|
|
|
vm.loadingTwo = true;
|
|
|
|
vm.lastAjax = 'doctor/specialist/rehabilitation/rehabilitationPatientInfo';
|
|
|
|
|
|
var vm = this
|
|
|
|
vm.loadingTwo = true
|
|
|
|
vm.lastAjax = 'doctor/specialist/rehabilitation/rehabilitationPatientInfo'
|
|
statisticAPI.rehabilitationPatientInfo(vm.recoveryParameter()).then(function (res) {
|
|
statisticAPI.rehabilitationPatientInfo(vm.recoveryParameter()).then(function (res) {
|
|
if (res.status == 200) {
|
|
if (res.status == 200) {
|
|
vm.loadingTwo = false;
|
|
|
|
|
|
vm.loadingTwo = false
|
|
res.detailModelList.forEach(function (v) {
|
|
res.detailModelList.forEach(function (v) {
|
|
v.sex = v.sex == 1 ? '男' : '女';
|
|
|
|
});
|
|
|
|
vm.recoveryList = res.detailModelList;
|
|
|
|
vm.datatotal = res.totalCount;
|
|
|
|
|
|
v.sex = v.sex == 1 ? '男' : '女'
|
|
|
|
})
|
|
|
|
vm.recoveryList = res.detailModelList
|
|
|
|
vm.datatotal = res.totalCount
|
|
} else {
|
|
} else {
|
|
vm.loadingTwo = false;
|
|
|
|
vm.$message.error(res.msg);
|
|
|
|
|
|
vm.loadingTwo = false
|
|
|
|
vm.$message.error(res.msg)
|
|
}
|
|
}
|
|
});
|
|
|
|
|
|
})
|
|
},
|
|
},
|
|
|
|
|
|
//专病汇总传参
|
|
//专病汇总传参
|
|
getSpecialParameter: function () {
|
|
getSpecialParameter: function () {
|
|
var vm = this;
|
|
|
|
|
|
var vm = this
|
|
var parameter = {
|
|
var parameter = {
|
|
signYear: vm.radio == '1' ? vm.chooseYear : '', //签约年度
|
|
signYear: vm.radio == '1' ? vm.chooseYear : '', //签约年度
|
|
team: vm.teamCode, //团队
|
|
team: vm.teamCode, //团队
|
|
@ -1794,46 +1810,46 @@ if(searchStr){
|
|
menu: vm.beforeReq().checked
|
|
menu: vm.beforeReq().checked
|
|
// pageSize:vm.currentSize,
|
|
// pageSize:vm.currentSize,
|
|
// page:vm.currentPage,
|
|
// page:vm.currentPage,
|
|
};
|
|
|
|
return parameter;
|
|
|
|
|
|
}
|
|
|
|
return parameter
|
|
},
|
|
},
|
|
// 专病汇总
|
|
// 专病汇总
|
|
getSpecialDiseaseReport: function () {
|
|
getSpecialDiseaseReport: function () {
|
|
var vm = this;
|
|
|
|
vm.loadingTwo = true;
|
|
|
|
|
|
var vm = this
|
|
|
|
vm.loadingTwo = true
|
|
statisticAPI.getSpecialDiseaseReport(vm.getSpecialParameter()).then(function (res) {
|
|
statisticAPI.getSpecialDiseaseReport(vm.getSpecialParameter()).then(function (res) {
|
|
if (res.status == 200) {
|
|
if (res.status == 200) {
|
|
vm.indicator = [];
|
|
|
|
|
|
vm.indicator = []
|
|
res.data.column.forEach(function (v) {
|
|
res.data.column.forEach(function (v) {
|
|
if (v == 'kfxzrs') {
|
|
if (v == 'kfxzrs') {
|
|
vm.indicator.push('康复计划人数');
|
|
|
|
|
|
vm.indicator.push('康复计划人数')
|
|
}
|
|
}
|
|
if (v == 'kfxzrc') {
|
|
if (v == 'kfxzrc') {
|
|
vm.indicator.push('康复计划数');
|
|
|
|
|
|
vm.indicator.push('康复计划数')
|
|
}
|
|
}
|
|
if (v == 'szrs') {
|
|
if (v == 'szrs') {
|
|
vm.indicator.push('预约挂号人数');
|
|
|
|
|
|
vm.indicator.push('预约挂号人数')
|
|
}
|
|
}
|
|
if (v == 'szrc') {
|
|
if (v == 'szrc') {
|
|
vm.indicator.push('预约挂号数');
|
|
|
|
|
|
vm.indicator.push('预约挂号数')
|
|
}
|
|
}
|
|
});
|
|
|
|
vm.loadingTwo = false;
|
|
|
|
vm.diseaseReport = res.data.list;
|
|
|
|
vm.diseaseColumn = res.data.column;
|
|
|
|
|
|
})
|
|
|
|
vm.loadingTwo = false
|
|
|
|
vm.diseaseReport = res.data.list
|
|
|
|
vm.diseaseColumn = res.data.column
|
|
// '康复计划人数','康复计划数','预约挂号人数','预约挂号数'
|
|
// '康复计划人数','康复计划数','预约挂号人数','预约挂号数'
|
|
vm.diseaseHeader = res.data.header;
|
|
|
|
vm.datatotal = res.data.list.length;
|
|
|
|
|
|
vm.diseaseHeader = res.data.header
|
|
|
|
vm.datatotal = res.data.list.length
|
|
} else {
|
|
} else {
|
|
vm.loadingTwo = false;
|
|
|
|
vm.$message.error(res.msg);
|
|
|
|
|
|
vm.loadingTwo = false
|
|
|
|
vm.$message.error(res.msg)
|
|
}
|
|
}
|
|
});
|
|
|
|
|
|
})
|
|
},
|
|
},
|
|
|
|
|
|
//体征分析传参
|
|
//体征分析传参
|
|
getDeviceParameter: function () {
|
|
getDeviceParameter: function () {
|
|
var vm = this;
|
|
|
|
|
|
var vm = this
|
|
var parameter = {
|
|
var parameter = {
|
|
signYear: vm.radio == '1' ? vm.chooseYear : '', //签约年度
|
|
signYear: vm.radio == '1' ? vm.chooseYear : '', //签约年度
|
|
team: vm.teamCode, //团队
|
|
team: vm.teamCode, //团队
|
|
@ -1846,31 +1862,31 @@ if(searchStr){
|
|
menu: vm.beforeReq().checked
|
|
menu: vm.beforeReq().checked
|
|
// pageSize:vm.currentSize,
|
|
// pageSize:vm.currentSize,
|
|
// page:vm.currentPage,
|
|
// page:vm.currentPage,
|
|
};
|
|
|
|
return parameter;
|
|
|
|
|
|
}
|
|
|
|
return parameter
|
|
},
|
|
},
|
|
|
|
|
|
// 体征分析数据
|
|
// 体征分析数据
|
|
getDeviceHealthReport: function () {
|
|
getDeviceHealthReport: function () {
|
|
var vm = this;
|
|
|
|
vm.loadingTwo = true;
|
|
|
|
|
|
var vm = this
|
|
|
|
vm.loadingTwo = true
|
|
statisticAPI.getDeviceHealthReport(vm.getDeviceParameter()).then(function (res) {
|
|
statisticAPI.getDeviceHealthReport(vm.getDeviceParameter()).then(function (res) {
|
|
if (res.status == 200) {
|
|
if (res.status == 200) {
|
|
vm.loadingTwo = false;
|
|
|
|
|
|
vm.loadingTwo = false
|
|
// console.log(res,"sss")
|
|
// console.log(res,"sss")
|
|
vm.getDeviceReport = res.data.list;
|
|
|
|
vm.getDeviceColumn = res.data.column;
|
|
|
|
vm.getDeviceHeader = res.data.header;
|
|
|
|
vm.datatotal = res.data.list.length;
|
|
|
|
|
|
vm.getDeviceReport = res.data.list
|
|
|
|
vm.getDeviceColumn = res.data.column
|
|
|
|
vm.getDeviceHeader = res.data.header
|
|
|
|
vm.datatotal = res.data.list.length
|
|
} else {
|
|
} else {
|
|
vm.loadingTwo = false;
|
|
|
|
vm.$message.error(res.msg);
|
|
|
|
|
|
vm.loadingTwo = false
|
|
|
|
vm.$message.error(res.msg)
|
|
}
|
|
}
|
|
});
|
|
|
|
|
|
})
|
|
},
|
|
},
|
|
//上门汇总传参
|
|
//上门汇总传参
|
|
getDoorParameter: function () {
|
|
getDoorParameter: function () {
|
|
var vm = this;
|
|
|
|
|
|
var vm = this
|
|
var parameter = {
|
|
var parameter = {
|
|
signYear: vm.radio == '1' ? vm.chooseYear : '', //签约年度
|
|
signYear: vm.radio == '1' ? vm.chooseYear : '', //签约年度
|
|
team: vm.teamCode, //团队
|
|
team: vm.teamCode, //团队
|
|
@ -1883,133 +1899,133 @@ if(searchStr){
|
|
menu: vm.beforeReq().checked
|
|
menu: vm.beforeReq().checked
|
|
// pageSize:vm.currentSize,
|
|
// pageSize:vm.currentSize,
|
|
// page:vm.currentPage,
|
|
// page:vm.currentPage,
|
|
};
|
|
|
|
return parameter;
|
|
|
|
|
|
}
|
|
|
|
return parameter
|
|
},
|
|
},
|
|
// 上门汇总
|
|
// 上门汇总
|
|
getDoorServerOrderReport: function () {
|
|
getDoorServerOrderReport: function () {
|
|
var vm = this;
|
|
|
|
vm.loadingTwo = true;
|
|
|
|
|
|
var vm = this
|
|
|
|
vm.loadingTwo = true
|
|
statisticAPI.getDoorServerOrderReport(vm.getDoorParameter()).then(function (res) {
|
|
statisticAPI.getDoorServerOrderReport(vm.getDoorParameter()).then(function (res) {
|
|
if (res.status == 200) {
|
|
if (res.status == 200) {
|
|
vm.loadingTwo = false;
|
|
|
|
|
|
vm.loadingTwo = false
|
|
// console.log(res,"sss")
|
|
// console.log(res,"sss")
|
|
vm.getDoorReport = res.data.list;
|
|
|
|
vm.getDoorColumn = res.data.column;
|
|
|
|
vm.getDoorHeader = res.data.header;
|
|
|
|
vm.datatotal = res.data.list.length;
|
|
|
|
|
|
vm.getDoorReport = res.data.list
|
|
|
|
vm.getDoorColumn = res.data.column
|
|
|
|
vm.getDoorHeader = res.data.header
|
|
|
|
vm.datatotal = res.data.list.length
|
|
} else {
|
|
} else {
|
|
vm.loadingTwo = false;
|
|
|
|
vm.$message.error(res.msg);
|
|
|
|
|
|
vm.loadingTwo = false
|
|
|
|
vm.$message.error(res.msg)
|
|
}
|
|
}
|
|
});
|
|
|
|
|
|
})
|
|
},
|
|
},
|
|
|
|
|
|
getTreeList: function () {
|
|
getTreeList: function () {
|
|
var vm = this;
|
|
|
|
statisticAPI.exportTreeList({rang: vm.rangeCode}).then(function (res) {
|
|
|
|
|
|
var vm = this
|
|
|
|
statisticAPI.exportTreeList({ rang: vm.rangeCode }).then(function (res) {
|
|
if (res.status == 200) {
|
|
if (res.status == 200) {
|
|
console.log(res, 'Sddd')
|
|
console.log(res, 'Sddd')
|
|
;(vm.treedata = []), (jindex = 0);
|
|
|
|
|
|
;(vm.treedata = []), (jindex = 0)
|
|
_.each(res.data, function (item, index) {
|
|
_.each(res.data, function (item, index) {
|
|
vm.treedata.push({
|
|
vm.treedata.push({
|
|
id: 'p_' + jindex,
|
|
id: 'p_' + jindex,
|
|
label: index,
|
|
label: index,
|
|
children: []
|
|
children: []
|
|
});
|
|
|
|
|
|
})
|
|
_.each(item, function (citem, cindex) {
|
|
_.each(item, function (citem, cindex) {
|
|
vm.treedata[jindex].children.push({
|
|
vm.treedata[jindex].children.push({
|
|
id: cindex,
|
|
id: cindex,
|
|
label: citem
|
|
label: citem
|
|
});
|
|
|
|
});
|
|
|
|
jindex++;
|
|
|
|
});
|
|
|
|
|
|
})
|
|
|
|
})
|
|
|
|
jindex++
|
|
|
|
})
|
|
}
|
|
}
|
|
});
|
|
|
|
|
|
})
|
|
},
|
|
},
|
|
beforeReq: function (flag) {
|
|
beforeReq: function (flag) {
|
|
var vm = this,
|
|
var vm = this,
|
|
startDate = '',
|
|
startDate = '',
|
|
endDate = '',
|
|
endDate = '',
|
|
checked = [];
|
|
|
|
|
|
checked = []
|
|
if (vm.radio == '1') {
|
|
if (vm.radio == '1') {
|
|
if (vm.chooseYear == 2022) {
|
|
if (vm.chooseYear == 2022) {
|
|
startDate = '2022-07-01';
|
|
|
|
endDate = '2022-12-31';
|
|
|
|
|
|
startDate = '2022-07-01'
|
|
|
|
endDate = '2022-12-31'
|
|
} else if (vm.chooseYear > 2022) {
|
|
} else if (vm.chooseYear > 2022) {
|
|
startDate = vm.chooseYear + '-01-01';
|
|
|
|
endDate = getEndDate(vm.chooseYear);
|
|
|
|
|
|
startDate = vm.chooseYear + '-01-01'
|
|
|
|
endDate = getEndDate(vm.chooseYear)
|
|
} else {
|
|
} else {
|
|
startDate = getStartDate(vm.chooseYear);
|
|
|
|
endDate = getEndDate(vm.chooseYear);
|
|
|
|
|
|
startDate = getStartDate(vm.chooseYear)
|
|
|
|
endDate = getEndDate(vm.chooseYear)
|
|
}
|
|
}
|
|
vm.timeLevel = 2;
|
|
|
|
|
|
vm.timeLevel = 2
|
|
} else {
|
|
} else {
|
|
if (!vm.start && !vm.end) {
|
|
if (!vm.start && !vm.end) {
|
|
this.$message({
|
|
this.$message({
|
|
message: '请选择创建时间',
|
|
message: '请选择创建时间',
|
|
type: 'warning'
|
|
type: 'warning'
|
|
});
|
|
|
|
return false;
|
|
|
|
|
|
})
|
|
|
|
return false
|
|
} else {
|
|
} else {
|
|
if (vm.start > vm.end) {
|
|
if (vm.start > vm.end) {
|
|
this.$message({
|
|
this.$message({
|
|
message: '开始时间应早于结束时间',
|
|
message: '开始时间应早于结束时间',
|
|
type: 'warning'
|
|
type: 'warning'
|
|
});
|
|
|
|
return false;
|
|
|
|
|
|
})
|
|
|
|
return false
|
|
} else {
|
|
} else {
|
|
startDate = vm.start;
|
|
|
|
endDate = vm.end;
|
|
|
|
vm.timeLevel = 1;
|
|
|
|
|
|
startDate = vm.start
|
|
|
|
endDate = vm.end
|
|
|
|
vm.timeLevel = 1
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
if (vm.handleNodeId == 0 || vm.handleNodeId == 'huizongshuju') {
|
|
if (vm.handleNodeId == 0 || vm.handleNodeId == 'huizongshuju') {
|
|
var checkTree;
|
|
|
|
|
|
var checkTree
|
|
if (vm.tabsId == 1) {
|
|
if (vm.tabsId == 1) {
|
|
checkTree = vm.$refs.tree.getCheckedNodes(true);
|
|
|
|
|
|
checkTree = vm.$refs.tree.getCheckedNodes(true)
|
|
} else {
|
|
} else {
|
|
checkTree = vm.$refs.collectTree.getCheckedNodes(true);
|
|
|
|
|
|
checkTree = vm.$refs.collectTree.getCheckedNodes(true)
|
|
}
|
|
}
|
|
if (checkTree.length) {
|
|
if (checkTree.length) {
|
|
if (!flag) {
|
|
if (!flag) {
|
|
vm.tableHeader = [];
|
|
|
|
|
|
vm.tableHeader = []
|
|
}
|
|
}
|
|
_.each(checkTree, function (item, index) {
|
|
_.each(checkTree, function (item, index) {
|
|
if (!flag) {
|
|
if (!flag) {
|
|
vm.tableHeader.push({prop: item.label, label: item.label});
|
|
|
|
|
|
vm.tableHeader.push({ prop: item.label, label: item.label })
|
|
}
|
|
}
|
|
checked.push(item.id);
|
|
|
|
});
|
|
|
|
|
|
checked.push(item.id)
|
|
|
|
})
|
|
} else {
|
|
} else {
|
|
this.$message({
|
|
this.$message({
|
|
message: '请选择搜索指标!',
|
|
message: '请选择搜索指标!',
|
|
type: 'warning'
|
|
type: 'warning'
|
|
});
|
|
|
|
return false;
|
|
|
|
|
|
})
|
|
|
|
return false
|
|
}
|
|
}
|
|
} else if (vm.handleNodeId == 2) {
|
|
} else if (vm.handleNodeId == 2) {
|
|
this.$message({
|
|
this.$message({
|
|
message: '请选择明细查询!',
|
|
message: '请选择明细查询!',
|
|
type: 'warning'
|
|
type: 'warning'
|
|
});
|
|
|
|
return false;
|
|
|
|
|
|
})
|
|
|
|
return false
|
|
}
|
|
}
|
|
|
|
|
|
return {start: startDate, end: endDate, checked: checked.join(',')};
|
|
|
|
|
|
return { start: startDate, end: endDate, checked: checked.join(',') }
|
|
},
|
|
},
|
|
// 查询
|
|
// 查询
|
|
searchHandle: function (status) {
|
|
searchHandle: function (status) {
|
|
// console.log(this.beforeReq())
|
|
// console.log(this.beforeReq())
|
|
var vm = this;
|
|
|
|
vm.searchJsonTime = vm.beforeReq();
|
|
|
|
vm.currentPage = 1;
|
|
|
|
|
|
var vm = this
|
|
|
|
vm.searchJsonTime = vm.beforeReq()
|
|
|
|
vm.currentPage = 1
|
|
if (this.radio1 == 1) {
|
|
if (this.radio1 == 1) {
|
|
this.radio1Show = true;
|
|
|
|
|
|
this.radio1Show = true
|
|
} else {
|
|
} else {
|
|
this.radio1Show = false;
|
|
|
|
|
|
this.radio1Show = false
|
|
}
|
|
}
|
|
if (vm.handleNodeId == 0) {
|
|
if (vm.handleNodeId == 0) {
|
|
if (vm.searchJsonTime) {
|
|
if (vm.searchJsonTime) {
|
|
@ -2024,33 +2040,33 @@ if(searchStr){
|
|
size: vm.currentSize,
|
|
size: vm.currentSize,
|
|
page: vm.currentPage,
|
|
page: vm.currentPage,
|
|
timeLevel: vm.timeLevel
|
|
timeLevel: vm.timeLevel
|
|
};
|
|
|
|
vm.getStatisticDataList();
|
|
|
|
|
|
}
|
|
|
|
vm.getStatisticDataList()
|
|
}
|
|
}
|
|
} else if (vm.collectCode == 1) {
|
|
} else if (vm.collectCode == 1) {
|
|
// 专病汇总
|
|
// 专病汇总
|
|
vm.getSpecialDiseaseReport();
|
|
|
|
|
|
vm.getSpecialDiseaseReport()
|
|
} else if (vm.collectCode == 2) {
|
|
} else if (vm.collectCode == 2) {
|
|
// 体征数据汇总
|
|
// 体征数据汇总
|
|
vm.getDeviceHealthReport();
|
|
|
|
|
|
vm.getDeviceHealthReport()
|
|
} else if (vm.collectCode == 3) {
|
|
} else if (vm.collectCode == 3) {
|
|
// 上门服务汇总
|
|
// 上门服务汇总
|
|
vm.getDoorServerOrderReport();
|
|
|
|
|
|
vm.getDoorServerOrderReport()
|
|
} else {
|
|
} else {
|
|
vm.detailFunction(vm.handleNodeId, status);
|
|
|
|
|
|
vm.detailFunction(vm.handleNodeId, status)
|
|
}
|
|
}
|
|
},
|
|
},
|
|
getStatisticDataList: function () {
|
|
getStatisticDataList: function () {
|
|
var vm = this;
|
|
|
|
vm.isloading = true;
|
|
|
|
var params = JSON.parse(JSON.stringify(vm.searchJson));
|
|
|
|
params.page = vm.currentPage;
|
|
|
|
|
|
var vm = this
|
|
|
|
vm.isloading = true
|
|
|
|
var params = JSON.parse(JSON.stringify(vm.searchJson))
|
|
|
|
params.page = vm.currentPage
|
|
statisticAPI.getStatisticDataList(params).then(function (res) {
|
|
statisticAPI.getStatisticDataList(params).then(function (res) {
|
|
if (res.status == 200) {
|
|
if (res.status == 200) {
|
|
vm.tabledata = res.data.data;
|
|
|
|
vm.datatotal = res.data.total;
|
|
|
|
|
|
vm.tabledata = res.data.data
|
|
|
|
vm.datatotal = res.data.total
|
|
if (vm.tabledata.length) {
|
|
if (vm.tabledata.length) {
|
|
vm.tableHeader = [];
|
|
|
|
|
|
vm.tableHeader = []
|
|
_.each(vm.tabledata[0], function (item, index) {
|
|
_.each(vm.tabledata[0], function (item, index) {
|
|
if (
|
|
if (
|
|
index != 'town' &&
|
|
index != 'town' &&
|
|
@ -2062,14 +2078,14 @@ if(searchStr){
|
|
index != 'code' &&
|
|
index != 'code' &&
|
|
index != 'name'
|
|
index != 'name'
|
|
)
|
|
)
|
|
vm.tableHeader.push({prop: index, label: index});
|
|
|
|
});
|
|
|
|
|
|
vm.tableHeader.push({ prop: index, label: index })
|
|
|
|
})
|
|
}
|
|
}
|
|
} else {
|
|
} else {
|
|
vm.$message.error(res.msg);
|
|
|
|
|
|
vm.$message.error(res.msg)
|
|
}
|
|
}
|
|
vm.isloading = false;
|
|
|
|
});
|
|
|
|
|
|
vm.isloading = false
|
|
|
|
})
|
|
},
|
|
},
|
|
// 导出
|
|
// 导出
|
|
exportHandle: function () {
|
|
exportHandle: function () {
|
|
@ -2077,15 +2093,15 @@ if(searchStr){
|
|
// var blob = new Blob(["Hello, world!"], {type: "text/plain;charset=utf-8"});
|
|
// var blob = new Blob(["Hello, world!"], {type: "text/plain;charset=utf-8"});
|
|
// saveAs(blob, "hello world.txt");
|
|
// saveAs(blob, "hello world.txt");
|
|
// return
|
|
// return
|
|
var vm = this;
|
|
|
|
|
|
var vm = this
|
|
var vm = this,
|
|
var vm = this,
|
|
searchJson = undefined;
|
|
|
|
vm.fullscreenLoading = true;
|
|
|
|
searchJson = vm.beforeReq('export');
|
|
|
|
var areaCode = vm.areaCode == '350200' ? '' : vm.areaCode;
|
|
|
|
var chooseYear = vm.radio == '1' ? vm.chooseYear : ''; //年份
|
|
|
|
var startDate = vm.radio == '2' ? vm.searchJsonTime.start : '';
|
|
|
|
var endDate = vm.radio == '2' ? vm.searchJsonTime.end : '';
|
|
|
|
|
|
searchJson = undefined
|
|
|
|
vm.fullscreenLoading = true
|
|
|
|
searchJson = vm.beforeReq('export')
|
|
|
|
var areaCode = vm.areaCode == '350200' ? '' : vm.areaCode
|
|
|
|
var chooseYear = vm.radio == '1' ? vm.chooseYear : '' //年份
|
|
|
|
var startDate = vm.radio == '2' ? vm.searchJsonTime.start : ''
|
|
|
|
var endDate = vm.radio == '2' ? vm.searchJsonTime.end : ''
|
|
if (vm.handleNodeId == 0) {
|
|
if (vm.handleNodeId == 0) {
|
|
if (searchJson) {
|
|
if (searchJson) {
|
|
statisticAPI
|
|
statisticAPI
|
|
@ -2103,7 +2119,7 @@ if(searchStr){
|
|
'综合查询.xls'
|
|
'综合查询.xls'
|
|
)
|
|
)
|
|
.then(function (res) {
|
|
.then(function (res) {
|
|
vm.fullscreenLoading = false;
|
|
|
|
|
|
vm.fullscreenLoading = false
|
|
// toastr.info("导出成功")
|
|
// toastr.info("导出成功")
|
|
|
|
|
|
// var blob = new Blob(["Hello, world!"]);
|
|
// var blob = new Blob(["Hello, world!"]);
|
|
@ -2113,8 +2129,8 @@ if(searchStr){
|
|
// FileSaver()
|
|
// FileSaver()
|
|
})
|
|
})
|
|
.catch(function (err) {
|
|
.catch(function (err) {
|
|
console.error(err);
|
|
|
|
});
|
|
|
|
|
|
console.error(err)
|
|
|
|
})
|
|
// let str = httpRequest.server + 'statisticsExport/export?startDate='+searchJson.start+'&endDate='+searchJson.end+'"aStr='+searchJson.checked+'&range='+vm.rangeCode+'&area='+areaCode+'&hospital='+vm.communityCode+'&team='+vm.teamCode+'&timeLevel='+vm.timeLevel
|
|
// let str = httpRequest.server + 'statisticsExport/export?startDate='+searchJson.start+'&endDate='+searchJson.end+'"aStr='+searchJson.checked+'&range='+vm.rangeCode+'&area='+areaCode+'&hospital='+vm.communityCode+'&team='+vm.teamCode+'&timeLevel='+vm.timeLevel
|
|
// window.location.href = str
|
|
// window.location.href = str
|
|
}
|
|
}
|
|
@ -2136,19 +2152,19 @@ if(searchStr){
|
|
vm.derive + '.xls'
|
|
vm.derive + '.xls'
|
|
)
|
|
)
|
|
.then(function (res) {
|
|
.then(function (res) {
|
|
vm.fullscreenLoading = false;
|
|
|
|
|
|
vm.fullscreenLoading = false
|
|
})
|
|
})
|
|
.catch(function (err) {
|
|
.catch(function (err) {
|
|
toastr.info(err);
|
|
|
|
vm.fullscreenLoading = false;
|
|
|
|
console.error(err);
|
|
|
|
});
|
|
|
|
|
|
toastr.info(err)
|
|
|
|
vm.fullscreenLoading = false
|
|
|
|
console.error(err)
|
|
|
|
})
|
|
|
|
|
|
// var str = httpRequest.server + 'statisticsExport/exportConsultList?year='+chooseYear+'&startDate='+startDate+'&endDate='+endDate+
|
|
// var str = httpRequest.server + 'statisticsExport/exportConsultList?year='+chooseYear+'&startDate='+startDate+'&endDate='+endDate+
|
|
// '&status='+vm.radio1+'&area='+areaCode+'&hospital='+vm.communityCode+'&rang='+vm.rangeCode+'&team='+vm.teamCode
|
|
// '&status='+vm.radio1+'&area='+areaCode+'&hospital='+vm.communityCode+'&rang='+vm.rangeCode+'&team='+vm.teamCode
|
|
// window.location.href = str
|
|
// window.location.href = str
|
|
} else {
|
|
} else {
|
|
vm.fullscreenLoading = false;
|
|
|
|
|
|
vm.fullscreenLoading = false
|
|
}
|
|
}
|
|
} else if (vm.handleNodeId == 34) {
|
|
} else if (vm.handleNodeId == 34) {
|
|
// 签约分析
|
|
// 签约分析
|
|
@ -2174,15 +2190,15 @@ if(searchStr){
|
|
vm.derive + '.xls'
|
|
vm.derive + '.xls'
|
|
)
|
|
)
|
|
.then(function (res) {
|
|
.then(function (res) {
|
|
vm.fullscreenLoading = false;
|
|
|
|
|
|
vm.fullscreenLoading = false
|
|
})
|
|
})
|
|
.catch(function (err) {
|
|
.catch(function (err) {
|
|
toastr.info(err);
|
|
|
|
vm.fullscreenLoading = false;
|
|
|
|
console.error(err);
|
|
|
|
});
|
|
|
|
|
|
toastr.info(err)
|
|
|
|
vm.fullscreenLoading = false
|
|
|
|
console.error(err)
|
|
|
|
})
|
|
} else {
|
|
} else {
|
|
vm.fullscreenLoading = false;
|
|
|
|
|
|
vm.fullscreenLoading = false
|
|
}
|
|
}
|
|
} else if (vm.handleNodeId == 35) {
|
|
} else if (vm.handleNodeId == 35) {
|
|
// 专病分析
|
|
// 专病分析
|
|
@ -2207,15 +2223,15 @@ if(searchStr){
|
|
vm.derive + '.xls'
|
|
vm.derive + '.xls'
|
|
)
|
|
)
|
|
.then(function (res) {
|
|
.then(function (res) {
|
|
vm.fullscreenLoading = false;
|
|
|
|
|
|
vm.fullscreenLoading = false
|
|
})
|
|
})
|
|
.catch(function (err) {
|
|
.catch(function (err) {
|
|
toastr.info(err);
|
|
|
|
vm.fullscreenLoading = false;
|
|
|
|
console.error(err);
|
|
|
|
});
|
|
|
|
|
|
toastr.info(err)
|
|
|
|
vm.fullscreenLoading = false
|
|
|
|
console.error(err)
|
|
|
|
})
|
|
} else {
|
|
} else {
|
|
vm.fullscreenLoading = false;
|
|
|
|
|
|
vm.fullscreenLoading = false
|
|
}
|
|
}
|
|
} else if (vm.handleNodeId == 36) {
|
|
} else if (vm.handleNodeId == 36) {
|
|
// 生日祝福分析
|
|
// 生日祝福分析
|
|
@ -2239,15 +2255,15 @@ if(searchStr){
|
|
vm.derive + '.xls'
|
|
vm.derive + '.xls'
|
|
)
|
|
)
|
|
.then(function (res) {
|
|
.then(function (res) {
|
|
vm.fullscreenLoading = false;
|
|
|
|
|
|
vm.fullscreenLoading = false
|
|
})
|
|
})
|
|
.catch(function (err) {
|
|
.catch(function (err) {
|
|
toastr.info(err);
|
|
|
|
vm.fullscreenLoading = false;
|
|
|
|
console.error(err);
|
|
|
|
});
|
|
|
|
|
|
toastr.info(err)
|
|
|
|
vm.fullscreenLoading = false
|
|
|
|
console.error(err)
|
|
|
|
})
|
|
} else {
|
|
} else {
|
|
vm.fullscreenLoading = false;
|
|
|
|
|
|
vm.fullscreenLoading = false
|
|
}
|
|
}
|
|
} else if (vm.handleNodeId == 37) {
|
|
} else if (vm.handleNodeId == 37) {
|
|
// 上门服务分析
|
|
// 上门服务分析
|
|
@ -2272,15 +2288,15 @@ if(searchStr){
|
|
vm.derive + '.xls'
|
|
vm.derive + '.xls'
|
|
)
|
|
)
|
|
.then(function (res) {
|
|
.then(function (res) {
|
|
vm.fullscreenLoading = false;
|
|
|
|
|
|
vm.fullscreenLoading = false
|
|
})
|
|
})
|
|
.catch(function (err) {
|
|
.catch(function (err) {
|
|
toastr.info(err);
|
|
|
|
vm.fullscreenLoading = false;
|
|
|
|
console.error(err);
|
|
|
|
});
|
|
|
|
|
|
toastr.info(err)
|
|
|
|
vm.fullscreenLoading = false
|
|
|
|
console.error(err)
|
|
|
|
})
|
|
} else {
|
|
} else {
|
|
vm.fullscreenLoading = false;
|
|
|
|
|
|
vm.fullscreenLoading = false
|
|
}
|
|
}
|
|
} else if (vm.handleNodeId == 38) {
|
|
} else if (vm.handleNodeId == 38) {
|
|
// 长处方分析
|
|
// 长处方分析
|
|
@ -2306,15 +2322,15 @@ if(searchStr){
|
|
vm.derive + '.xls'
|
|
vm.derive + '.xls'
|
|
)
|
|
)
|
|
.then(function (res) {
|
|
.then(function (res) {
|
|
vm.fullscreenLoading = false;
|
|
|
|
|
|
vm.fullscreenLoading = false
|
|
})
|
|
})
|
|
.catch(function (err) {
|
|
.catch(function (err) {
|
|
toastr.info(err);
|
|
|
|
vm.fullscreenLoading = false;
|
|
|
|
console.error(err);
|
|
|
|
});
|
|
|
|
|
|
toastr.info(err)
|
|
|
|
vm.fullscreenLoading = false
|
|
|
|
console.error(err)
|
|
|
|
})
|
|
} else {
|
|
} else {
|
|
vm.fullscreenLoading = false;
|
|
|
|
|
|
vm.fullscreenLoading = false
|
|
}
|
|
}
|
|
} else if (vm.handleNodeId == 39) {
|
|
} else if (vm.handleNodeId == 39) {
|
|
// 体征数据
|
|
// 体征数据
|
|
@ -2322,15 +2338,15 @@ if(searchStr){
|
|
statisticAPI
|
|
statisticAPI
|
|
.exportHealthList(vm.getHealthParameter(), vm.derive + '.xls')
|
|
.exportHealthList(vm.getHealthParameter(), vm.derive + '.xls')
|
|
.then(function (res) {
|
|
.then(function (res) {
|
|
vm.fullscreenLoading = false;
|
|
|
|
|
|
vm.fullscreenLoading = false
|
|
})
|
|
})
|
|
.catch(function (err) {
|
|
.catch(function (err) {
|
|
toastr.info(err);
|
|
|
|
vm.fullscreenLoading = false;
|
|
|
|
console.error(err);
|
|
|
|
});
|
|
|
|
|
|
toastr.info(err)
|
|
|
|
vm.fullscreenLoading = false
|
|
|
|
console.error(err)
|
|
|
|
})
|
|
} else {
|
|
} else {
|
|
vm.fullscreenLoading = false;
|
|
|
|
|
|
vm.fullscreenLoading = false
|
|
}
|
|
}
|
|
} else if (vm.handleNodeId == 40) {
|
|
} else if (vm.handleNodeId == 40) {
|
|
// 上转预约
|
|
// 上转预约
|
|
@ -2338,15 +2354,15 @@ if(searchStr){
|
|
statisticAPI
|
|
statisticAPI
|
|
.exportDoctorReservationList(vm.reservationParameter(), vm.derive + '.xls')
|
|
.exportDoctorReservationList(vm.reservationParameter(), vm.derive + '.xls')
|
|
.then(function (res) {
|
|
.then(function (res) {
|
|
vm.fullscreenLoading = false;
|
|
|
|
|
|
vm.fullscreenLoading = false
|
|
})
|
|
})
|
|
.catch(function (err) {
|
|
.catch(function (err) {
|
|
toastr.info(err);
|
|
|
|
vm.fullscreenLoading = false;
|
|
|
|
console.error(err);
|
|
|
|
});
|
|
|
|
|
|
toastr.info(err)
|
|
|
|
vm.fullscreenLoading = false
|
|
|
|
console.error(err)
|
|
|
|
})
|
|
} else {
|
|
} else {
|
|
vm.fullscreenLoading = false;
|
|
|
|
|
|
vm.fullscreenLoading = false
|
|
}
|
|
}
|
|
} else if (vm.handleNodeId == 41) {
|
|
} else if (vm.handleNodeId == 41) {
|
|
// 微信绑定数据
|
|
// 微信绑定数据
|
|
@ -2354,34 +2370,31 @@ if(searchStr){
|
|
statisticAPI
|
|
statisticAPI
|
|
.exportWexinBindingList(vm.wexinBindingParameter(), vm.derive + '.xls')
|
|
.exportWexinBindingList(vm.wexinBindingParameter(), vm.derive + '.xls')
|
|
.then(function (res) {
|
|
.then(function (res) {
|
|
vm.fullscreenLoading = false;
|
|
|
|
|
|
vm.fullscreenLoading = false
|
|
})
|
|
})
|
|
.catch(function (err) {
|
|
.catch(function (err) {
|
|
toastr.info(err);
|
|
|
|
vm.fullscreenLoading = false;
|
|
|
|
console.error(err);
|
|
|
|
});
|
|
|
|
|
|
toastr.info(err)
|
|
|
|
vm.fullscreenLoading = false
|
|
|
|
console.error(err)
|
|
|
|
})
|
|
} else {
|
|
} else {
|
|
vm.fullscreenLoading = false;
|
|
|
|
|
|
vm.fullscreenLoading = false
|
|
}
|
|
}
|
|
} else if (vm.handleNodeId == 42) {
|
|
} else if (vm.handleNodeId == 42) {
|
|
// 居民积分明细导出
|
|
// 居民积分明细导出
|
|
if (vm.jifenData.length != 0) {
|
|
if (vm.jifenData.length != 0) {
|
|
statisticAPI
|
|
statisticAPI
|
|
.exPatinetIntegralAnalysis(
|
|
|
|
_.assign({}, vm.residentIntegralParameter(), {pageSize: 99999}),
|
|
|
|
vm.derive + '.xls'
|
|
|
|
)
|
|
|
|
|
|
.exPatinetIntegralAnalysis(_.assign({}, vm.residentIntegralParameter(), { pageSize: 99999 }), vm.derive + '.xls')
|
|
.then(function (res) {
|
|
.then(function (res) {
|
|
vm.fullscreenLoading = false;
|
|
|
|
|
|
vm.fullscreenLoading = false
|
|
})
|
|
})
|
|
.catch(function (err) {
|
|
.catch(function (err) {
|
|
toastr.info(err);
|
|
|
|
vm.fullscreenLoading = false;
|
|
|
|
console.error(err);
|
|
|
|
});
|
|
|
|
|
|
toastr.info(err)
|
|
|
|
vm.fullscreenLoading = false
|
|
|
|
console.error(err)
|
|
|
|
})
|
|
} else {
|
|
} else {
|
|
vm.fullscreenLoading = false;
|
|
|
|
|
|
vm.fullscreenLoading = false
|
|
}
|
|
}
|
|
} else if (vm.handleNodeId == 43) {
|
|
} else if (vm.handleNodeId == 43) {
|
|
// 入户访视导出
|
|
// 入户访视导出
|
|
@ -2389,15 +2402,15 @@ if(searchStr){
|
|
statisticAPI
|
|
statisticAPI
|
|
.exfindPatientFollowListByCondition(vm.interviewParameter(), vm.derive + '.xls')
|
|
.exfindPatientFollowListByCondition(vm.interviewParameter(), vm.derive + '.xls')
|
|
.then(function (res) {
|
|
.then(function (res) {
|
|
vm.fullscreenLoading = false;
|
|
|
|
|
|
vm.fullscreenLoading = false
|
|
})
|
|
})
|
|
.catch(function (err) {
|
|
.catch(function (err) {
|
|
toastr.info(err);
|
|
|
|
vm.fullscreenLoading = false;
|
|
|
|
console.error(err);
|
|
|
|
});
|
|
|
|
|
|
toastr.info(err)
|
|
|
|
vm.fullscreenLoading = false
|
|
|
|
console.error(err)
|
|
|
|
})
|
|
} else {
|
|
} else {
|
|
vm.fullscreenLoading = false;
|
|
|
|
|
|
vm.fullscreenLoading = false
|
|
}
|
|
}
|
|
} else if (vm.handleNodeId == 44) {
|
|
} else if (vm.handleNodeId == 44) {
|
|
// 康复下转导出
|
|
// 康复下转导出
|
|
@ -2405,37 +2418,37 @@ if(searchStr){
|
|
statisticAPI
|
|
statisticAPI
|
|
.exportRehabilitationPatientInfo(vm.recoveryParameter(), vm.derive + '.xls')
|
|
.exportRehabilitationPatientInfo(vm.recoveryParameter(), vm.derive + '.xls')
|
|
.then(function (res) {
|
|
.then(function (res) {
|
|
vm.fullscreenLoading = false;
|
|
|
|
|
|
vm.fullscreenLoading = false
|
|
})
|
|
})
|
|
.catch(function (err) {
|
|
.catch(function (err) {
|
|
toastr.info(err);
|
|
|
|
vm.fullscreenLoading = false;
|
|
|
|
console.error(err);
|
|
|
|
});
|
|
|
|
|
|
toastr.info(err)
|
|
|
|
vm.fullscreenLoading = false
|
|
|
|
console.error(err)
|
|
|
|
})
|
|
} else {
|
|
} else {
|
|
vm.fullscreenLoading = false;
|
|
|
|
|
|
vm.fullscreenLoading = false
|
|
}
|
|
}
|
|
} else if (vm.handleNodeId == 45) {
|
|
} else if (vm.handleNodeId == 45) {
|
|
// 邀请专科回复明细导出
|
|
// 邀请专科回复明细导出
|
|
if (vm.invitationList.length != 0) {
|
|
if (vm.invitationList.length != 0) {
|
|
var p = _.assign({}, vm.invitationDetailsParameter());
|
|
|
|
var docInfo = JSON.parse(window.localStorage.getItem('wlyyAgent'));
|
|
|
|
delete p.page;
|
|
|
|
delete p.pageSize;
|
|
|
|
p.doctor = docInfo.uid;
|
|
|
|
|
|
var p = _.assign({}, vm.invitationDetailsParameter())
|
|
|
|
var docInfo = JSON.parse(window.localStorage.getItem('wlyyAgent'))
|
|
|
|
delete p.page
|
|
|
|
delete p.pageSize
|
|
|
|
p.doctor = docInfo.uid
|
|
|
|
|
|
statisticAPI
|
|
statisticAPI
|
|
.exportConsultHelpDetailPage(p, vm.derive + '.xls')
|
|
.exportConsultHelpDetailPage(p, vm.derive + '.xls')
|
|
.then(function (res) {
|
|
.then(function (res) {
|
|
vm.fullscreenLoading = false;
|
|
|
|
|
|
vm.fullscreenLoading = false
|
|
})
|
|
})
|
|
.catch(function (err) {
|
|
.catch(function (err) {
|
|
toastr.info(err);
|
|
|
|
vm.fullscreenLoading = false;
|
|
|
|
console.error(err);
|
|
|
|
});
|
|
|
|
|
|
toastr.info(err)
|
|
|
|
vm.fullscreenLoading = false
|
|
|
|
console.error(err)
|
|
|
|
})
|
|
} else {
|
|
} else {
|
|
vm.fullscreenLoading = false;
|
|
|
|
|
|
vm.fullscreenLoading = false
|
|
}
|
|
}
|
|
} else if (vm.collectCode == 1) {
|
|
} else if (vm.collectCode == 1) {
|
|
// 专病汇总
|
|
// 专病汇总
|
|
@ -2443,15 +2456,15 @@ if(searchStr){
|
|
statisticAPI
|
|
statisticAPI
|
|
.exportSpecialDiseaseReport(vm.getSpecialParameter(), vm.derive + '.xls')
|
|
.exportSpecialDiseaseReport(vm.getSpecialParameter(), vm.derive + '.xls')
|
|
.then(function (res) {
|
|
.then(function (res) {
|
|
vm.fullscreenLoading = false;
|
|
|
|
|
|
vm.fullscreenLoading = false
|
|
})
|
|
})
|
|
.catch(function (err) {
|
|
.catch(function (err) {
|
|
toastr.info(err);
|
|
|
|
vm.fullscreenLoading = false;
|
|
|
|
console.error(err);
|
|
|
|
});
|
|
|
|
|
|
toastr.info(err)
|
|
|
|
vm.fullscreenLoading = false
|
|
|
|
console.error(err)
|
|
|
|
})
|
|
} else {
|
|
} else {
|
|
vm.fullscreenLoading = false;
|
|
|
|
|
|
vm.fullscreenLoading = false
|
|
}
|
|
}
|
|
} else if (vm.collectCode == 2) {
|
|
} else if (vm.collectCode == 2) {
|
|
// 体征分析
|
|
// 体征分析
|
|
@ -2459,15 +2472,15 @@ if(searchStr){
|
|
statisticAPI
|
|
statisticAPI
|
|
.exportDeviceHealthReport(vm.getDeviceParameter(), vm.derive + '.xls')
|
|
.exportDeviceHealthReport(vm.getDeviceParameter(), vm.derive + '.xls')
|
|
.then(function (res) {
|
|
.then(function (res) {
|
|
vm.fullscreenLoading = false;
|
|
|
|
|
|
vm.fullscreenLoading = false
|
|
})
|
|
})
|
|
.catch(function (err) {
|
|
.catch(function (err) {
|
|
toastr.info(err);
|
|
|
|
vm.fullscreenLoading = false;
|
|
|
|
console.error(err);
|
|
|
|
});
|
|
|
|
|
|
toastr.info(err)
|
|
|
|
vm.fullscreenLoading = false
|
|
|
|
console.error(err)
|
|
|
|
})
|
|
} else {
|
|
} else {
|
|
vm.fullscreenLoading = false;
|
|
|
|
|
|
vm.fullscreenLoading = false
|
|
}
|
|
}
|
|
} else if (vm.collectCode == 3) {
|
|
} else if (vm.collectCode == 3) {
|
|
// 上门汇总
|
|
// 上门汇总
|
|
@ -2475,15 +2488,15 @@ if(searchStr){
|
|
statisticAPI
|
|
statisticAPI
|
|
.exportDoorServerOrderReport(vm.getDoorParameter(), vm.derive + '.xls')
|
|
.exportDoorServerOrderReport(vm.getDoorParameter(), vm.derive + '.xls')
|
|
.then(function (res) {
|
|
.then(function (res) {
|
|
vm.fullscreenLoading = false;
|
|
|
|
|
|
vm.fullscreenLoading = false
|
|
})
|
|
})
|
|
.catch(function (err) {
|
|
.catch(function (err) {
|
|
toastr.info(err);
|
|
|
|
vm.fullscreenLoading = false;
|
|
|
|
console.error(err);
|
|
|
|
});
|
|
|
|
|
|
toastr.info(err)
|
|
|
|
vm.fullscreenLoading = false
|
|
|
|
console.error(err)
|
|
|
|
})
|
|
} else {
|
|
} else {
|
|
vm.fullscreenLoading = false;
|
|
|
|
|
|
vm.fullscreenLoading = false
|
|
}
|
|
}
|
|
} else if (vm.expertFamilyIdType == 'zhuanke1') {
|
|
} else if (vm.expertFamilyIdType == 'zhuanke1') {
|
|
// 邀请专科回复统计导出
|
|
// 邀请专科回复统计导出
|
|
@ -2491,261 +2504,259 @@ if(searchStr){
|
|
statisticAPI
|
|
statisticAPI
|
|
.exportConsultHelpCountPage(vm.expertReply(), vm.derive + '.xls')
|
|
.exportConsultHelpCountPage(vm.expertReply(), vm.derive + '.xls')
|
|
.then(function (res) {
|
|
.then(function (res) {
|
|
vm.fullscreenLoading = false;
|
|
|
|
|
|
vm.fullscreenLoading = false
|
|
})
|
|
})
|
|
.catch(function (err) {
|
|
.catch(function (err) {
|
|
toastr.info(err);
|
|
|
|
vm.fullscreenLoading = false;
|
|
|
|
console.error(err);
|
|
|
|
});
|
|
|
|
|
|
toastr.info(err)
|
|
|
|
vm.fullscreenLoading = false
|
|
|
|
console.error(err)
|
|
|
|
})
|
|
} else {
|
|
} else {
|
|
vm.fullscreenLoading = false;
|
|
|
|
|
|
vm.fullscreenLoading = false
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
},
|
|
backClick: function () {
|
|
backClick: function () {
|
|
history.go(-1);
|
|
|
|
|
|
history.go(-1)
|
|
},
|
|
},
|
|
bindEvent: function () {
|
|
bindEvent: function () {
|
|
var vm = this;
|
|
|
|
|
|
var vm = this
|
|
//监听后退按钮的操作
|
|
//监听后退按钮的操作
|
|
EventBus.$on('back-click', function (arg) {
|
|
EventBus.$on('back-click', function (arg) {
|
|
EventBus.$emit('update-statistics-time', {}); //更新统计时间
|
|
|
|
vm.backClick();
|
|
|
|
});
|
|
|
|
|
|
EventBus.$emit('update-statistics-time', {}) //更新统计时间
|
|
|
|
vm.backClick()
|
|
|
|
})
|
|
//监听页面刷新
|
|
//监听页面刷新
|
|
EventBus.$on('refresh-click', function (arg) {
|
|
EventBus.$on('refresh-click', function (arg) {
|
|
EventBus.$emit('update-statistics-time', {}); //更新统计时间
|
|
|
|
initData(vm);
|
|
|
|
});
|
|
|
|
$('#main').removeClass('c-hide');
|
|
|
|
|
|
EventBus.$emit('update-statistics-time', {}) //更新统计时间
|
|
|
|
initData(vm)
|
|
|
|
})
|
|
|
|
$('#main').removeClass('c-hide')
|
|
},
|
|
},
|
|
detailFunction: function (id, status) {
|
|
detailFunction: function (id, status) {
|
|
var vm = this;
|
|
|
|
window.ajaxInsArr[vm.lastAjax] && window.ajaxInsArr[vm.lastAjax].abort();
|
|
|
|
|
|
var vm = this
|
|
|
|
window.ajaxInsArr[vm.lastAjax] && window.ajaxInsArr[vm.lastAjax].abort()
|
|
if (id == 33) {
|
|
if (id == 33) {
|
|
// 咨询分析
|
|
// 咨询分析
|
|
vm.getConsultList();
|
|
|
|
|
|
vm.getConsultList()
|
|
} else if (id == 34) {
|
|
} else if (id == 34) {
|
|
// 签约分析
|
|
// 签约分析
|
|
vm.getSignList();
|
|
|
|
|
|
vm.getSignList()
|
|
} else if (id == 35) {
|
|
} else if (id == 35) {
|
|
// 专病分析
|
|
// 专病分析
|
|
vm.getSickList();
|
|
|
|
|
|
vm.getSickList()
|
|
} else if (id == 36) {
|
|
} else if (id == 36) {
|
|
// 生日祝福分析
|
|
// 生日祝福分析
|
|
vm.getBirthdayPatientList();
|
|
|
|
|
|
vm.getBirthdayPatientList()
|
|
} else if (id == 37) {
|
|
} else if (id == 37) {
|
|
// 上门服务分析
|
|
// 上门服务分析
|
|
vm.getDoorServiceList();
|
|
|
|
|
|
vm.getDoorServiceList()
|
|
} else if (id == 38) {
|
|
} else if (id == 38) {
|
|
// 长处方分析
|
|
// 长处方分析
|
|
vm.getPrescriptionList();
|
|
|
|
|
|
vm.getPrescriptionList()
|
|
} else if (id == 39) {
|
|
} else if (id == 39) {
|
|
// 体征数据
|
|
// 体征数据
|
|
vm.physicalSignData();
|
|
|
|
|
|
vm.physicalSignData()
|
|
} else if (id == 40) {
|
|
} else if (id == 40) {
|
|
// 上转预约
|
|
// 上转预约
|
|
vm.upTransferAppointment();
|
|
|
|
|
|
vm.upTransferAppointment()
|
|
} else if (id == 41) {
|
|
} else if (id == 41) {
|
|
// 微信绑定
|
|
// 微信绑定
|
|
vm.wechatBinding();
|
|
|
|
|
|
vm.wechatBinding()
|
|
} else if (id == 42) {
|
|
} else if (id == 42) {
|
|
// 居民积分明细
|
|
// 居民积分明细
|
|
vm.residentIntegral();
|
|
|
|
|
|
vm.residentIntegral()
|
|
} else if (id == 43) {
|
|
} else if (id == 43) {
|
|
// 入户访视
|
|
// 入户访视
|
|
vm.interview();
|
|
|
|
|
|
vm.interview()
|
|
} else if (id == 44) {
|
|
} else if (id == 44) {
|
|
// 康复下转
|
|
// 康复下转
|
|
vm.radio = '2';
|
|
|
|
vm.recovery();
|
|
|
|
|
|
vm.radio = '2'
|
|
|
|
vm.recovery()
|
|
if (!status) {
|
|
if (!status) {
|
|
vm.pullDown();
|
|
|
|
|
|
vm.pullDown()
|
|
}
|
|
}
|
|
} else if (id == 45) {
|
|
} else if (id == 45) {
|
|
vm.radio = '2';
|
|
|
|
vm.invitationDetails();
|
|
|
|
|
|
vm.radio = '2'
|
|
|
|
vm.invitationDetails()
|
|
if (!status) {
|
|
if (!status) {
|
|
vm.getSpecialistHospital(); //获取专科医院
|
|
|
|
|
|
vm.getSpecialistHospital() //获取专科医院
|
|
}
|
|
}
|
|
} else if (vm.expertFamilyIdType == 'zhuanke1') {
|
|
} else if (vm.expertFamilyIdType == 'zhuanke1') {
|
|
vm.expertReplyList();
|
|
|
|
|
|
vm.expertReplyList()
|
|
}
|
|
}
|
|
},
|
|
},
|
|
getSpecialistHospital: function () {
|
|
getSpecialistHospital: function () {
|
|
var vm = this;
|
|
|
|
vm.specializedHospital = [{value: '', label: '全部'}];
|
|
|
|
|
|
var vm = this
|
|
|
|
vm.specializedHospital = [{ value: '', label: '全部' }]
|
|
homeAPI.getSpecialistHospital().then(function (res) {
|
|
homeAPI.getSpecialistHospital().then(function (res) {
|
|
console.log(res, 'Sdddddd');
|
|
|
|
|
|
console.log(res, 'Sdddddd')
|
|
if (res.status == 200) {
|
|
if (res.status == 200) {
|
|
res.data.forEach(function (v) {
|
|
res.data.forEach(function (v) {
|
|
vm.specializedHospital.push({
|
|
vm.specializedHospital.push({
|
|
value: v.code,
|
|
value: v.code,
|
|
label: v.name
|
|
label: v.name
|
|
});
|
|
|
|
});
|
|
|
|
|
|
})
|
|
|
|
})
|
|
}
|
|
}
|
|
});
|
|
|
|
|
|
})
|
|
},
|
|
},
|
|
pullDown: function () {
|
|
pullDown: function () {
|
|
this.deorsumvergenceStatusFunction('archive_status'); //档案状态
|
|
|
|
this.deorsumvergenceStatusFunction('rehabilitation_status'); //下转状态
|
|
|
|
this.deorsumvergenceStatusFunction('rehabilitation_hospital'); //下转医院
|
|
|
|
this.hospitalsByType();
|
|
|
|
|
|
this.deorsumvergenceStatusFunction('archive_status') //档案状态
|
|
|
|
this.deorsumvergenceStatusFunction('rehabilitation_status') //下转状态
|
|
|
|
this.deorsumvergenceStatusFunction('rehabilitation_hospital') //下转医院
|
|
|
|
this.hospitalsByType()
|
|
},
|
|
},
|
|
// 下一页 上一页
|
|
// 下一页 上一页
|
|
handleCurrentChange: function (val) {
|
|
handleCurrentChange: function (val) {
|
|
var vm = this;
|
|
|
|
vm.currentPage = val;
|
|
|
|
|
|
var vm = this
|
|
|
|
vm.currentPage = val
|
|
if (vm.handleNodeId == 0) {
|
|
if (vm.handleNodeId == 0) {
|
|
vm.getStatisticDataList();
|
|
|
|
|
|
vm.getStatisticDataList()
|
|
} else {
|
|
} else {
|
|
vm.detailFunction(vm.handleNodeId);
|
|
|
|
|
|
vm.detailFunction(vm.handleNodeId)
|
|
}
|
|
}
|
|
},
|
|
},
|
|
//获取省市区 type:区3
|
|
//获取省市区 type:区3
|
|
getDistrict: function (type, code, name) {
|
|
getDistrict: function (type, code, name) {
|
|
var vm = this,
|
|
var vm = this,
|
|
list = [],
|
|
list = [],
|
|
param = '';
|
|
|
|
|
|
param = ''
|
|
if (type == 3) {
|
|
if (type == 3) {
|
|
list = [{code: code, name: name}];
|
|
|
|
param = 'area';
|
|
|
|
|
|
list = [{ code: code, name: name }]
|
|
|
|
param = 'area'
|
|
} else if (type == 5) {
|
|
} else if (type == 5) {
|
|
list = [{code: '', name: '全部'}];
|
|
|
|
param = 'community';
|
|
|
|
|
|
list = [{ code: '', name: '全部' }]
|
|
|
|
param = 'community'
|
|
}
|
|
}
|
|
var params = {
|
|
var params = {
|
|
type: type,
|
|
type: type,
|
|
code: code
|
|
code: code
|
|
};
|
|
|
|
|
|
}
|
|
homeAPI.getDistrict(params).then(function (res) {
|
|
homeAPI.getDistrict(params).then(function (res) {
|
|
if (res.status == 200) {
|
|
if (res.status == 200) {
|
|
vm[param + 'List'] = list.concat(res.list);
|
|
|
|
vm[param + 'Code'] = vm[param + 'List'][0].code;
|
|
|
|
|
|
vm[param + 'List'] = list.concat(res.list)
|
|
|
|
vm[param + 'Code'] = vm[param + 'List'][0].code
|
|
} else {
|
|
} else {
|
|
vm.$message.error(res.msg);
|
|
|
|
|
|
vm.$message.error(res.msg)
|
|
}
|
|
}
|
|
});
|
|
|
|
|
|
})
|
|
},
|
|
},
|
|
selChange: function (type) {
|
|
selChange: function (type) {
|
|
var vm = this,
|
|
var vm = this,
|
|
name = '';
|
|
|
|
|
|
name = ''
|
|
if (type == 3) {
|
|
if (type == 3) {
|
|
vm.initSelOption('community');
|
|
|
|
vm.initSelOption('team');
|
|
|
|
vm.getCommunityHospital();
|
|
|
|
|
|
vm.initSelOption('community')
|
|
|
|
vm.initSelOption('team')
|
|
|
|
vm.getCommunityHospital()
|
|
} else if (type == 5) {
|
|
} else if (type == 5) {
|
|
vm.initSelOption('team');
|
|
|
|
vm.teamListByArea();
|
|
|
|
|
|
vm.initSelOption('team')
|
|
|
|
vm.teamListByArea()
|
|
}
|
|
}
|
|
},
|
|
},
|
|
initSelOption: function (param) {
|
|
initSelOption: function (param) {
|
|
var vm = this;
|
|
|
|
vm[param + 'List'] = [{code: '', name: '全部'}];
|
|
|
|
|
|
var vm = this
|
|
|
|
vm[param + 'List'] = [{ code: '', name: '全部' }]
|
|
if (param == 'team') {
|
|
if (param == 'team') {
|
|
vm[param + 'List'] = [{id: '', name: '全部'}];
|
|
|
|
|
|
vm[param + 'List'] = [{ id: '', name: '全部' }]
|
|
}
|
|
}
|
|
vm[param + 'Code'] = vm[param + 'List'][0].code || vm[param + 'List'][0].id;
|
|
|
|
|
|
vm[param + 'Code'] = vm[param + 'List'][0].code || vm[param + 'List'][0].id
|
|
},
|
|
},
|
|
getCommunityHospital: function () {
|
|
getCommunityHospital: function () {
|
|
var vm = this,
|
|
var vm = this,
|
|
list = [{code: '', name: '全部'}],
|
|
|
|
param = 'community';
|
|
|
|
homeAPI.getCommunityHospital({area: vm.areaCode == '350200' ? '' : vm.areaCode}).then(function (res) {
|
|
|
|
|
|
list = [{ code: '', name: '全部' }],
|
|
|
|
param = 'community'
|
|
|
|
homeAPI.getCommunityHospital({ area: vm.areaCode == '350200' ? '' : vm.areaCode }).then(function (res) {
|
|
if (res.status == 200) {
|
|
if (res.status == 200) {
|
|
vm[param + 'List'] = list.concat(res.data);
|
|
|
|
vm[param + 'Code'] = vm[param + 'List'][0].code;
|
|
|
|
|
|
vm[param + 'List'] = list.concat(res.data)
|
|
|
|
vm[param + 'Code'] = vm[param + 'List'][0].code
|
|
} else {
|
|
} else {
|
|
vm.$message.error(res.msg);
|
|
|
|
|
|
vm.$message.error(res.msg)
|
|
}
|
|
}
|
|
});
|
|
|
|
|
|
})
|
|
},
|
|
},
|
|
teamListByArea: function () {
|
|
teamListByArea: function () {
|
|
var vm = this,
|
|
var vm = this,
|
|
list = [{id: '', name: '全部'}],
|
|
|
|
param = 'team';
|
|
|
|
homeAPI
|
|
|
|
.teamListByArea({area: vm.areaCode == '350200' ? '' : vm.areaCode, hospital: vm.communityCode})
|
|
|
|
.then(function (res) {
|
|
|
|
if (res.status == 200) {
|
|
|
|
vm[param + 'List'] = list.concat(res.data);
|
|
|
|
vm[param + 'Code'] = vm[param + 'List'][0].id;
|
|
|
|
} else {
|
|
|
|
vm.$message.error(res.msg);
|
|
|
|
}
|
|
|
|
});
|
|
|
|
|
|
list = [{ id: '', name: '全部' }],
|
|
|
|
param = 'team'
|
|
|
|
homeAPI.teamListByArea({ area: vm.areaCode == '350200' ? '' : vm.areaCode, hospital: vm.communityCode }).then(function (res) {
|
|
|
|
if (res.status == 200) {
|
|
|
|
vm[param + 'List'] = list.concat(res.data)
|
|
|
|
vm[param + 'Code'] = vm[param + 'List'][0].id
|
|
|
|
} else {
|
|
|
|
vm.$message.error(res.msg)
|
|
|
|
}
|
|
|
|
})
|
|
},
|
|
},
|
|
// 慢阻肺搜索左侧字段变化
|
|
// 慢阻肺搜索左侧字段变化
|
|
onCopdFilterChange(event) {
|
|
onCopdFilterChange(event) {
|
|
EventBus.$emit("copd-record-filter-change", event);
|
|
|
|
|
|
EventBus.$emit('copd-record-filter-change', event)
|
|
}
|
|
}
|
|
}
|
|
}
|
|
});
|
|
|
|
|
|
})
|
|
|
|
|
|
// 初始化时间
|
|
// 初始化时间
|
|
function initTime(vm) {
|
|
function initTime(vm) {
|
|
var now = new Date();
|
|
|
|
vm.end = now.format('yyyy-MM-dd');
|
|
|
|
var start = now.getTime() - 30 * 24 * 60 * 60 * 1000;
|
|
|
|
vm.start = new Date(start).format('yyyy-MM-dd');
|
|
|
|
|
|
var now = new Date()
|
|
|
|
vm.end = now.format('yyyy-MM-dd')
|
|
|
|
var start = now.getTime() - 30 * 24 * 60 * 60 * 1000
|
|
|
|
vm.start = new Date(start).format('yyyy-MM-dd')
|
|
|
|
|
|
vm.nowyear = vm.chooseYear = now.getFullYear();
|
|
|
|
vm.nowmonth = now.getMonth() + 1;
|
|
|
|
vm.years = [];
|
|
|
|
|
|
vm.nowyear = vm.chooseYear = now.getFullYear()
|
|
|
|
vm.nowmonth = now.getMonth() + 1
|
|
|
|
vm.years = []
|
|
for (i = vm.nowyear; i >= 2016; i--) {
|
|
for (i = vm.nowyear; i >= 2016; i--) {
|
|
vm.years.push(i);
|
|
|
|
|
|
vm.years.push(i)
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
// 数据范围初始化
|
|
// 数据范围初始化
|
|
function initScope(vm) {
|
|
function initScope(vm) {
|
|
//获得缓存中缓存的角色权限
|
|
//获得缓存中缓存的角色权限
|
|
var userRole = window.sessionStorage.getItem('selectedRole');
|
|
|
|
|
|
var userRole = window.sessionStorage.getItem('selectedRole')
|
|
if (!userRole) {
|
|
if (!userRole) {
|
|
return false;
|
|
|
|
|
|
return false
|
|
}
|
|
}
|
|
vm.userRole = JSON.parse(userRole);
|
|
|
|
|
|
vm.userRole = JSON.parse(userRole)
|
|
//level:2、市,3、区,4、社区,5、团队
|
|
//level:2、市,3、区,4、社区,5、团队
|
|
vm.initareaLevel = vm.areaLevel = vm.userRole.code == '350200' ? 2 : vm.userRole.code.length == 6 ? 3 : 4;
|
|
|
|
vm.initlevel = vm.level = vm.userRole.code == '350200' ? 4 : vm.userRole.code.length == 6 ? 3 : 2;
|
|
|
|
|
|
vm.initareaLevel = vm.areaLevel = vm.userRole.code == '350200' ? 2 : vm.userRole.code.length == 6 ? 3 : 4
|
|
|
|
vm.initlevel = vm.level = vm.userRole.code == '350200' ? 4 : vm.userRole.code.length == 6 ? 3 : 2
|
|
// vm.lowLevel = vm.initlowLevel = vm.userRole.code == '350200' ? 3 : vm.userRole.code.length == 6 ? 2 : 1;
|
|
// vm.lowLevel = vm.initlowLevel = vm.userRole.code == '350200' ? 3 : vm.userRole.code.length == 6 ? 2 : 1;
|
|
|
|
|
|
vm.initarea = vm.area = vm.userRole.code;
|
|
|
|
vm.areaTitle = vm.userRole.name;
|
|
|
|
|
|
vm.initarea = vm.area = vm.userRole.code
|
|
|
|
vm.areaTitle = vm.userRole.name
|
|
|
|
|
|
vm.rangeList = [
|
|
vm.rangeList = [
|
|
{name: '按区', code: 'town'},
|
|
|
|
{name: '按社区', code: 'hospital'},
|
|
|
|
{name: '按团队', code: 'team'}
|
|
|
|
];
|
|
|
|
|
|
{ name: '按区', code: 'town' },
|
|
|
|
{ name: '按社区', code: 'hospital' },
|
|
|
|
{ name: '按团队', code: 'team' }
|
|
|
|
]
|
|
|
|
|
|
if (vm.initlevel == 4) {
|
|
if (vm.initlevel == 4) {
|
|
//市获取区
|
|
//市获取区
|
|
vm.getDistrict(3, vm.initarea, vm.areaTitle.substr(0, 3));
|
|
|
|
vm.rangeCode = vm.rangeList[0].code;
|
|
|
|
|
|
vm.getDistrict(3, vm.initarea, vm.areaTitle.substr(0, 3))
|
|
|
|
vm.rangeCode = vm.rangeList[0].code
|
|
} else if (vm.initlevel == 3) {
|
|
} else if (vm.initlevel == 3) {
|
|
//区获取社区
|
|
//区获取社区
|
|
vm.areaList = [{code: vm.initarea, name: vm.areaTitle}];
|
|
|
|
vm.areaCode = vm.initarea;
|
|
|
|
vm.rangeCode = vm.rangeList[0].code;
|
|
|
|
|
|
vm.areaList = [{ code: vm.initarea, name: vm.areaTitle }]
|
|
|
|
vm.areaCode = vm.initarea
|
|
|
|
vm.rangeCode = vm.rangeList[0].code
|
|
} else if (vm.initlevel == 2) {
|
|
} else if (vm.initlevel == 2) {
|
|
//社区获取团队
|
|
//社区获取团队
|
|
vm.communityList = [{code: vm.initarea, name: vm.areaTitle}];
|
|
|
|
vm.communityCode = vm.initarea;
|
|
|
|
vm.rangeList.shift();
|
|
|
|
vm.rangeCode = vm.rangeList[0].code;
|
|
|
|
|
|
vm.communityList = [{ code: vm.initarea, name: vm.areaTitle }]
|
|
|
|
vm.communityCode = vm.initarea
|
|
|
|
vm.rangeList.shift()
|
|
|
|
vm.rangeCode = vm.rangeList[0].code
|
|
}
|
|
}
|
|
vm.searchJson.range = vm.rangeCode;
|
|
|
|
|
|
vm.searchJson.range = vm.rangeCode
|
|
}
|
|
}
|
|
|
|
|
|
function initData(vm) {
|
|
function initData(vm) {
|
|
initScope(vm);
|
|
|
|
|
|
initScope(vm)
|
|
|
|
|
|
//初始化时间
|
|
//初始化时间
|
|
initTime(vm);
|
|
|
|
|
|
initTime(vm)
|
|
|
|
|
|
vm.tabledata = [];
|
|
|
|
vm.bindEvent();
|
|
|
|
|
|
vm.tabledata = []
|
|
|
|
vm.bindEvent()
|
|
}
|
|
}
|