|
@@ -25,6 +25,7 @@ $(function(){
|
|
let srcUrl = $("#contentIframe",parent.document).attr("src")
|
|
let srcUrl = $("#contentIframe",parent.document).attr("src")
|
|
deptId = deptIdTemp = getUrlArgObjectNew("deptName",srcUrl)||""
|
|
deptId = deptIdTemp = getUrlArgObjectNew("deptName",srcUrl)||""
|
|
statisticsType = getUrlArgObjectNew("dateType",srcUrl)||"2"
|
|
statisticsType = getUrlArgObjectNew("dateType",srcUrl)||"2"
|
|
|
|
+ from = getUrlArgObjectNew("from",srcUrl)||"1"
|
|
curDeptId = getUrlArgObjectNew("curDeptId",srcUrl)||""
|
|
curDeptId = getUrlArgObjectNew("curDeptId",srcUrl)||""
|
|
if(statisticsType == 1){
|
|
if(statisticsType == 1){
|
|
$(".monthYear .mon").css({
|
|
$(".monthYear .mon").css({
|
|
@@ -72,7 +73,11 @@ $(".abnormalClear").click(function(){
|
|
})
|
|
})
|
|
$(".partTitle a").click(function(){
|
|
$(".partTitle a").click(function(){
|
|
//初始菜单选中
|
|
//初始菜单选中
|
|
- $(".menu .page",parent.document).removeClass("active").eq(0).addClass("active");
|
|
|
|
|
|
+ if(from == 2){
|
|
|
|
+ focusMenuItem('YH-KZTKS')
|
|
|
|
+ }else{
|
|
|
|
+ focusMenuItem('YH-KZT')
|
|
|
|
+ }
|
|
$(".container",parent.document).addClass("console-cont");
|
|
$(".container",parent.document).addClass("console-cont");
|
|
})
|
|
})
|
|
$('.datapickerBox').append(`<img class="iconCalen" src=${iconCalenGrey} />`)
|
|
$('.datapickerBox').append(`<img class="iconCalen" src=${iconCalenGrey} />`)
|