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