|
@@ -1472,8 +1472,11 @@ function addReport() {
|
|
canSahngbao = false;
|
|
canSahngbao = false;
|
|
document.getElementById("btn_shangbao").style['background-color'] = "#D9D9D9";
|
|
document.getElementById("btn_shangbao").style['background-color'] = "#D9D9D9";
|
|
document.getElementById("txt_shangbao").style['color'] = "#0bb20c";
|
|
document.getElementById("txt_shangbao").style['color'] = "#0bb20c";
|
|
|
|
+ document.getElementById("txt_shangbaotime").style['color'] = "#0bb20c";
|
|
$('#txt_shangbao').empty();
|
|
$('#txt_shangbao').empty();
|
|
- $('#txt_shangbao').append("今日已上报,上报时间:" + time);
|
|
|
|
|
|
+ $('#txt_shangbao').append("今日已上报" );
|
|
|
|
+ $('#txt_shangbaotime').empty();
|
|
|
|
+ $('#txt_shangbaotime').append("上报时间:" + time);
|
|
}
|
|
}
|
|
|
|
|
|
},
|
|
},
|