|
@@ -168,7 +168,7 @@ function getDetails(dateType){
|
|
|
}
|
|
|
})
|
|
|
$(".part01 .partTitlePub").click(function(){
|
|
|
- if(isPlacefile == 2){
|
|
|
+ if(isPlacefile == 0){
|
|
|
focusMenuItem("YH-ZKK-RYRSTJ");
|
|
|
$(parent.document).find("#contentIframe").attr("src","./qcListOutHospital.html?inner=2&from=1&dateType="+dateType+"&lineType="+lineType+"&startDateParam="+behosDateStart+"&endDateParam="+behosDateEnd)
|
|
|
}
|
|
@@ -374,7 +374,7 @@ function getHomeData(name){
|
|
|
// lineChartHome(dataX,datay)
|
|
|
// }
|
|
|
// })
|
|
|
- if(isPlacefile == '2'){
|
|
|
+ if(isPlacefile == '0'){
|
|
|
// $('.bldjss').html('')
|
|
|
$(".part03 .partTitlePub .name").html('入院记录24h内未完成')
|
|
|
post(api.casesEntryStatisticsById,{
|
|
@@ -482,7 +482,7 @@ function getBarData(type){
|
|
|
// })
|
|
|
// }
|
|
|
|
|
|
- if(isPlacefile==2){
|
|
|
+ if(isPlacefile==0){
|
|
|
$(".part01 .partTitlePub .name").html('入院人数统计')
|
|
|
post(api.beHosCount,{
|
|
|
startDate:behosDateStart, //起始时间
|