search.html 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208
  1. <!DOCTYPE html>
  2. <html xmlns="http://www.w3.org/1999/xhtml" ng-app="app">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5. <meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no" />
  6. <title>信访查询</title>
  7. <link href="../../AFrontEnd/css/animate.css" rel="stylesheet" />
  8. <link href="../../AFrontEnd/css/fontawesome/css/font-awesome.css" rel="stylesheet" />
  9. <link href="../../AFrontEnd/css/bootstrap.css" rel="stylesheet" />
  10. <link href="../../AFrontEnd/css/style.css" rel="stylesheet" />
  11. <script>document.write("<link href='../../AFrontEnd/css/special.css?time=" + new Date().getTime() + "' rel='stylesheet'>");</script>
  12. <style>
  13. </style>
  14. </head>
  15. <body>
  16. <div ng-controller="listCtrl as ctl" ng-cloak>
  17. <div class="wrapper wrapper-content">
  18. <div class="row">
  19. <div class="col-md-12">
  20. <div class="ibox float-e-margins">
  21. <div class="ibox-content">
  22. <div class="row">
  23. <div class="sp-page">
  24. <button class="sp-btn-blue sp-pull-right" style="margin:3px" ng-click="ctl.printOut()">导出</button>
  25. <button class="sp-btn-blue sp-pull-right" style="margin:3px" ng-click="ctl.getData()">查询</button>
  26. <div class="sp-page sp-span3 sp-pull-right sp-ml-20 sp-lh-30" ng-if="ctl.search.TYPE==4">
  27. 结束时间:
  28. <input type="text" class="sp-input laydate-logo" sp-laydate style="width:150px" ng-model="ctl.search.JSSJ" />
  29. </div>
  30. <div class="sp-page sp-span3 sp-pull-right sp-ml-20 sp-lh-30" ng-if="ctl.search.TYPE==4">
  31. 开始时间:
  32. <input type="text" class="sp-input laydate-logo" sp-laydate style="width:150px" ng-model="ctl.search.KSSJ" />
  33. </div>
  34. <div class="sp-page sp-span2 sp-pull-right sp-lh-30">
  35. <select class="sp-select" ng-model="ctl.search.TYPE" ng-change="ctl.changeType()">
  36. <option value="1">本月</option>
  37. <option value="2">本季度</option>
  38. <option value="3">本年</option>
  39. <option value="4">自定义</option>
  40. </select>
  41. </div>
  42. <div class="sp-page sp-span2 sp-pull-right sp-lh-30 sp-mr-10">
  43. <select class="sp-select" ng-model="ctl.search.FLOW" ng-change="ctl.getData(1)">
  44. <option value="1">信访查询</option>
  45. <option value="2">政民零距离查询</option>
  46. </select>
  47. </div>
  48. <div class="sp-line-gray"></div>
  49. </div>
  50. <div class="sp-page" style="overflow:auto">
  51. <table class="sp-table" id="printOut">
  52. <thead>
  53. <tr>
  54. <th ng-if="ctl.search.FLOW==1" rowspan="4" width="180"><div style="width:150px">部门</div></th>
  55. <th ng-if="ctl.search.FLOW==1" colspan="36" style="border-bottom: 1px solid #E1E6EB">信访渠道</th>
  56. <th ng-if="ctl.search.FLOW==2" rowspan="2" width="180"><div style="width:150px">部门</div></th>
  57. <th ng-if="ctl.search.FLOW==2" colspan="3" style="border-bottom: 1px solid #E1E6EB">办理情况</th>
  58. </tr>
  59. <tr ng-if="ctl.search.FLOW==1">
  60. <th colspan="10" style="border-bottom: 1px solid #E1E6EB">来信渠道</th>
  61. <th colspan="4" style="border-bottom: 1px solid #E1E6EB">来电渠道</th>
  62. <th colspan="12" style="border-bottom: 1px solid #E1E6EB">来访渠道</th>
  63. <th colspan="10" style="border-bottom: 1px solid #E1E6EB">网络渠道</th>
  64. </tr>
  65. <tr ng-if="ctl.search.FLOW==1">
  66. <th colspan="2" style="border-bottom: 1px solid #E1E6EB">直收</th>
  67. <th colspan="2" style="border-bottom: 1px solid #E1E6EB">市信访办转</th>
  68. <th colspan="2" style="border-bottom: 1px solid #E1E6EB">上级转</th>
  69. <th colspan="2" style="border-bottom: 1px solid #E1E6EB">部门转</th>
  70. <th colspan="2" style="border-bottom: 1px solid #E1E6EB">小计</th>
  71. <th colspan="2" style="border-bottom: 1px solid #E1E6EB"></th>
  72. <th colspan="2" style="border-bottom: 1px solid #E1E6EB">小计</th>
  73. <th colspan="2" style="border-bottom: 1px solid #E1E6EB">直收</th>
  74. <th colspan="2" style="border-bottom: 1px solid #E1E6EB">上级转</th>
  75. <th colspan="2" style="border-bottom: 1px solid #E1E6EB">部门转</th>
  76. <th colspan="2" style="border-bottom: 1px solid #E1E6EB">进京访(正常访)</th>
  77. <th colspan="2" style="border-bottom: 1px solid #E1E6EB">进京访(非正常访)</th>
  78. <th colspan="2" style="border-bottom: 1px solid #E1E6EB">小计</th>
  79. <th colspan="2" style="border-bottom: 1px solid #E1E6EB">住建委官网</th>
  80. <th colspan="2" style="border-bottom: 1px solid #E1E6EB">网络媒体</th>
  81. <th colspan="2" style="border-bottom: 1px solid #E1E6EB">市信访办转</th>
  82. <th colspan="2" style="border-bottom: 1px solid #E1E6EB">其他</th>
  83. <th colspan="2" style="border-bottom: 1px solid #E1E6EB">小计</th>
  84. </tr>
  85. <tr ng-if="ctl.search.FLOW==1">
  86. <th>件次</th>
  87. <th>人次</th>
  88. <th>件次</th>
  89. <th>人次</th>
  90. <th>件次</th>
  91. <th>人次</th>
  92. <th>件次</th>
  93. <th>人次</th>
  94. <th>件次</th>
  95. <th>人次</th>
  96. <th>件次</th>
  97. <th>人次</th>
  98. <th>件次</th>
  99. <th>人次</th>
  100. <th>件次</th>
  101. <th>人次</th>
  102. <th>件次</th>
  103. <th>人次</th>
  104. <th>件次</th>
  105. <th>人次</th>
  106. <th>件次</th>
  107. <th>人次</th>
  108. <th>件次</th>
  109. <th>人次</th>
  110. <th>件次</th>
  111. <th>人次</th>
  112. <th>件次</th>
  113. <th>人次</th>
  114. <th>件次</th>
  115. <th>人次</th>
  116. <th>件次</th>
  117. <th>人次</th>
  118. <th>件次</th>
  119. <th>人次</th>
  120. <th>件次</th>
  121. <th>人次</th>
  122. </tr>
  123. <tr ng-if="ctl.search.FLOW==2">
  124. <th>办理中</th>
  125. <th>完结</th>
  126. <th>合计</th>
  127. </tr>
  128. </thead>
  129. <tbody>
  130. <tr ng-repeat="item in ctl.list">
  131. <td ng-bind="item.NAME"></td>
  132. <td ng-if="ctl.search.FLOW==1" ng-bind="item.ITEM_LX.ZS_JC"></td>
  133. <td ng-if="ctl.search.FLOW==1" ng-bind="item.ITEM_LX.ZS_RC"></td>
  134. <td ng-if="ctl.search.FLOW==1" ng-bind="item.ITEM_LX.SXFBZ_JC"></td>
  135. <td ng-if="ctl.search.FLOW==1" ng-bind="item.ITEM_LX.SXFBZ_RC"></td>
  136. <td ng-if="ctl.search.FLOW==1" ng-bind="item.ITEM_LX.SJZ_JC"></td>
  137. <td ng-if="ctl.search.FLOW==1" ng-bind="item.ITEM_LX.SJZ_RC"></td>
  138. <td ng-if="ctl.search.FLOW==1" ng-bind="item.ITEM_LX.BMZ_JC"></td>
  139. <td ng-if="ctl.search.FLOW==1" ng-bind="item.ITEM_LX.BMZ_RC"></td>
  140. <td ng-if="ctl.search.FLOW==1" ng-bind="item.ITEM_LX.JC_TOTAL"></td>
  141. <td ng-if="ctl.search.FLOW==1" ng-bind="item.ITEM_LX.RC_TOTAL"></td>
  142. <td ng-if="ctl.search.FLOW==1" ng-bind="item.ITEM_LD.LDQD_JC"></td>
  143. <td ng-if="ctl.search.FLOW==1" ng-bind="item.ITEM_LD.LDQD_RC"></td>
  144. <td ng-if="ctl.search.FLOW==1" ng-bind="item.ITEM_LD.JC_TOTAL"></td>
  145. <td ng-if="ctl.search.FLOW==1" ng-bind="item.ITEM_LD.RC_TOTAL"></td>
  146. <td ng-if="ctl.search.FLOW==1" ng-bind="item.ITEM_LF.ZS1_JC"></td>
  147. <td ng-if="ctl.search.FLOW==1" ng-bind="item.ITEM_LF.ZS1_RC"></td>
  148. <td ng-if="ctl.search.FLOW==1" ng-bind="item.ITEM_LF.SJZ1_JC"></td>
  149. <td ng-if="ctl.search.FLOW==1" ng-bind="item.ITEM_LF.SJZ1_RC"></td>
  150. <td ng-if="ctl.search.FLOW==1" ng-bind="item.ITEM_LF.BMZ1_JC"></td>
  151. <td ng-if="ctl.search.FLOW==1" ng-bind="item.ITEM_LF.BMZ1_RC"></td>
  152. <td ng-if="ctl.search.FLOW==1" ng-bind="item.ITEM_LF.JJFZCF_JC"></td>
  153. <td ng-if="ctl.search.FLOW==1" ng-bind="item.ITEM_LF.JJFZCF_RC"></td>
  154. <td ng-if="ctl.search.FLOW==1" ng-bind="item.ITEM_LF.JJFFZCF_JC"></td>
  155. <td ng-if="ctl.search.FLOW==1" ng-bind="item.ITEM_LF.JJFFZCF_RC"></td>
  156. <td ng-if="ctl.search.FLOW==1" ng-bind="item.ITEM_LF.JC_TOTAL"></td>
  157. <td ng-if="ctl.search.FLOW==1" ng-bind="item.ITEM_LF.RC_TOTAL"></td>
  158. <td ng-if="ctl.search.FLOW==1" ng-bind="item.ITEM_WL.ZJWGW_JC"></td>
  159. <td ng-if="ctl.search.FLOW==1" ng-bind="item.ITEM_WL.ZJWGW_RC"></td>
  160. <td ng-if="ctl.search.FLOW==1" ng-bind="item.ITEM_WL.WLMT_JC"></td>
  161. <td ng-if="ctl.search.FLOW==1" ng-bind="item.ITEM_WL.WLMT_RC"></td>
  162. <td ng-if="ctl.search.FLOW==1" ng-bind="item.ITEM_WL.SXFBZ1_JC"></td>
  163. <td ng-if="ctl.search.FLOW==1" ng-bind="item.ITEM_WL.SXFBZ1_RC"></td>
  164. <td ng-if="ctl.search.FLOW==1" ng-bind="item.ITEM_WL.QT_JC"></td>
  165. <td ng-if="ctl.search.FLOW==1" ng-bind="item.ITEM_WL.QT_RC"></td>
  166. <td ng-if="ctl.search.FLOW==1" ng-bind="item.ITEM_WL.JC_TOTAL"></td>
  167. <td ng-if="ctl.search.FLOW==1" ng-bind="item.ITEM_WL.RC_TOTAL"></td>
  168. <td ng-if="ctl.search.FLOW==2" ng-bind="item.DEAL_COUNT"></td>
  169. <td ng-if="ctl.search.FLOW==2" ng-bind="item.STOP_COUNT"></td>
  170. <td ng-if="ctl.search.FLOW==2" ng-bind="item.TOTAL"></td>
  171. </tr>
  172. </tbody>
  173. </table>
  174. <div class="sp-table-tip ng-hide" ng-show="ctl.noDataTip == 0">
  175. <i class="fa fa-exclamation-circle sp-mr-10"></i>您好,暂未查询到相关信息!
  176. </div>
  177. </div>
  178. </div>
  179. </div>
  180. </div>
  181. </div>
  182. </div>
  183. </div>
  184. </div>
  185. <script src="../../AFrontEnd/js/jquery/jquery-2.1.4.min.js"></script>
  186. <script src="../../AFrontEnd/js/laydate/laydate.js"></script>
  187. <script src="../../AFrontEnd/js/angularjs/angular.js"></script>
  188. <script src="../../AFrontEnd/js/angularjs/dirPagination.js"></script>
  189. <script src="../../apiurljs.js"></script>
  190. <script src="../../js/sm4.js"></script>
  191. <!-- 导出excel -->
  192. <script src="../gongzi/js/vendor/jquery.jqprint-0.3.js"></script>
  193. <script src="../gongzi/js/vendor/shim.min.js"></script>
  194. <script src="../gongzi/js/vendor/jszip.js"></script>
  195. <script src="../gongzi/js/vendor/xlsx.full.js"></script>
  196. <script src="../gongzi/js/vendor/Blob.js"></script>
  197. <script src="../gongzi/js/vendor/FileSaver.js"></script>
  198. <script>document.write('<scri' + 'pt src="../../AFrontEnd/js/special/special.js?time=' + new Date().getTime() + '" type="text/javascript"></s' + 'cript>')</script>
  199. <script>document.write('<scri' + 'pt src="js/search.js?time=' + new Date().getTime() + '" type="text/javascript"></s' + 'cript>')</script>
  200. <script src="../../AFrontEnd/js/special/spng.js"></script>
  201. <script src="../../AFrontEnd/js/special/spngvld.js"></script>
  202. </body>
  203. </html>