填报加载结束事件:
$(".ui-state-enabled.fr-sheetbutton-container").off("mousedown").on("mousedown",function() {
$(".ui-state-enabled.fr-sheetbutton-container").each(function() {
$(this).css("color","rgb(0,0,0)");
setTimeout(function(){
$(".fr-sheetbutton-container-active").css("color","red");
},120)
});
});