|
@@ -20,6 +20,7 @@ listenScroll(".partWrap")
|
|
if(isPlacefile == 1){
|
|
if(isPlacefile == 1){
|
|
$(".part01 .partTitlePub").css('cursor','default')
|
|
$(".part01 .partTitlePub").css('cursor','default')
|
|
$(".part01 .partTitlePub img").css('display','none')
|
|
$(".part01 .partTitlePub img").css('display','none')
|
|
|
|
+ $(".defect .partTitlePub img").css('display','inline-block')
|
|
}else{
|
|
}else{
|
|
$(".part01 .partTitlePub img").css('display','inline-block')
|
|
$(".part01 .partTitlePub img").css('display','inline-block')
|
|
$(".part01 .partTitlePub").css('cursor','pointer')
|
|
$(".part01 .partTitlePub").css('cursor','pointer')
|
|
@@ -166,7 +167,7 @@ function getDetails(dateType){
|
|
}
|
|
}
|
|
})
|
|
})
|
|
$(".part01 .partTitlePub").click(function(){
|
|
$(".part01 .partTitlePub").click(function(){
|
|
- if(isPlacefile == 0){
|
|
|
|
|
|
+ if(isPlacefile == 2){
|
|
focusMenuItem("YH-ZKK-RYRSTJ");
|
|
focusMenuItem("YH-ZKK-RYRSTJ");
|
|
$(parent.document).find("#contentIframe").attr("src","./qcListOutHospital.html?inner=2&from=1&dateType="+dateType+"&lineType="+lineType+"&startDateParam="+behosDateStart+"&endDateParam="+behosDateEnd)
|
|
$(parent.document).find("#contentIframe").attr("src","./qcListOutHospital.html?inner=2&from=1&dateType="+dateType+"&lineType="+lineType+"&startDateParam="+behosDateStart+"&endDateParam="+behosDateEnd)
|
|
}
|
|
}
|
|
@@ -376,7 +377,7 @@ function getHomeData(name){
|
|
// lineChartHome(dataX,datay)
|
|
// lineChartHome(dataX,datay)
|
|
// }
|
|
// }
|
|
// })
|
|
// })
|
|
- if(isPlacefile == '0'){
|
|
|
|
|
|
+ if(isPlacefile == '2'){
|
|
// $('.bldjss').html('')
|
|
// $('.bldjss').html('')
|
|
$(".part03 .partTitlePub .name").html('入院记录24h内未完成')
|
|
$(".part03 .partTitlePub .name").html('入院记录24h内未完成')
|
|
post(api.casesEntryStatisticsById,{
|
|
post(api.casesEntryStatisticsById,{
|
|
@@ -484,7 +485,7 @@ function getBarData(type){
|
|
// })
|
|
// })
|
|
// }
|
|
// }
|
|
|
|
|
|
- if(isPlacefile==0){
|
|
|
|
|
|
+ if(isPlacefile==2){
|
|
$(".part01 .partTitlePub .name").html('入院人数统计')
|
|
$(".part01 .partTitlePub .name").html('入院人数统计')
|
|
post(api.beHosCount,{
|
|
post(api.beHosCount,{
|
|
startDate:behosDateStart, //起始时间
|
|
startDate:behosDateStart, //起始时间
|