|
|
@@ -1,24 +1,29 @@
|
|
|
-<!--现场稽查-->
|
|
|
<link rel="stylesheet" type="text/css" href="/css/other_check/other_check.css">
|
|
|
<script src="/qzd/js/other_check/other_check.js?_inline"></script>
|
|
|
<!-- start -->
|
|
|
<div class="container-fluid ">
|
|
|
<div class="row">
|
|
|
<div>
|
|
|
- <span style="float: left;
|
|
|
+ <div class="col-xs-1" style="width:160px">
|
|
|
+ <span style="float: left;
|
|
|
padding-top: 5px;">时间:</span>
|
|
|
- <div class="div-month">
|
|
|
- <input id="month_date" class="form-control form-date" type="text" placeholder="请选择" style="height:30px;">
|
|
|
+ <div class="div-month">
|
|
|
+ <input id="month_date" class="form-control form-date" type="text" placeholder="请选择" style="height:30px;">
|
|
|
+ </div>
|
|
|
</div>
|
|
|
- <!-- <span style="float: left;
|
|
|
+ <!-- <div class="col-xs-1" style="width:220px">
|
|
|
+ <span style="float: left;
|
|
|
padding-top: 5px;">道管:</span>
|
|
|
- <div class="div-roadManage">
|
|
|
- <select class="form-control" id="first"></select>
|
|
|
+ <div class="div-roadManage">
|
|
|
+ <select class="form-control" id="first"></select>
|
|
|
+ </div>
|
|
|
</div> -->
|
|
|
- <span style="float: left;
|
|
|
+ <div class="col-xs-1" style="width:212px">
|
|
|
+ <span style="float: left;
|
|
|
padding-top: 5px;">清障队:</span>
|
|
|
- <div class="div-station">
|
|
|
- <select class="form-control" id="fsList"></select>
|
|
|
+ <div class="div-station">
|
|
|
+ <select class="form-control" id="fsList"></select>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
|
|
|
<div class="col-xs-1">
|
|
|
@@ -27,14 +32,14 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
|
|
|
- <div style="float:right;margin-right:30px;">
|
|
|
-
|
|
|
+ <div class="col-xs-4" style="float:right;margin-right:30px;">
|
|
|
<button class="btn btn-info3" type="button" style="margin-right:30px;" onclick="static()">统计</button>
|
|
|
|
|
|
<button class="btn btn-primary" type="button" id="add_btn"><i class="icon icon-plus-sign"></i> 增加稽查记录</button>
|
|
|
|
|
|
<button class="btn btn-info3" type="button" style="margin-left:30px;" onclick="exportThird()"> 导出Excel</button>
|
|
|
</div>
|
|
|
+
|
|
|
</div>
|
|
|
</div>
|
|
|
<hr>
|
|
|
@@ -44,7 +49,6 @@
|
|
|
</div>
|
|
|
<div class="">
|
|
|
|
|
|
-
|
|
|
</div>
|
|
|
|
|
|
</div>
|
|
|
@@ -140,7 +144,7 @@
|
|
|
</div>
|
|
|
<script>
|
|
|
$(document).ready(function() {
|
|
|
- check_type =13;
|
|
|
+ check_type = 13;
|
|
|
init();
|
|
|
});
|
|
|
|