|
|
@@ -3,9 +3,9 @@
|
|
|
<link rel="stylesheet" type="text/css" href="/css/statistics/assess_situation.css?__inline">
|
|
|
<div class="container-fluid ">
|
|
|
<div class="form-div">
|
|
|
- <form class="form-horizontal">
|
|
|
+ <form class="form-horizontal">
|
|
|
<div class="form-group">
|
|
|
- <div class="form-group col-sm-5">
|
|
|
+ <div class="form-group col-sm-5">
|
|
|
<label class="col-sm-2">查询日期</label>
|
|
|
<div class="col-sm-5">
|
|
|
<input type="text" id="start-time" class="form-control form-date" placeholder="选择月份">
|
|
|
@@ -14,24 +14,24 @@
|
|
|
<input type="text" id="end-time" class="form-control form-date" placeholder="结束日期">
|
|
|
</div> -->
|
|
|
</div>
|
|
|
- <div class="form-group col-sm-3">
|
|
|
+ <div class="form-group col-sm-3">
|
|
|
<div class="col-sm-6">
|
|
|
<button class="btn btn-info2" type="button" onclick="queryTypeClick()">查询</button>
|
|
|
</div>
|
|
|
<div class="col-sm-6">
|
|
|
- <button class="btn btn-info3" type="button" onclick="exportExcel()" >导出Excel</button>
|
|
|
+ <button class="btn btn-info3" type="button" onclick="exportExcel()">导出Excel</button>
|
|
|
</div>
|
|
|
</div>
|
|
|
- </div>
|
|
|
+ </div>
|
|
|
</form>
|
|
|
</div>
|
|
|
<div class="table-title"><span>温馨服务检查情况统计表</span></div>
|
|
|
|
|
|
<div class="row">
|
|
|
- <!-- 使用一个div来显示数据表格 -->
|
|
|
- <div class="datatable" data-checkable="false" data-sortable="false" style="margin-bottom:0px;">
|
|
|
- <div class="table-head" >
|
|
|
- <table border="1" width="100%" height="90px" align="center">
|
|
|
+ <!-- 使用一个div来显示数据表格 -->
|
|
|
+ <div class="datatable" data-checkable="false" data-sortable="false" style="margin-bottom:0px;">
|
|
|
+ <div class="table-head">
|
|
|
+ <table border="1" width="100%" height="90px" align="center">
|
|
|
<thead class="table-thead">
|
|
|
<!-- <tr>
|
|
|
<th rowspan="2" width="6%">道管整体排名</th>
|
|
|
@@ -53,19 +53,19 @@
|
|
|
</thead>
|
|
|
</table>
|
|
|
</div>
|
|
|
- </div>
|
|
|
- <div id="scrollTable" style="overflow:auto;">
|
|
|
- <div class="table-head" style="margin:0px;">
|
|
|
- <table border="1" width="100%" height="90px" align="center" style="border-top:0px;">
|
|
|
+ </div>
|
|
|
+ <div id="scrollTable" style="overflow:auto;">
|
|
|
+ <div class="table-head" style="margin:0px;">
|
|
|
+ <table border="1" width="100%" height="90px" align="center" style="border-top:0px;">
|
|
|
<tbody class="table-tbody" style="background:white" align="center">
|
|
|
-
|
|
|
+
|
|
|
</tbody>
|
|
|
- </table></div>
|
|
|
- </div>
|
|
|
+ </table>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
</div>
|
|
|
<script>
|
|
|
-
|
|
|
$(document).ready(function() {
|
|
|
// 设置滚动表格的高度
|
|
|
$("#scrollTable").height($(window).height() - 300);
|
|
|
@@ -74,7 +74,7 @@
|
|
|
isinitVal: true,
|
|
|
format: 'YYYY/MM' // 分隔符可以任意定义,该例子表示只显示年月
|
|
|
});
|
|
|
- $("#start-time").val(getCurrentTimeFormat());
|
|
|
+ $("#start-time").val(getCurrentRealTimeFormat());
|
|
|
initQueryType();
|
|
|
});
|
|
|
-</script>
|
|
|
+</script>
|