|
@@ -52,25 +52,25 @@ $(function(){
|
|
|
function tiaomu(){
|
|
|
$(".defect .partTitlePub").click(function(){
|
|
|
focusMenuItem("YH-KSZR-GMKQXZB_XQ");
|
|
|
- $(parent.document).find("#contentIframe").attr("src","mukuai.html?from=2&deptName="+curDept+"&dateType="+dateType)
|
|
|
+ $(parent.document).find("#contentIframe").attr("src","mukuai.html?from=2&deptName="+curDept+"&dateType="+dateType+"&startDateParam="+behosDateStart+"&endDateParam="+behosDateEnd)
|
|
|
});
|
|
|
$(".circleBSingle .title,.homePageNo .title").click(function(){
|
|
|
focusMenuItem("YH-KSZR-TMQXZB_XQ");
|
|
|
- $(parent.document).find("#contentIframe").attr("src","singleVeto.html?from=2&deptName="+curDept+"&shijian="+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","partDetail.html?from=2&deptName="+curDept+"&dateType="+dateType)
|
|
|
+ $(parent.document).find("#contentIframe").attr("src","partDetail.html?from=2&deptName="+curDept+"&dateType="+dateType+"&startDateParam="+behosDateStart+"&endDateParam="+behosDateEnd)
|
|
|
});
|
|
|
$(".part02 .bingliLis").click(function(){
|
|
|
focusMenuItem("YH-KSZR-KSQXZB_XQ");
|
|
|
- $(parent.document).find("#contentIframe").attr("src","deptScoreDetail.html?from=2&deptName="+curDept+"&dateType="+dateType+"&curDeptId="+curDeptId)
|
|
|
+ $(parent.document).find("#contentIframe").attr("src","deptScoreDetail.html?from=2&deptName="+curDept+"&dateType="+dateType+"&curDeptId="+curDeptId+"&startDateParam="+behosDateStart+"&endDateParam="+behosDateEnd)
|
|
|
});
|
|
|
$(".part02").on("click",".bingli li.sec",function(){
|
|
|
focusMenuItem("YH-BLZK-ZKPFKS");
|
|
|
let dataC = $(this).attr("data-c")
|
|
|
let chengdu = dataC == 1?'甲':dataC==2?'乙':'丙'
|
|
|
- $(parent.document).find("#contentIframe").attr("src","./qcListDept.html?from=1&dateType="+dateType+"&chengdu="+chengdu+"&deptName="+curDept+"&deptId="+curDeptId)
|
|
|
+ $(parent.document).find("#contentIframe").attr("src","./qcListDept.html?from=1&dateType="+dateType+"&chengdu="+chengdu+"&deptName="+curDept+"&deptId="+curDeptId+"&startDateParam="+behosDateStart+"&endDateParam="+behosDateEnd)
|
|
|
});
|
|
|
}
|
|
|
//判断有无某一权限
|
|
@@ -760,7 +760,7 @@ function queList(data){
|
|
|
$(".homegodetail").click(function(){
|
|
|
let name = $(this).attr("data-name")
|
|
|
focusMenuItem("YH-KSZR-TMQXZB_XQ");
|
|
|
- $(parent.document).find("#contentIframe").attr("src","./singleVeto.html?from=2&special=1&shijian="+dateType+"&model="+name)
|
|
|
+ $(parent.document).find("#contentIframe").attr("src","./singleVeto.html?from=2&special=1&shijian="+dateType+"&model="+name+"&startDateParam="+behosDateStart+"&endDateParam="+behosDateEnd)
|
|
|
})
|
|
|
}
|
|
|
//饼图列表注释渲染
|
|
@@ -824,6 +824,7 @@ $(".sureDate").click(function(){
|
|
|
return
|
|
|
}
|
|
|
getBarData(dateType)
|
|
|
+ dateType = 3
|
|
|
$(".monthYear .year").css({
|
|
|
"border-color":'#A5ADBF',
|
|
|
color:'#A5ADBF',
|