|
@@ -0,0 +1,100 @@
|
|
|
+<titlemenu></titlemenu>
|
|
|
+<div class="dj-list">
|
|
|
+ <div class="dj-list-body">
|
|
|
+ <div party-tree data-selectdzzdm="treeparams.selectdzzdm" data-selectdzzmc="treeparams.selectdzzmc"
|
|
|
+ data-defaultselected="treeparams.defaultselected" data-isunfold="treeparams.isunfold"
|
|
|
+ data-showdxz="treeparams.showdxz"></div>
|
|
|
+ <div class="dj-list-content">
|
|
|
+ <div class="card">
|
|
|
+ <div activate-input activate-select class="header search-header">
|
|
|
+ <div fold-partytree data-isunfold="treeparams.isunfold"></div>
|
|
|
+ <div class="search-param-panel">
|
|
|
+ <div class="search-input">
|
|
|
+ <form class="form-horizontal">
|
|
|
+ <div class="row clearfix form-inline">
|
|
|
+ <div class="col-lg-2 col-md-2 dj-label">
|
|
|
+ <label>当前选中组织</label>
|
|
|
+ </div>
|
|
|
+ <div class="col-lg-2 col-md-2">
|
|
|
+ <div class="form-group">
|
|
|
+ <div class="form-line">
|
|
|
+ <div class="input-group input-group-search">
|
|
|
+ <input name="selectdzzmc" type="text" style="min-width: 90px"
|
|
|
+ ng-model="treeparams.selectdzzmc" class="form-control"
|
|
|
+ ng-disabled="true"/>
|
|
|
+ <span class="input-group-addon"
|
|
|
+ ng-click="setisunfold()">选择</span>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </form>
|
|
|
+ </div>
|
|
|
+ <div class="search-btn" style="margin-right: 20px;">
|
|
|
+ <div style="min-width: 13em">
|
|
|
+ <button class="btn btn-default1"
|
|
|
+ ng-click="search()">查询
|
|
|
+ </button>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="search-btn" style="margin-right: 20px;">
|
|
|
+ <div style="float: right">
|
|
|
+
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="body">
|
|
|
+ <div class="zero-list-table-panel">
|
|
|
+ <div class="zero-source-table-div">
|
|
|
+ <table class="table table-bordered table-striped table-hover js-basic-example dataTable text-nowrap">
|
|
|
+ <thead>
|
|
|
+ <tr>
|
|
|
+ <!-- 第一行 -->
|
|
|
+ <th rowspan="2">序号</th>
|
|
|
+ <th rowspan="2">基层党组织</th>
|
|
|
+ <th colspan="6">党员评议结果</th>
|
|
|
+ <th rowspan="2">不合格党员处理情况</th>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <!-- 第二行 -->
|
|
|
+ <th>优秀名额</th>
|
|
|
+ <th>优秀名单</th>
|
|
|
+ <th>合格名额</th>
|
|
|
+ <th>合格名单</th>
|
|
|
+ <th>基本合格名额</th>
|
|
|
+ <th>不合格名额</th>
|
|
|
+ </tr>
|
|
|
+ </thead>
|
|
|
+ <tbody>
|
|
|
+ <tr ng-repeat="it in dataList">
|
|
|
+ <th>{{$index + 1}}</th>
|
|
|
+ <th>{{it.DZZMC}}</th>
|
|
|
+ <th>{{it.yxCount}}</th>
|
|
|
+ <th>{{it.yxmd}}</th>
|
|
|
+ <th>{{it.hgCount}}</th>
|
|
|
+ <th>{{it.hgmd}}</th>
|
|
|
+ <th>{{it.jbhgCount}}</th>
|
|
|
+ <th>{{it.bhgCount}}</th>
|
|
|
+ <th>
|
|
|
+ <p>开除党籍{{it.kcdjcfCount}}人</p>
|
|
|
+ <p>劝其退党{{it.qqtdcfCount}}人</p>
|
|
|
+ <p>限期改正{{it.qxgzcfCount}}人</p>
|
|
|
+ <p>党内除名{{it.dncmcfCount}}人</p>
|
|
|
+ <p>受其他党纪处分{{it.qtdjcfCount}}人</p>
|
|
|
+ <p>受其他处置{{it.qtcfCount}}人</p>
|
|
|
+ </th>
|
|
|
+ </tr>
|
|
|
+ <tr ng-if="dataList.length==0">
|
|
|
+ <td colspan="13" style="text-align:center">暂无数据</td>
|
|
|
+ </tr>
|
|
|
+ </tbody>
|
|
|
+ </table>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+</div>
|