|
@@ -439,55 +439,6 @@ function getHomeData(name){
|
|
|
}
|
|
|
//获取图表数据
|
|
|
function getBarData(type){
|
|
|
- // if(hasData('FUNC000045')){
|
|
|
- // post(api.getAverageDayNum,{//平均住院天数
|
|
|
- // "type": type||1//1月2年
|
|
|
- // }).then((res)=>{
|
|
|
- // let data = res.data;
|
|
|
- // if(data.code == 0){
|
|
|
- // let result2 = data.data['平均住院日']||[]
|
|
|
- // dayLis = result2
|
|
|
- // if(slideType == 1){
|
|
|
- // barChart(result2,type||1)
|
|
|
- // }
|
|
|
- // }
|
|
|
- // })
|
|
|
- // }else{
|
|
|
- // $(".toggleSlide1").css("opacity",0.5)
|
|
|
- // }
|
|
|
- // if(hasData('FUNC000046')){
|
|
|
- // post(api.getAverageFee,{//平均住院费用
|
|
|
- // "type": type||1//1月2年
|
|
|
- // }).then((res)=>{
|
|
|
- // let data = res.data;
|
|
|
- // if(data.code == 0){
|
|
|
- // let result3 = data.data['平均住院费用']||[]
|
|
|
- // payMoney = result3;
|
|
|
- // if(slideType == 2){
|
|
|
- // barChart(result3,type||1)
|
|
|
- // }
|
|
|
- // }
|
|
|
- // })
|
|
|
- // }else{
|
|
|
- // $(".toggleSlide2").css("opacity",0.5)
|
|
|
- // }
|
|
|
- // if(hasData('FUNC000048')&&hospital=="台州市立"){
|
|
|
- // post(api.getLevelResultDept,{//各科室甲级占比
|
|
|
- // "type": type||1//1月2年
|
|
|
- // }).then((res)=>{
|
|
|
- // let data = res.data;
|
|
|
- // if(data.code == 0){
|
|
|
- // let result2 = data.data['各科室甲级病历占比']||[]
|
|
|
- // let dataX2=[],dataY2=[];
|
|
|
- // for(let i = 0;i < result2.length;i++){
|
|
|
- // dataX2.push(result2[i].deptName)
|
|
|
- // dataY2.push(result2[i].firstPercent.replace('%',''))
|
|
|
- // }
|
|
|
- // lineChart(dataX2,dataY2)
|
|
|
- // }
|
|
|
- // })
|
|
|
- // }
|
|
|
-
|
|
|
if(isPlacefile==0){
|
|
|
$(".part01 .partTitlePub .name").html('入院人数统计')
|
|
|
post(api.beHosCount,{
|
|
@@ -2133,7 +2084,7 @@ function getStaticDate(flg){
|
|
|
getEveryDeptLevel()
|
|
|
return true
|
|
|
}
|
|
|
-window.onload = function(){
|
|
|
+window.onload = function(){console.log(444)
|
|
|
const iconCalenBlue= require("./../images/darkDate.png")
|
|
|
const iconCalenGrey= require("./../images/icon_calen_grey.png")
|
|
|
$.datepicker.regional['zh-CN'] = {
|