123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214 |
- <!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>
- .lcItem {
- background-color: #fff;
- height: 100px;
- text-align: center;
- padding: 5px 0;
- margin: 10px 0;
- border-radius: 5px;
- border: 1px solid #E1E6EB;
- box-shadow: 0px 2px 5px #E1E6EB;
- position: relative;
- cursor: pointer;
- }
- .cbd {
- float: right;
- position: absolute;
- top: 1px;
- right: 1px;
- }
- .activeLC {
- background: #4678ec;
- }
- </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="col-md-12">
- <div class="sp-page">
- <button class="sp-btn-blue sp-pull-right" style="margin:3px" ng-click="ctl.getData(1)">查询</button>
- <div class="sp-page sp-span3 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-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-line-gray"></div>
- </div>
- <div class="sp-box sp-fs-20">信访统计<span class="sp-btn-blue sp-fs-16 sp-btn-sm sp-radius sp-pull-right" ng-click="ctl.btnPrint1()">导出</span></div>
- <div class="sp-page">
- <div class="sp-page" style="width:100%;max-height:300px;overflow-y:auto">
- <table class="sp-table sp-mt-10" id="printOut1">
- <thead>
- <tr>
- <th rowspan="3">部门</th>
- <th colspan="10" style="border-bottom: 1px solid #E1E6EB">信访渠道</th>
- <th colspan="4" style="border-bottom: 1px solid #E1E6EB">来源流程</th>
- </tr>
- <tr>
- <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 rowspan="2">办理中</th>
- <th rowspan="2">完结</th>
- <th rowspan="2">超期</th>
- <th rowspan="2">延期</th>
- </tr>
- <tr>
- <th>件次</th>
- <th>人次</th>
- <th>件次</th>
- <th>人次</th>
- <th>件次</th>
- <th>人次</th>
- <th>件次</th>
- <th>人次</th>
- <th>件次</th>
- <th>人次</th>
- </tr>
- </thead>
- <tbody>
- <tr ng-repeat="item in ctl.list1">
- <td ng-bind="item.dpname"></td>
- <td ng-bind="item.lxqdjc"></td>
- <td ng-bind="item.lxqdrc"></td>
- <td ng-bind="item.ldqdjc"></td>
- <td ng-bind="item.ldqdrc"></td>
- <td ng-bind="item.lfqdjc"></td>
- <td ng-bind="item.lfqdrc"></td>
- <td ng-bind="item.wlqdjc"></td>
- <td ng-bind="item.wlqdrc"></td>
- <td ng-bind="item.jctotal"></td>
- <td ng-bind="item.rctotal"></td>
- <td ng-bind="item.blz"></td>
- <td ng-bind="item.wj"></td>
- <td ng-bind="item.cq"></td>
- <td ng-bind="item.yq"></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 class="sp-page sp-mt-20">
- <div class="sp-page" style="width:32.333%;">
- <div class="sp-box sp-pl-20" style="background-color: #F0F8FF">
- <input type="text" class="sp-input" style="width: 200px" readonly value="部门占比图" />
- </div>
- <div class="sp-page" id="column"></div>
- </div>
- <div class="sp-page sp-pull-left" style="width: 32.333%; margin-left: 1%;">
- <div class="sp-box sp-pl-20" style="background-color: #F0F8FF">
- <input type="text" class="sp-input" style="width: 200px" readonly value="信访渠道占比图" />
- </div>
- <div class="sp-page" id="pie2"></div>
- </div>
- <div class="sp-page" style="width: 32.333%; margin-left:1%;">
- <div class="sp-box sp-pl-20" style="background-color: #F0F8FF">
- <input type="text" class="sp-input" style="width: 200px" readonly value="来源流程占比图" />
- </div>
- <div class="sp-page" id="pie1"></div>
- </div>
- </div>
- <div class="sp-box sp-fs-20 sp-mt-30">政民零距离统计<span class="sp-btn-blue sp-fs-16 sp-btn-sm sp-radius sp-pull-right" ng-click="ctl.btnPrint2()">导出</span></div>
- <div class="sp-page">
- <div class="sp-page" style="width:50%;max-height:400px;overflow-y:auto">
- <table class="sp-table" id="printOut2">
- <thead>
- <tr>
- <th rowspan="2">部门</th>
- <th colspan="5" style="border-bottom: 1px solid #E1E6EB">信访渠道</th>
- </tr>
- <tr>
- <th style="border-bottom: 1px solid #E1E6EB">办理中</th>
- <th style="border-bottom: 1px solid #E1E6EB">完结</th>
- <th style="border-bottom: 1px solid #E1E6EB">超期</th>
- <th style="border-bottom: 1px solid #E1E6EB">延期</th>
- <th style="border-bottom: 1px solid #E1E6EB">小计</th>
- </tr>
- </thead>
- <tbody>
- <tr ng-repeat="item in ctl.list2">
- <td ng-bind="item.dpname"></td>
- <td ng-bind="item.blz"></td>
- <td ng-bind="item.wj"></td>
- <td ng-bind="item.cq"></td>
- <td ng-bind="item.yq"></td>
- <td 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 class="sp-page" style="width:49%; margin-left:1%;">
- <div class="sp-box sp-pl-20" style="background-color: #F0F8FF">
- <input type="text" class="sp-input" style="width: 200px" readonly value="政民零距离占比图" />
- </div>
- <div class="sp-page" id="bar"></div>
- </div>
- </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="../../AFrontEnd/plugins/hightcharts/highcharts.js"></script>
- <script src="../../AFrontEnd/plugins/hightcharts/no-data-to-display.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/list.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>
|