|
@@ -17,6 +17,11 @@ const { get } = require('jquery');
|
|
|
let payMoney = [],behosDateStart="",ownSelectDate='',behosDateEnd="",dayLis = [],dateType = 2,slideType = 1,hospital=getCookie("hospital"),deptType="内科",deptId="",level="甲",lineType="all",lineType1=[],lineType2=[],lineType3=[],lineType4=[];
|
|
|
let isPlacefile = getCookie('isPlacefile')||1
|
|
|
listenScroll(".partWrap")
|
|
|
+if(isPlacefile == 1){
|
|
|
+ $(".part01 .partTitlePub").css('cursor','default')
|
|
|
+}else{
|
|
|
+ $(".part01 .partTitlePub").css('cursor','pointer')
|
|
|
+}
|
|
|
$(function(){
|
|
|
if(!hasData('YH-KZT')){
|
|
|
$("body").html('')
|
|
@@ -138,13 +143,6 @@ function getDetails(dateType){
|
|
|
$(parent.document).find("#contentIframe").attr("src","./qcList.html?from=1&dateType="+dateType+"&chengdu="+chengdu+"&startDateParam="+behosDateStart+"&endDateParam="+behosDateEnd)
|
|
|
})
|
|
|
$(".part03 .partTitlePub").click(function(){
|
|
|
- // if(hospital=="台州市立"){
|
|
|
- // focusMenuItem("YH-ZKK-GKSJJBLZB_XQ")
|
|
|
- // $(parent.document).find("#contentIframe").attr("src","./jiaji.html?from=1&dateType="+dateType)
|
|
|
- // }else{
|
|
|
- // focusMenuItem("YH-ZKK-BASYHGLZB_XQ");
|
|
|
- // $(parent.document).find("#contentIframe").attr("src","./partDetailControl.html?from=1&dateType="+dateType)
|
|
|
- // }
|
|
|
if(isPlacefile == 1){
|
|
|
focusMenuItem("YH-ZKK-BASYHGLZB_XQ");
|
|
|
$(parent.document).find("#contentIframe").attr("src","./partDetailControl.html?from=1&dateType="+dateType+"&lineType="+lineType+"&startDateParam="+behosDateStart+"&endDateParam="+behosDateEnd)
|
|
@@ -153,6 +151,12 @@ function getDetails(dateType){
|
|
|
$(parent.document).find("#contentIframe").attr("src","./uncorrectedCasesStatistics.html?from=1&dateType="+dateType+"&lineType="+lineType+"&startDateParam="+behosDateStart+"&endDateParam="+behosDateEnd)
|
|
|
}
|
|
|
})
|
|
|
+ $(".part01 .partTitlePub").click(function(){
|
|
|
+ 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)
|
|
|
+ }
|
|
|
+ })
|
|
|
$(".paymoney.pubEchart .title").click(function(){
|
|
|
// if($(this).text().indexOf("花费")!==-1){
|
|
|
// focusMenuItem("YH-ZKK-KSPJZYHF_XQ");
|