|
@@ -31,7 +31,7 @@ $(function(){
|
|
|
$("body").html('')
|
|
|
}
|
|
|
|
|
|
- const firstM = $(".menu .page",parent.document).eq(0);
|
|
|
+ /*const firstM = $(".menu .page",parent.document).eq(0);
|
|
|
$('.page',parent.document).removeClass("active")
|
|
|
firstM.addClass("active");
|
|
|
if(firstM.is(".YH-KZT")||firstM.is(".YH-KZTKS")){
|
|
@@ -39,15 +39,8 @@ $(function(){
|
|
|
$('.qiehuan',parent.document).css("display","inline-block")
|
|
|
}else{
|
|
|
$('.qiehuan',parent.document).css("display","none")
|
|
|
- }
|
|
|
+ }*/
|
|
|
|
|
|
- // if(hospital == "台州市立"){
|
|
|
- // $(".part03 .partTitlePub .name").html('各科室甲级病例占比')
|
|
|
- // $(".innerOuter").css("display","block")
|
|
|
- // }else{
|
|
|
- // $(".part03 .partTitlePub .name").html('病案首页合格率')
|
|
|
- // $(".innerOuter").css("display","none")
|
|
|
- // }
|
|
|
$(".partTitle p span").html(hospital)
|
|
|
resizeBox()
|
|
|
initConsole()//质控列表
|