|
@@ -4,33 +4,41 @@
|
|
|
<div class="container-fluid ">
|
|
<div class="container-fluid ">
|
|
|
<div class="row">
|
|
<div class="row">
|
|
|
<div>
|
|
<div>
|
|
|
- <span style="float: left;
|
|
|
|
|
|
|
+ <div class="col-xs-1" style="width:160px">
|
|
|
|
|
+ <span style="float: left;
|
|
|
padding-top: 5px;">时间:</span>
|
|
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>
|
|
</div>
|
|
|
- <span style="float: left;
|
|
|
|
|
|
|
+ <div class="col-xs-1" style="width:220px">
|
|
|
|
|
+ <span style="float: left;
|
|
|
padding-top: 5px;">道管:</span>
|
|
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>
|
|
</div>
|
|
|
- <span style="float: left;
|
|
|
|
|
|
|
+ <div class="col-xs-1" style="width:212px">
|
|
|
|
|
+ <span style="float: left;
|
|
|
padding-top: 5px;">收费站:</span>
|
|
padding-top: 5px;">收费站:</span>
|
|
|
- <div class="div-station">
|
|
|
|
|
- <select class="form-control" id="second"></select>
|
|
|
|
|
|
|
+ <div class="div-station">
|
|
|
|
|
+ <select class="form-control" id="second"></select>
|
|
|
|
|
+ </div>
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
- <div class="col-xs-3">
|
|
|
|
|
|
|
+ <div class="col-xs-1">
|
|
|
<div class="input-group">
|
|
<div class="input-group">
|
|
|
<button class="btn btn-primary " type="button" id="conditional_query">查询</button>
|
|
<button class="btn btn-primary " type="button" id="conditional_query">查询</button>
|
|
|
</div>
|
|
</div>
|
|
|
</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(1)">统计</button>
|
|
|
|
|
+
|
|
|
<button class="btn btn-primary" type="button" id="add_btn"><i class="icon icon-plus-sign"></i> 增加稽查记录</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>
|
|
|
|
|
|
|
+ <button class="btn btn-info3" type="button" style="margin-left:30px;" onclick="exportThird()"> 导出Excel</button>
|
|
|
|
|
+ </div>
|
|
|
|
|
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
@@ -41,7 +49,6 @@
|
|
|
</div>
|
|
</div>
|
|
|
<div class="">
|
|
<div class="">
|
|
|
|
|
|
|
|
-
|
|
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
</div>
|
|
@@ -141,16 +148,16 @@
|
|
|
init();
|
|
init();
|
|
|
});
|
|
});
|
|
|
|
|
|
|
|
- function exportThird(){
|
|
|
|
|
- var param = '';
|
|
|
|
|
- var month_date = $("#month_date").val();
|
|
|
|
|
- var first = $("#first").val();
|
|
|
|
|
- var second = $("#second").val();
|
|
|
|
|
- if( month_date != '' ){
|
|
|
|
|
- param = "&check_time_name="+month_date ;
|
|
|
|
|
|
|
+ function exportThird() {
|
|
|
|
|
+ var param = '';
|
|
|
|
|
+ var month_date = $("#month_date").val();
|
|
|
|
|
+ var first = $("#first").val();
|
|
|
|
|
+ var second = $("#second").val();
|
|
|
|
|
+ if (month_date != '') {
|
|
|
|
|
+ param = "&check_time_name=" + month_date;
|
|
|
}
|
|
}
|
|
|
- if( second != '' ){
|
|
|
|
|
- param += "&dept_id="+ second ;
|
|
|
|
|
|
|
+ if (second != '') {
|
|
|
|
|
+ param += "&dept_id=" + second;
|
|
|
}
|
|
}
|
|
|
window.open(getserveraddr() + "/file/other/check/excel?check_type=1" + param);
|
|
window.open(getserveraddr() + "/file/other/check/excel?check_type=1" + param);
|
|
|
}
|
|
}
|