|
@@ -1706,6 +1706,17 @@ $(".sureDate").click(function(){
|
|
|
getBarData(dateType)
|
|
|
getEveryDeptLevel()
|
|
|
getHomeData('firstLevelPercent')
|
|
|
+ $(".monthYear .year").css({
|
|
|
+ "border-color":'#A5ADBF',
|
|
|
+ color:'#A5ADBF',
|
|
|
+ backgroundColor:'#203463'
|
|
|
+ })
|
|
|
+ $(".monthYear .mon").css({
|
|
|
+ "border-color":'#A5ADBF',
|
|
|
+ color:'#A5ADBF',
|
|
|
+ backgroundColor:'#203463'
|
|
|
+ })
|
|
|
+
|
|
|
})
|
|
|
//日期联动
|
|
|
function dateConsole(dateType){
|