132 lines
4.2 KiB
HTML
132 lines
4.2 KiB
HTML
<style type="text/css">
|
|
.top {
|
|
width: 80%;
|
|
margin: auto;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.top select {
|
|
width: 150px;
|
|
height: 30px;
|
|
margin-left: 10px;
|
|
}
|
|
|
|
.guanLi {
|
|
width: 93%;
|
|
margin: auto;
|
|
text-align: center;
|
|
}
|
|
|
|
.guanLi tr {
|
|
height: 30px;
|
|
}
|
|
|
|
.yanse {
|
|
background: #e4f4f8;
|
|
border: #c9ebf2 1px solid;
|
|
}
|
|
|
|
.btn {
|
|
width: 60px;
|
|
text-align: center;
|
|
height: 30px;
|
|
margin-left: 50px;
|
|
background: #e4e8e5f5;
|
|
border: none;
|
|
color: #fff;
|
|
border-radius: 5px;
|
|
}
|
|
|
|
.class_tabel {
|
|
/*position: absolute;*/
|
|
height: 40px;
|
|
text-align: center;
|
|
font-size: 15px;
|
|
line-height: 40px;
|
|
background: #e4f4f8;
|
|
border: #c9ebf2 1px solid;
|
|
}
|
|
</style>
|
|
|
|
|
|
<div class="container">
|
|
<div class="row Top">
|
|
<i></i>
|
|
<h2>行政处罚</h2>
|
|
<i style="float:right"></i>
|
|
</div>
|
|
<div style="margin-top: 40px;">
|
|
<div class="row text-left SortTop">
|
|
<div class="panel-group">
|
|
<div class="panel panel-default">
|
|
<div class="panel-heading">
|
|
<h4 class="panel-title" data-toggle="collapse" data-parent="#accordion"
|
|
href="#collapseOne" style="cursor:pointer;">
|
|
行政处罚
|
|
</h4>
|
|
</div>
|
|
|
|
<div id="collapseOne" style="margin-top: 20px; ">
|
|
<div style=" display:flex; flex-direction:row; line-height:50px; padding-left:12px;height: 30px">
|
|
<p style=" width:150px">年份:</p>
|
|
<div ng-dropdown-multiselect="" max-height=10 max-width=25 options="arrRWNF"
|
|
selected-model="newsearch.rwnf" extra-settings="stringQXSettings"
|
|
translation-texts="searchCustomTexts"></div>
|
|
<span>{{newsearch.rwnf}}</span>
|
|
</div>
|
|
<div style=" display:flex; flex-direction:row; line-height:50px; padding-left:12px;height: 30px">
|
|
<p style=" width:150px">所属环节:</p>
|
|
<div ng-dropdown-multiselect="" options="arrLY" selected-model="newsearch.ly"
|
|
extra-settings="stringQXSettings" translation-texts="searchCustomTexts"
|
|
max-height=10 max-width=25
|
|
></div>
|
|
<span>{{newsearch.ly}}</span>
|
|
</div>
|
|
<div style=" display:flex; flex-direction:row; line-height:50px; padding-left:12px;height: 30px">
|
|
<p style=" width:150px">被追溯单位所在区:</p>
|
|
<div ng-dropdown-multiselect="" max-height=10 max-width=25 options="arrSZQX"
|
|
selected-model="newsearch.szqx" extra-settings="stringQXSettings"
|
|
translation-texts="searchCustomTexts"></div>
|
|
<span>{{newsearch.szqx}}</span>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div style=" text-align: center; width: 100%;margin-bottom: 20px;margin-top: 20px;">
|
|
<input type="button" style="background: #0eb3e694;width: 200px" class="btn btn-success"
|
|
value="搜索" ng-click="btn_clcik()"/>
|
|
<input type="button" style="background: #0eb3e694;width: 200px" class="btn btn-success"
|
|
value="导出" ng-click="export()"/>
|
|
</div>
|
|
|
|
|
|
</div>
|
|
|
|
|
|
</div>
|
|
|
|
</div>
|
|
<div style="width: 100%; text-align: center; font-size: 30px; padding-top: 10px; font-weight: bold">
|
|
{{score}}分
|
|
</div>
|
|
<div style="">
|
|
<table class="layui-hide" id="zhuisulv"></table>
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<script>
|
|
|
|
$(function () {
|
|
$('.dept_select').chosen();
|
|
});
|
|
|
|
|
|
</script>
|
|
|
|
|
|
|