|
@@ -13,6 +13,7 @@ $(function(){
|
|
|
if(!hasData('YH-KZT')){
|
|
|
$("body").html('')
|
|
|
}
|
|
|
+ console.log(hospital)
|
|
|
if(hospital == "台州市立"){
|
|
|
$(".part03 .partTitlePub .name").html('各科室甲级病例占比')
|
|
|
$(".innerOuter").css("display","block")
|
|
@@ -74,16 +75,20 @@ $(function(){
|
|
|
deptType="外科"
|
|
|
getAverageScoreLis()
|
|
|
}
|
|
|
- $(this).parent().slideToggle().prev().find("span").html(str)
|
|
|
+ $(this).parent().slideToggle().prev().find("span").html(str+"系统")
|
|
|
})
|
|
|
getDetails()
|
|
|
getAverageScoreLis()
|
|
|
})
|
|
|
function getDetails(){
|
|
|
- $(".part02 .bingliLis,.part03 .circle .title,.pubEchartB.paymoney .title").click(function(){
|
|
|
+ $(".pubEchartB.paymoney .title").click(function(){
|
|
|
focusMenuItem("YH-ZKK-GKSQXZB_XQ");
|
|
|
$(parent.document).find("#contentIframe").attr("src","./deptScoreDetailControl.html?from=1&dateType="+dateType+"&deptType="+deptType)
|
|
|
})
|
|
|
+ $(".part02 .bingliLis,.part03 .circle .title").click(function(){
|
|
|
+ focusMenuItem("YH-ZKK-GKSQXZB_XQ");
|
|
|
+ $(parent.document).find("#contentIframe").attr("src","./deptScoreDetailControl.html?from=1&dateType="+dateType)
|
|
|
+ })
|
|
|
$(".part02").on("click",".bingli li.sec",function(){
|
|
|
focusMenuItem("YH-BLZK-ZKPF");
|
|
|
let dataC = $(this).attr("data-c")
|
|
@@ -698,7 +703,12 @@ function barChartPay(dataX,dataY){
|
|
|
picEmptyData('.barChartPayEmptys')
|
|
|
return
|
|
|
}else{
|
|
|
- $("#barChartPay,.innerOuter").css("display","block")
|
|
|
+ if(hospital == "台州市立"){
|
|
|
+ $(".innerOuter").css("display","block")
|
|
|
+ }else{
|
|
|
+ $(".innerOuter").css("display","none")
|
|
|
+ }
|
|
|
+ $("#barChartPay").css("display","block")
|
|
|
$(".barChartPayEmptys").css("display","none")
|
|
|
}
|
|
|
var myCharts = echarts.init(document.getElementById('barChartPay'));
|