list2.html 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211
  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. <link href="css/list2.css" rel="stylesheet" />
  13. <style>
  14. .sp-table tr td {
  15. border-right: 1px solid #E1E6EB;
  16. }
  17. .sp-table tr td:last-child {
  18. border-right: 0;
  19. }
  20. .blgc tr:first-child td {
  21. border-top: 0;
  22. }
  23. </style>
  24. </head>
  25. <body>
  26. <div ng-controller="listCtrl as ctl" ng-cloak>
  27. <div class="loading" ng-if="ctl.loading">
  28. <div class="loading-msg">
  29. <h3>数据加载中,请等待</h3>
  30. <div class="spinner">
  31. <div class="bounce1"></div>
  32. <div class="bounce2"></div>
  33. <div class="bounce3"></div>
  34. </div>
  35. </div>
  36. </div>
  37. <div class="wrapper wrapper-content">
  38. <div class="row">
  39. <div class="col-md-12">
  40. <div class="sp-box">
  41. <div class="sp-col-100" style="position:relative">
  42. <div class="sp-box sp-fs-20">委机关处室&nbsp;&nbsp;&nbsp;&nbsp;[督办范围:2024-01-01至今]</div>
  43. <center class="sp-page-col moveLeft" style="padding-right: 15px; left: 0;" onmouseover="$('.moveLeft').show(); $('.moveRight').show()" onmouseout="$('.moveLeft').hide(); $('.moveRight').hide()" ng-if="ctl.list1.length>5">
  44. <img src="../index/img/left.png" style="margin-top: 60px; cursor: pointer; " ng-click="ctl.ywblMove(1)" />
  45. </center>
  46. <div class="sp-page" style="height: 180px; overflow: hidden" onmouseover="$('.moveLeft').show(); $('.moveRight').show()" onmouseout="$('.moveLeft').hide(); $('.moveRight').hide()">
  47. <div class="sp-page List" style="margin-left: 0px; transition: margin-left 1s ease 0s; ">
  48. <div class="Item" style="background: #EBF8FE; padding: 10px;" ng-repeat="item in ctl.list1" repeat-finish>
  49. <div style="color: #1582DF;padding-bottom:5px;border-bottom:1px solid #ccc">{{item.SECTION}}({{item.DUTYMAN}})</div>
  50. <center class="sp-page pointer" style="width: 30%; height: 30px; background: white; padding: 5px 0; margin: 10px 1.6%; color: #108F98" ng-click="ctl.searchIds(item.GWCOUNT.swblCountSumIds)">
  51. <strong>主办 :<span ng-bind="item.GWCOUNT.swblCountSum"></span></strong>
  52. </center>
  53. <center class="sp-page pointer" style="width: 30%; height: 30px; background: white; padding: 5px 0; margin: 10px 1.6%; color: #108F98" ng-click="ctl.searchIds(item.GWCOUNT.swcpCountSumIds)">
  54. <strong>协办 :<span ng-bind="item.GWCOUNT.swcpCountSum"></span></strong>
  55. </center>
  56. <center class="sp-page pointer" style="width: 30%; height: 30px; background: white; padding: 5px 0; margin: 10px 1.6%; color: #108F98" ng-click="ctl.searchIds(item.GWCOUNT.swbjCountSumIds)">
  57. <strong>办结 :<span ng-bind="item.GWCOUNT.swbjCountSum"></span></strong>
  58. </center>
  59. <div class="sp-page" style="width: 50%; height: 80px;">
  60. <center class="sp-page pointer" style="width: 90%; height: 30px; background: white; padding: 5px 0; margin: 0 5% 5px 5%; color: #333" ng-click="ctl.searchIds(item.GWCOUNT.sw18blCountIds)">
  61. 一般收文 :<span ng-bind="item.GWCOUNT.sw18blCount"></span>
  62. </center>
  63. <center class="sp-page pointer" style="width: 90%; height: 30px; background: white; padding: 5px 0; margin: 5px 5% 0 5%; color: #333" ng-click="ctl.searchIds(item.GWCOUNT.sw16blCountIds)">
  64. 领导批示 :<span ng-bind="item.GWCOUNT.sw16blCount"></span>
  65. </center>
  66. </div>
  67. <center class="sp-page" style="width: 45%; height: 70px; background: white; padding: 5px 0; margin: 0 2.5%;">
  68. <div class="sp-page pointer" style="width: 50%; height: 30px;line-height: 30px; position: relative; " ng-click="ctl.searchIds(item.SW_MONTH_BLACKCOUNTIDS)">
  69. <span style="width: 20px; height: 20px; display: inline-block; background: #B93EFF; border-radius: 10px; position: absolute; left: 10px; top: 5px; "></span>
  70. <span style="position: absolute; left: 35px;" ng-bind="item.SW_MONTH_BLACKCOUNT"></span>
  71. </div>
  72. <div class="sp-page pointer" style="width: 50%; height: 30px;line-height: 30px; position: relative; " ng-click="ctl.searchIds(item.SW_MONTH_REDCOUNTIDS)">
  73. <span style="width: 20px; height: 20px; display: inline-block; background: #FF0000; border-radius: 10px; position: absolute; left: 10px; top: 5px; "></span>
  74. <span style="position: absolute; left: 35px; " ng-bind="item.SW_MONTH_REDCOUNT"></span>
  75. </div>
  76. <div class="sp-page pointer" style="width: 50%; height: 30px;line-height: 30px; position: relative; " ng-click="ctl.searchIds(item.SW_MONTH_YELLOWCOUNTIDS)">
  77. <span style="width: 20px; height: 20px; display: inline-block; background: #FFFF00; border-radius: 10px; position: absolute; left: 10px; top: 5px; "></span>
  78. <span style="position: absolute; left: 35px; " ng-bind="item.SW_MONTH_YELLOWCOUNT"></span>
  79. </div>
  80. <div class="sp-page pointer" style="width: 50%; height: 30px;line-height: 30px; position: relative; " ng-click="ctl.searchIds(item.SW_MONTH_GREENCOUNTIDS)">
  81. <span style="width: 20px; height: 20px; display: inline-block; background: #008000; border-radius: 10px; position: absolute; left: 10px; top: 5px; "></span>
  82. <span style="position: absolute; left: 35px; " ng-bind="item.SW_MONTH_GREENCOUNT"></span>
  83. </div>
  84. </center>
  85. </div>
  86. </div>
  87. </div>
  88. <center class="sp-page-col moveRight" style="padding-left: 15px; right: 0; " onmouseover="$('.moveLeft').show(); $('.moveRight').show()" onmouseout="$('.moveLeft').hide(); $('.moveRight').hide()" ng-if="ctl.list1.length>5">
  89. <img src="../index/img/right.png" style="margin-top: 60px; cursor: pointer; " ng-click="ctl.ywblMove(-1)" />
  90. </center>
  91. </div>
  92. <div class="sp-page" style="padding:10px;background:white">
  93. <div class="sp-page" style="width:55%">
  94. <center class="sp-page-col" style="width: 100px; padding: 10px; background: #EBF8FE; color: #108F98;line-height:34px ">来文单位:</center>
  95. <div class="sp-checkbox-blue sp-ml-10 sp-page" style="width: calc(100% - 110px)">
  96. <label style="width: 100px; display: inline-block; margin-left: 0; margin-right: 10px; " sp-checkbox-blue-item><input type="checkbox" ng-click="ctl.selectType('P0101')" />中共中央</label>
  97. <label style="width: 100px; display: inline-block; margin-left: 0; margin-right: 10px; " sp-checkbox-blue-item><input type="checkbox" ng-click="ctl.selectType('P0102')" />住建部</label>
  98. <label style="width: 120px; display: inline-block; margin-left: 0; margin-right: 10px; " sp-checkbox-blue-item><input type="checkbox" ng-click="ctl.selectType('P0103')" />中共天津市委</label>
  99. <label style="width: 140px; display: inline-block; margin-left: 0; margin-right: 10px; " sp-checkbox-blue-item><input type="checkbox" ng-click="ctl.selectType('P0104')" />人大系统</label>
  100. <label style="width: 100px; display: inline-block; margin-left: 0; margin-right: 10px; " sp-checkbox-blue-item><input type="checkbox" ng-click="ctl.selectType('P0107')" />政府系统</label>
  101. <label style="width: 100px; display: inline-block; margin-left: 0; margin-right: 10px; " sp-checkbox-blue-item><input type="checkbox" ng-click="ctl.selectType('P0106')" />市政协</label>
  102. <label style="width: 100px; display: inline-block; margin-left: 0; margin-right: 10px; " sp-checkbox-blue-item><input type="checkbox" ng-click="ctl.selectType('P0108')" />法院</label>
  103. <br />
  104. <label style="width: 100px; display: inline-block; margin-left: 0; margin-right: 10px; " sp-checkbox-blue-item><input type="checkbox" ng-click="ctl.selectType('P0109')" />检察院</label>
  105. <label style="width: 100px; display: inline-block; margin-left: 0; margin-right: 10px; " sp-checkbox-blue-item><input type="checkbox" ng-click="ctl.selectType('P0110')" />社会团体</label>
  106. <label style="width: 120px; display: inline-block; margin-left: 0; margin-right: 10px; " sp-checkbox-blue-item><input type="checkbox" ng-click="ctl.selectType('P0111')" />企业集团</label>
  107. <label style="width: 140px; display: inline-block; margin-left: 0; margin-right: 10px; " sp-checkbox-blue-item><input type="checkbox" ng-click="ctl.selectType('P0113')" />天津市建材业协会</label>
  108. <label style="width: 100px; display: inline-block; margin-left: 0; margin-right: 10px; " sp-checkbox-blue-item><input type="checkbox" ng-click="ctl.selectType('P0112')" />其他</label>
  109. </div>
  110. </div>
  111. <div class="sp-page" style="width: 45%">
  112. <div class="sp-page sp-ml-10" style="width: calc(100% - 110px); line-height: 54px">
  113. <input type="text" class="sp-input" style="width:calc(100% - 150px)" ng-model="ctl.search.title" placeholder="关键字" />
  114. <button class="sp-btn-blue sp-btn-sm" style="background: #008A94; padding: 0 20px; line-height: 30px; border-radius: 6px" ng-click="ctl.getData()"><i class="fa fa-search"></i>&nbsp;查询</button>
  115. </div>
  116. </div>
  117. </div>
  118. <div class="sp-box">
  119. <div class="sp-page" style="max-height:380px;overflow:auto">
  120. <table class="sp-table">
  121. <thead>
  122. <tr>
  123. <th style="width: 50px;">
  124. <img src="../flowchart_app_imgcss/img/deng.png" title="控制灯" />
  125. </th>
  126. <th>流程</th>
  127. <th width="400">标题</th>
  128. <th>主办处室</th>
  129. <th>督办</th>
  130. <th>开始办理日期</th>
  131. <th>办理过程</th>
  132. <th>处室办结日期</th>
  133. <th>状态</th>
  134. </tr>
  135. </thead>
  136. <tbody>
  137. <tr dir-paginate="item in ctl.qlcList|itemsPerPage:ctl.itemsPerPage" total-items="ctl.total_count">
  138. <td>
  139. <img src="../flowchart_app_imgcss/img/purple.png" ng-if="item.DENG=='BLACK'" />
  140. <img src="../flowchart_app_imgcss/img/red.png" ng-if="item.DENG=='RED'" />
  141. <img src="../flowchart_app_imgcss/img/yellow.png" ng-if="item.DENG=='YELLOW'" />
  142. <img src="../flowchart_app_imgcss/img/green.png" ng-if="item.DENG=='GREEN'" />
  143. <!--<span ng-if="item.MARKDELAY!=''" style="width: 22px; height: 22px; border: 1px solid #FF0000; border-radius: 15px; color: #FF0000; cursor: pointer; display: inline-block; font-size: 12px; line-height: 18px">延</span>-->
  144. <!--<span ng-if="item.MARKSTOP!=''" style="width: 22px; height: 22px; border: 1px solid #FF0000; border-radius: 15px; color: #FF0000; cursor: pointer; display: inline-block; font-size: 12px; line-height: 18px">停</span>-->
  145. </td>
  146. <td ng-bind="item.FLOWNAME"></td>
  147. <td>
  148. <div class="sp-page" style="max-width:400px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis">
  149. <a ng-bind="item.TITLE" ng-click="ctl.goUrl(item)"></a>
  150. </div>
  151. </td>
  152. <td ng-bind="item[item.CODETABLE+'.ZBCS']"></td>
  153. <td ng-bind="item[item.CODETABLE+'.DBLXCAPTION']"></td>
  154. <td ng-bind="item.APPDATE"></td>
  155. <td style="padding:0">
  156. <table class="sp-table blgc" style="border:0">
  157. <tr ng-repeat="item1 in item.RELATELIST">
  158. <td width="200">
  159. <a ng-bind="item1.FLOWNAME" ng-click="ctl.goUrl(item1)"></a>
  160. </td>
  161. <td width="100" ng-bind="item1.APPDATE"></td>
  162. <td width="60" ng-bind="item1.STATUSINFO_CN"></td>
  163. </tr>
  164. </table>
  165. </td>
  166. <td ng-bind="item.ARCHIVESDATE"></td>
  167. <td ng-bind="item.STATUSINFO_CN"></td>
  168. </tr>
  169. </tbody>
  170. </table>
  171. </div>
  172. <div class="sp-table-tip ng-hide" ng-show="ctl.noDataTip == 0">
  173. <i class="fa fa-exclamation-circle sp-mr-10"></i>您好,暂未查询到相关信息!
  174. </div>
  175. <div class="sp-page" ng-show="ctl.noDataTip != 0">
  176. <!--<div class="sp-page-col sp-pull-right">
  177. <div class="sp-lh-34">
  178. 每页 <select ng-model="ctl.itemsPerPage" ng-options="x for x in ctl.pageOptions"
  179. ng-init="ctl.itemsPerPage=ctl.pageOptions[0]"></select> 条
  180. </div>
  181. </div>-->
  182. <div class="sp-page-col sp-pull-right">
  183. <dir-pagination-controls max-size="8" direction-links="true" boundary-links="true"
  184. on-page-change="ctl.getList(newPageNumber)">
  185. </dir-pagination-controls>
  186. </div>
  187. </div>
  188. </div>
  189. </div>
  190. </div>
  191. </div>
  192. </div>
  193. </div>
  194. <script src="../../AFrontEnd/js/jquery/jquery-2.1.4.min.js"></script>
  195. <script src="../../AFrontEnd/js/laydate/laydate.js"></script>
  196. <script src="../../AFrontEnd/js/angularjs/angular.js"></script>
  197. <script src="../../AFrontEnd/js/angularjs/dirPagination.js"></script>
  198. <script src="../../AFrontEnd/plugins/hightcharts/highcharts.js"></script>
  199. <script src="../../AFrontEnd/plugins/hightcharts/no-data-to-display.js"></script>
  200. <script src="../index/js/circle-progress.js"></script>
  201. <script src="../../apiurljs.js"></script>
  202. <script src="../../js/sm4.js"></script>
  203. <script>document.write('<scri' + 'pt src="../../AFrontEnd/js/special/special.js?time=' + new Date().getTime() + '" type="text/javascript"></s' + 'cript>')</script>
  204. <script>document.write('<scri' + 'pt src="js/list2.js?time=' + new Date().getTime() + '" type="text/javascript"></s' + 'cript>')</script>
  205. <script src="../../AFrontEnd/js/special/spng.js"></script>
  206. <script src="../../AFrontEnd/js/special/spngvld.js"></script>
  207. </body>
  208. </html>