|
@@ -19,13 +19,13 @@ $(function(){
|
|
|
if(!hasData('YH-KZT')&&!hasData('YH-KZTKS')){
|
|
|
$("body").html('')
|
|
|
}
|
|
|
- if(hospital == "台州市立"){
|
|
|
- $(".circleBSingle").css("display","block")
|
|
|
- $(".circleBLis").css("display","none")
|
|
|
- }else{
|
|
|
- $(".circleBSingle").css("display","none")
|
|
|
- $(".circleBLis").css("display","block")
|
|
|
- }
|
|
|
+ // if(hospital == "台州市立"){
|
|
|
+ // $(".circleBSingle").css("display","block")
|
|
|
+ // $(".circleBLis").css("display","none")
|
|
|
+ // }else{
|
|
|
+ // $(".circleBSingle").css("display","none")
|
|
|
+ // $(".circleBLis").css("display","block")
|
|
|
+ // }
|
|
|
// $(".partTitle p span.hosdept").html(hospital)
|
|
|
// setInterval(() => {
|
|
|
// getTimeDetail()
|
|
@@ -50,7 +50,7 @@ $(function(){
|
|
|
$(".part02").on("mouseleave",".bingli li.sec",function(){
|
|
|
$(this).find(".explainNum").css("color","#A5ADBF")
|
|
|
})
|
|
|
- if(isPlacefile == 0&&hospital=="长兴医院"){
|
|
|
+ if(isPlacefile == 0){
|
|
|
$(".circleBLis .circleB .title24").html('入院记录24h未完成').append(`<img class="detailGo" src="${require("../images/details.png")}" alt="">`)
|
|
|
}else{
|
|
|
$(".circleBLis .circleB .title24").html('病案首页合格率占比').append(`<img class="detailGo" src="${require("../images/details.png")}" alt="">`)
|
|
@@ -61,12 +61,12 @@ function tiaomu(dateType){
|
|
|
focusMenuItem("YH-KSZR-GMKQXZB_XQ");
|
|
|
$(parent.document).find("#contentIframe").attr("src","mukuai.html?from=2&deptName="+curDept+"&dateType="+dateType+"&startDateParam="+behosDateStart+"&endDateParam="+behosDateEnd)
|
|
|
});
|
|
|
- $(".circleBSingle .title,.homePageNo .title").click(function(){
|
|
|
- focusMenuItem("YH-KSZR-TMQXZB_XQ");
|
|
|
- $(parent.document).find("#contentIframe").attr("src","singleVeto.html?from=2&deptName="+curDept+"&shijian="+dateType+"&startDateParam="+behosDateStart+"&endDateParam="+behosDateEnd)
|
|
|
- });
|
|
|
+ // $(".circleBSingle .title,.homePageNo .title").click(function(){
|
|
|
+ // focusMenuItem("YH-KSZR-TMQXZB_XQ");
|
|
|
+ // $(parent.document).find("#contentIframe").attr("src","singleVeto.html?from=2&deptName="+curDept+"&shijian="+dateType+"&startDateParam="+behosDateStart+"&endDateParam="+behosDateEnd)
|
|
|
+ // });
|
|
|
$(".homePage .title").click(function(){
|
|
|
- if(isPlacefile == 0&&hospital=="长兴医院"){
|
|
|
+ if(isPlacefile == 0){
|
|
|
focusMenuItem("YH-KSZR-SXXXGTJ_XQ")
|
|
|
$(parent.document).find("#contentIframe").attr("src","uncorrectedCasesStatisticsDept.html?from=2&deptName="+curDept+"&dateType="+dateType+"&startDateParam="+behosDateStart+"&endDateParam="+behosDateEnd)
|
|
|
}else{
|
|
@@ -396,7 +396,7 @@ function lineChartSpecial(result1){
|
|
|
type: 'line' // 默认为直线,可选为:'line' | 'shadow'
|
|
|
},
|
|
|
formatter: function(param) {
|
|
|
- return '<div style="color:#fff;">'+ param[0].name + "<br>" +`<i style="background:#37C4FC;margin-right:5px;display:inline-block;width:8px;height:8px;border-radius:50%"></i>${hospital=='长兴医院'&&isPlacefile==0?'入院记录24h未完成':'病案首页合格率'}:`+ param[0].value+(hospital=='长兴医院'&&isPlacefile==0?"":"%") + "<br>"
|
|
|
+ return '<div style="color:#fff;">'+ param[0].name + "<br>" +`<i style="background:#37C4FC;margin-right:5px;display:inline-block;width:8px;height:8px;border-radius:50%"></i>${isPlacefile==0?'入院记录24h未完成':'病案首页合格率'}:`+ param[0].value+(isPlacefile==0?"":"%") + "<br>"
|
|
|
'</div>'
|
|
|
}
|
|
|
},
|
|
@@ -456,7 +456,7 @@ function lineChartSpecial(result1){
|
|
|
|
|
|
],
|
|
|
title:[{
|
|
|
- text: hospital=='长兴医院'&&isPlacefile==0?'数量':'合格率',
|
|
|
+ text: isPlacefile==0?'数量':'合格率',
|
|
|
top: 15,
|
|
|
left: 10,
|
|
|
textStyle: {
|
|
@@ -467,7 +467,7 @@ function lineChartSpecial(result1){
|
|
|
}],
|
|
|
series: [
|
|
|
{
|
|
|
- name: hospital=='长兴医院'&&isPlacefile==0?'入院记录24h未完成':'病案首页合格率',
|
|
|
+ name: isPlacefile==0?'入院记录24h未完成':'病案首页合格率',
|
|
|
type: 'bar',
|
|
|
barWidth: '23%',
|
|
|
data: dataY
|