123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208 |
- <!DOCTYPE html>
- <html xmlns="http://www.w3.org/1999/xhtml" ng-app="app">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no" />
- <title>信访查询</title>
- <link href="../../AFrontEnd/css/animate.css" rel="stylesheet" />
- <link href="../../AFrontEnd/css/fontawesome/css/font-awesome.css" rel="stylesheet" />
- <link href="../../AFrontEnd/css/bootstrap.css" rel="stylesheet" />
- <link href="../../AFrontEnd/css/style.css" rel="stylesheet" />
- <script>document.write("<link href='../../AFrontEnd/css/special.css?time=" + new Date().getTime() + "' rel='stylesheet'>");</script>
- <style>
- </style>
- </head>
- <body>
- <div ng-controller="listCtrl as ctl" ng-cloak>
- <div class="wrapper wrapper-content">
- <div class="row">
- <div class="col-md-12">
- <div class="ibox float-e-margins">
- <div class="ibox-content">
- <div class="row">
- <div class="sp-page">
- <button class="sp-btn-blue sp-pull-right" style="margin:3px" ng-click="ctl.printOut()">导出</button>
- <button class="sp-btn-blue sp-pull-right" style="margin:3px" ng-click="ctl.getData()">查询</button>
- <div class="sp-page sp-span3 sp-pull-right sp-ml-20 sp-lh-30" ng-if="ctl.search.TYPE==4">
- 结束时间:
- <input type="text" class="sp-input laydate-logo" sp-laydate style="width:150px" ng-model="ctl.search.JSSJ" />
- </div>
- <div class="sp-page sp-span3 sp-pull-right sp-ml-20 sp-lh-30" ng-if="ctl.search.TYPE==4">
- 开始时间:
- <input type="text" class="sp-input laydate-logo" sp-laydate style="width:150px" ng-model="ctl.search.KSSJ" />
- </div>
- <div class="sp-page sp-span2 sp-pull-right sp-lh-30">
- <select class="sp-select" ng-model="ctl.search.TYPE" ng-change="ctl.changeType()">
- <option value="1">本月</option>
- <option value="2">本季度</option>
- <option value="3">本年</option>
- <option value="4">自定义</option>
- </select>
- </div>
- <div class="sp-page sp-span2 sp-pull-right sp-lh-30 sp-mr-10">
- <select class="sp-select" ng-model="ctl.search.FLOW" ng-change="ctl.getData(1)">
- <option value="1">信访查询</option>
- <option value="2">政民零距离查询</option>
- </select>
- </div>
- <div class="sp-line-gray"></div>
- </div>
- <div class="sp-page" style="overflow:auto">
- <table class="sp-table" id="printOut">
- <thead>
- <tr>
- <th ng-if="ctl.search.FLOW==1" rowspan="4" width="180"><div style="width:150px">部门</div></th>
- <th ng-if="ctl.search.FLOW==1" colspan="36" style="border-bottom: 1px solid #E1E6EB">信访渠道</th>
- <th ng-if="ctl.search.FLOW==2" rowspan="2" width="180"><div style="width:150px">部门</div></th>
- <th ng-if="ctl.search.FLOW==2" colspan="3" style="border-bottom: 1px solid #E1E6EB">办理情况</th>
- </tr>
- <tr ng-if="ctl.search.FLOW==1">
- <th colspan="10" style="border-bottom: 1px solid #E1E6EB">来信渠道</th>
- <th colspan="4" style="border-bottom: 1px solid #E1E6EB">来电渠道</th>
- <th colspan="12" style="border-bottom: 1px solid #E1E6EB">来访渠道</th>
- <th colspan="10" style="border-bottom: 1px solid #E1E6EB">网络渠道</th>
- </tr>
- <tr ng-if="ctl.search.FLOW==1">
- <th colspan="2" style="border-bottom: 1px solid #E1E6EB">直收</th>
- <th colspan="2" style="border-bottom: 1px solid #E1E6EB">市信访办转</th>
- <th colspan="2" style="border-bottom: 1px solid #E1E6EB">上级转</th>
- <th colspan="2" style="border-bottom: 1px solid #E1E6EB">部门转</th>
- <th colspan="2" style="border-bottom: 1px solid #E1E6EB">小计</th>
- <th colspan="2" style="border-bottom: 1px solid #E1E6EB"></th>
- <th colspan="2" style="border-bottom: 1px solid #E1E6EB">小计</th>
- <th colspan="2" style="border-bottom: 1px solid #E1E6EB">直收</th>
- <th colspan="2" style="border-bottom: 1px solid #E1E6EB">上级转</th>
- <th colspan="2" style="border-bottom: 1px solid #E1E6EB">部门转</th>
- <th colspan="2" style="border-bottom: 1px solid #E1E6EB">进京访(正常访)</th>
- <th colspan="2" style="border-bottom: 1px solid #E1E6EB">进京访(非正常访)</th>
- <th colspan="2" style="border-bottom: 1px solid #E1E6EB">小计</th>
- <th colspan="2" style="border-bottom: 1px solid #E1E6EB">住建委官网</th>
- <th colspan="2" style="border-bottom: 1px solid #E1E6EB">网络媒体</th>
- <th colspan="2" style="border-bottom: 1px solid #E1E6EB">市信访办转</th>
- <th colspan="2" style="border-bottom: 1px solid #E1E6EB">其他</th>
- <th colspan="2" style="border-bottom: 1px solid #E1E6EB">小计</th>
- </tr>
- <tr ng-if="ctl.search.FLOW==1">
- <th>件次</th>
- <th>人次</th>
- <th>件次</th>
- <th>人次</th>
- <th>件次</th>
- <th>人次</th>
- <th>件次</th>
- <th>人次</th>
- <th>件次</th>
- <th>人次</th>
- <th>件次</th>
- <th>人次</th>
- <th>件次</th>
- <th>人次</th>
- <th>件次</th>
- <th>人次</th>
- <th>件次</th>
- <th>人次</th>
- <th>件次</th>
- <th>人次</th>
- <th>件次</th>
- <th>人次</th>
- <th>件次</th>
- <th>人次</th>
- <th>件次</th>
- <th>人次</th>
- <th>件次</th>
- <th>人次</th>
- <th>件次</th>
- <th>人次</th>
- <th>件次</th>
- <th>人次</th>
- <th>件次</th>
- <th>人次</th>
- <th>件次</th>
- <th>人次</th>
- </tr>
- <tr ng-if="ctl.search.FLOW==2">
- <th>办理中</th>
- <th>完结</th>
- <th>合计</th>
- </tr>
- </thead>
- <tbody>
- <tr ng-repeat="item in ctl.list">
- <td ng-bind="item.NAME"></td>
- <td ng-if="ctl.search.FLOW==1" ng-bind="item.ITEM_LX.ZS_JC"></td>
- <td ng-if="ctl.search.FLOW==1" ng-bind="item.ITEM_LX.ZS_RC"></td>
- <td ng-if="ctl.search.FLOW==1" ng-bind="item.ITEM_LX.SXFBZ_JC"></td>
- <td ng-if="ctl.search.FLOW==1" ng-bind="item.ITEM_LX.SXFBZ_RC"></td>
- <td ng-if="ctl.search.FLOW==1" ng-bind="item.ITEM_LX.SJZ_JC"></td>
- <td ng-if="ctl.search.FLOW==1" ng-bind="item.ITEM_LX.SJZ_RC"></td>
- <td ng-if="ctl.search.FLOW==1" ng-bind="item.ITEM_LX.BMZ_JC"></td>
- <td ng-if="ctl.search.FLOW==1" ng-bind="item.ITEM_LX.BMZ_RC"></td>
- <td ng-if="ctl.search.FLOW==1" ng-bind="item.ITEM_LX.JC_TOTAL"></td>
- <td ng-if="ctl.search.FLOW==1" ng-bind="item.ITEM_LX.RC_TOTAL"></td>
- <td ng-if="ctl.search.FLOW==1" ng-bind="item.ITEM_LD.LDQD_JC"></td>
- <td ng-if="ctl.search.FLOW==1" ng-bind="item.ITEM_LD.LDQD_RC"></td>
- <td ng-if="ctl.search.FLOW==1" ng-bind="item.ITEM_LD.JC_TOTAL"></td>
- <td ng-if="ctl.search.FLOW==1" ng-bind="item.ITEM_LD.RC_TOTAL"></td>
- <td ng-if="ctl.search.FLOW==1" ng-bind="item.ITEM_LF.ZS1_JC"></td>
- <td ng-if="ctl.search.FLOW==1" ng-bind="item.ITEM_LF.ZS1_RC"></td>
- <td ng-if="ctl.search.FLOW==1" ng-bind="item.ITEM_LF.SJZ1_JC"></td>
- <td ng-if="ctl.search.FLOW==1" ng-bind="item.ITEM_LF.SJZ1_RC"></td>
- <td ng-if="ctl.search.FLOW==1" ng-bind="item.ITEM_LF.BMZ1_JC"></td>
- <td ng-if="ctl.search.FLOW==1" ng-bind="item.ITEM_LF.BMZ1_RC"></td>
- <td ng-if="ctl.search.FLOW==1" ng-bind="item.ITEM_LF.JJFZCF_JC"></td>
- <td ng-if="ctl.search.FLOW==1" ng-bind="item.ITEM_LF.JJFZCF_RC"></td>
- <td ng-if="ctl.search.FLOW==1" ng-bind="item.ITEM_LF.JJFFZCF_JC"></td>
- <td ng-if="ctl.search.FLOW==1" ng-bind="item.ITEM_LF.JJFFZCF_RC"></td>
- <td ng-if="ctl.search.FLOW==1" ng-bind="item.ITEM_LF.JC_TOTAL"></td>
- <td ng-if="ctl.search.FLOW==1" ng-bind="item.ITEM_LF.RC_TOTAL"></td>
- <td ng-if="ctl.search.FLOW==1" ng-bind="item.ITEM_WL.ZJWGW_JC"></td>
- <td ng-if="ctl.search.FLOW==1" ng-bind="item.ITEM_WL.ZJWGW_RC"></td>
- <td ng-if="ctl.search.FLOW==1" ng-bind="item.ITEM_WL.WLMT_JC"></td>
- <td ng-if="ctl.search.FLOW==1" ng-bind="item.ITEM_WL.WLMT_RC"></td>
- <td ng-if="ctl.search.FLOW==1" ng-bind="item.ITEM_WL.SXFBZ1_JC"></td>
- <td ng-if="ctl.search.FLOW==1" ng-bind="item.ITEM_WL.SXFBZ1_RC"></td>
- <td ng-if="ctl.search.FLOW==1" ng-bind="item.ITEM_WL.QT_JC"></td>
- <td ng-if="ctl.search.FLOW==1" ng-bind="item.ITEM_WL.QT_RC"></td>
- <td ng-if="ctl.search.FLOW==1" ng-bind="item.ITEM_WL.JC_TOTAL"></td>
- <td ng-if="ctl.search.FLOW==1" ng-bind="item.ITEM_WL.RC_TOTAL"></td>
- <td ng-if="ctl.search.FLOW==2" ng-bind="item.DEAL_COUNT"></td>
- <td ng-if="ctl.search.FLOW==2" ng-bind="item.STOP_COUNT"></td>
- <td ng-if="ctl.search.FLOW==2" ng-bind="item.TOTAL"></td>
- </tr>
- </tbody>
- </table>
- <div class="sp-table-tip ng-hide" ng-show="ctl.noDataTip == 0">
- <i class="fa fa-exclamation-circle sp-mr-10"></i>您好,暂未查询到相关信息!
- </div>
- </div>
- </div>
- </div>
- </div>
- </div>
- </div>
- </div>
- </div>
- <script src="../../AFrontEnd/js/jquery/jquery-2.1.4.min.js"></script>
- <script src="../../AFrontEnd/js/laydate/laydate.js"></script>
- <script src="../../AFrontEnd/js/angularjs/angular.js"></script>
- <script src="../../AFrontEnd/js/angularjs/dirPagination.js"></script>
- <script src="../../apiurljs.js"></script>
- <script src="../../js/sm4.js"></script>
- <!-- 导出excel -->
- <script src="../gongzi/js/vendor/jquery.jqprint-0.3.js"></script>
- <script src="../gongzi/js/vendor/shim.min.js"></script>
- <script src="../gongzi/js/vendor/jszip.js"></script>
- <script src="../gongzi/js/vendor/xlsx.full.js"></script>
- <script src="../gongzi/js/vendor/Blob.js"></script>
- <script src="../gongzi/js/vendor/FileSaver.js"></script>
- <script>document.write('<scri' + 'pt src="../../AFrontEnd/js/special/special.js?time=' + new Date().getTime() + '" type="text/javascript"></s' + 'cript>')</script>
- <script>document.write('<scri' + 'pt src="js/search.js?time=' + new Date().getTime() + '" type="text/javascript"></s' + 'cript>')</script>
- <script src="../../AFrontEnd/js/special/spng.js"></script>
- <script src="../../AFrontEnd/js/special/spngvld.js"></script>
- </body>
- </html>
|