|
@@ -50,6 +50,11 @@ $(function(){
|
|
|
$(".part02").on("mouseleave",".bingli li.sec",function(){
|
|
|
$(this).find(".explainNum").css("color","#A5ADBF")
|
|
|
})
|
|
|
+ if(isPlacefile == 0&&hospital=="长兴医院"){
|
|
|
+ $(".circleBLis .circleB .title").html('入院记录24h未完成').append(`<img class="detailGo" src="${require("../images/details.png")}" alt="">`)
|
|
|
+ }else{
|
|
|
+ $(".circleBLis .circleB .title").html('病案首页合格率占比').append(`<img class="detailGo" src="${require("../images/details.png")}" alt="">`)
|
|
|
+ }
|
|
|
})
|
|
|
function tiaomu(dateType){
|
|
|
$(".defect .partTitlePub").click(function(){
|
|
@@ -61,8 +66,13 @@ function tiaomu(dateType){
|
|
|
$(parent.document).find("#contentIframe").attr("src","singleVeto.html?from=2&deptName="+curDept+"&shijian="+dateType+"&startDateParam="+behosDateStart+"&endDateParam="+behosDateEnd)
|
|
|
});
|
|
|
$(".homePage .title").click(function(){
|
|
|
- focusMenuItem("YH-KSZR-BASYHGLZB_XQ")
|
|
|
- $(parent.document).find("#contentIframe").attr("src","partDetailControlDept.html?from=2&deptName="+curDept+"&dateType="+dateType+"&startDateParam="+behosDateStart+"&endDateParam="+behosDateEnd)
|
|
|
+ if(isPlacefile == 0&&hospital=="长兴医院"){
|
|
|
+ focusMenuItem("YH-KSZR-SXXXGTJ_XQ")
|
|
|
+ $(parent.document).find("#contentIframe").attr("src","uncorrectedCasesStatisticsDept.html?from=2&deptName="+curDept+"&dateType="+dateType+"&startDateParam="+behosDateStart+"&endDateParam="+behosDateEnd)
|
|
|
+ }else{
|
|
|
+ focusMenuItem("YH-KSZR-BASYHGLZB_XQ")
|
|
|
+ $(parent.document).find("#contentIframe").attr("src","partDetailControlDept.html?from=2&deptName="+curDept+"&dateType="+dateType+"&startDateParam="+behosDateStart+"&endDateParam="+behosDateEnd)
|
|
|
+ }
|
|
|
});
|
|
|
$(".part02 .bingliLis").click(function(){
|
|
|
focusMenuItem("YH-KSZR-KSQXZB_XQ");
|
|
@@ -204,7 +214,6 @@ function renderDeptLis(data){
|
|
|
$(".partTitle p i").html(name).attr({"title":name,'data-dept':curDept,'dept-id':curDeptId})
|
|
|
if(isPlacefile == 0){
|
|
|
enterHospital(dataFif[name]||[])
|
|
|
- lineChartSpecial()
|
|
|
}else{
|
|
|
personNum(datafst[name]||[])
|
|
|
}
|
|
@@ -456,7 +465,7 @@ function enterHospital(result){
|
|
|
dataX.push(result[i].doctorName)
|
|
|
dataY.push(result[i].num)
|
|
|
}
|
|
|
- $(".part01 .name").html('入院人数统计')
|
|
|
+ $(".part01 .name").html('入院人数统计').append(`<img class="detailGo" src="${require("../images/details.png")}" alt="">`)
|
|
|
if(dataX.length==0){
|
|
|
$(".chuyuan,.personNum").css("display","none")
|
|
|
picEmptyData(".chuyuanEmpty")
|