Нет описания

superviseStatisticsReport.html 10KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="UTF-8">
  5. <title>督办统计数据</title>
  6. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  7. <script src="../Script/Common/huayi.load.js"></script>
  8. <script src="../Script/Common/huayi.config.js"></script>
  9. <link href="../css/WorkOrder/Search.css" rel="stylesheet">
  10. <link href="../css/init.css" rel="stylesheet" />
  11. <link rel="stylesheet" href="../js/zTree/zTreeStyle.css" />
  12. <script src="../js/laydate/laydate.js"></script>
  13. <script src="../js/zTree/jquery.ztree.core.js"></script>
  14. <style>
  15. table td {
  16. word-break: break-all;
  17. word-wrap: break-word;
  18. }
  19. .Shows {
  20. display: block !important;
  21. }
  22. .complain {
  23. display: none;
  24. }
  25. .toolLeft input {
  26. width: 200px;
  27. }
  28. th {
  29. padding: 5px;
  30. text-align: center;
  31. }
  32. td {
  33. padding: 5px;
  34. }
  35. .Borders {
  36. border: 1px solid #d7d7d7;
  37. }
  38. .daoHang {
  39. margin-bottom: 15px;
  40. }
  41. .inpBox {
  42. border: 1px solid #e5e6e7;
  43. height: 32px;
  44. width: 200px;
  45. display: inline-block;
  46. position: relative;
  47. vertical-align: middle;
  48. }
  49. .inpBox .inps1 {
  50. width: 100%;
  51. height: 30px;
  52. outline: none;
  53. border: 0;
  54. border-image-width: 0;
  55. padding: 0;
  56. padding-left: 3px;
  57. }
  58. .xl {
  59. display: inline-block;
  60. background: url(../img/dropDown.png) no-repeat;
  61. height: 100%;
  62. background-position: center center;
  63. width: 20px;
  64. position: absolute;
  65. right: 0;
  66. top: 0px;
  67. background-color: #f7bc8b;
  68. cursor: pointer;
  69. }
  70. .xl:hover {
  71. background-color: #e6d523;
  72. }
  73. .addTree {
  74. background: #fff;
  75. position: absolute;
  76. width: 100%;
  77. border: 1px solid darkgrey;
  78. right: 0;
  79. top: 30px;
  80. display: none;
  81. height: 350px;
  82. overflow-y: auto;
  83. z-index: 10;
  84. text-align: center;
  85. }
  86. .addTree .list li:hover {
  87. background: #ebebeb;
  88. color: #717171;
  89. }
  90. </style>
  91. </head>
  92. <body class="gray-bg">
  93. <div class="wrapper wrapper-content animated fadeInRight">
  94. <div class="daoHang clearfix">
  95. <div class="dhLeft">
  96. <sapn>
  97. <i class="syIcon"></i>位置:
  98. <a href="javaScript:;" id="ReIndex">首页</a>&gt;
  99. <a href="javaScript:;">业务统计</a>&gt;
  100. <a href="" class="nowPosition">督办统计数据</a>
  101. </sapn>
  102. </div>
  103. <div class="dhRight">
  104. <a href="" title="刷新"><i class="fa fa-refresh"></i></a>
  105. </div>
  106. </div>
  107. <div class="Content_box">
  108. <div class="complain Shows">
  109. <div class="toolBar clearfix">
  110. <div class="toolLeft">
  111. 日期:
  112. <input class="photo x-color inputs laydate-icon" type="text" id="squeryTime" />
  113. <!-- 结束时间:
  114. <input class="photo x-color inputs laydate-icon" type="text" id="equeryTime" /> -->
  115. 部门:
  116. <div class="inpBox">
  117. <input class="inps inps1">
  118. <input type="hidden" id="deptid" />
  119. <i class="xl xl_two"></i>
  120. <div class="addTree xlAdd_two">
  121. <ul id="deptTree" class="ztree"></ul>
  122. </div>
  123. </div>
  124. <button class="btns search_1">查询</button>
  125. <a class="btns" id="exportPublicSentiments">导出</a>
  126. </div>
  127. </div>
  128. <!--table1-->
  129. <div style="width: 100%;padding: 10px;">
  130. <table id="workorderlist" class="tables" data-row-style="rowStyle" data-query-params="queryParams"
  131. data-pagination="true">
  132. <thead>
  133. <tr>
  134. <th data-field="F_DeptName" data-align="center">承办单位</th>
  135. <th data-field="F_ReciveCount" data-formatter="reciveCountList" data-align="center">承办件</th>
  136. <th data-field="F_TimeOutCount" data-formatter="timeOutCountList" data-align="center">超期件</th>
  137. <th data-field="F_UnFinishCount" data-formatter="unFinishCountList" data-align="center">未果件</th>
  138. <th data-field="F_BackCount" data-formatter="backCountList" data-align="center">退单件</th>
  139. <th data-field="F_VisitCount" data-formatter="visitCountList" data-align="center">群众评议总数</th>
  140. <th data-field="F_DissatisfiedCount" data-formatter="dissatisfiedCountList" data-align="center">不满意件</th>
  141. </tr>
  142. </thead>
  143. </table>
  144. </div>
  145. </div>
  146. </div>
  147. </div>
  148. <script>
  149. $(document).ready(function () {
  150. // laydate.skin('blue');
  151. // laydate({
  152. // elem: '#squeryTime',
  153. // event: 'focus'
  154. // });
  155. laydate.render({
  156. elem: '#squeryTime'
  157. ,theme: '#00a1cb'
  158. ,type: 'month'
  159. });
  160. initTable();
  161. bindtree();
  162. });
  163. //表格
  164. function initTable() {
  165. $.ajax({
  166. url: huayi.config.callcenter_url + 'DataAssessment/GetDBDataList',
  167. type: 'get',
  168. data: {
  169. date: $('#squeryTime').val(),
  170. // end: $('#equeryTime').val(),
  171. deptid: $("#deptid").val(),
  172. token: $.cookie("token")
  173. },
  174. dataType: "json",
  175. async: true,
  176. success: function (returnValue) {
  177. //异步获取数据
  178. //debugger;
  179. var resultData = returnValue.rows;
  180. $('#workorderlist').bootstrapTable('load', resultData);
  181. }
  182. });
  183. $('#workorderlist').bootstrapTable('destroy').bootstrapTable({
  184. striped: true,
  185. // pagination: false,
  186. });
  187. }
  188. //搜索
  189. $(".search_1").click(function () {
  190. initTable();
  191. });
  192. $(".inps").focus(function () {
  193. $(this).siblings(".addTree").css("display", "block");
  194. });
  195. $(".xl").click(function () {
  196. var xl = $(this).siblings(".addTree");
  197. if (xl.css("display") == "block") {
  198. xl.css("display", "none");
  199. } else {
  200. xl.css("display", "block");
  201. }
  202. });
  203. $(".addTree").mouseleave(function () {
  204. $(this).css("display", "none");
  205. });
  206. function bindtree() {
  207. $.getJSON(
  208. huayi.config.callcenter_url + "Department/GetDeptListtree", {
  209. token: $.cookie("token")
  210. },
  211. function (result) {
  212. if (result.state.toLowerCase() == "success") {
  213. $.fn.zTree.init($("#deptTree"), setting, result.data);
  214. }
  215. }
  216. );
  217. }
  218. //获取所属部门
  219. var setting = {
  220. data: {
  221. key: {
  222. name: "text",
  223. },
  224. simpleData: {
  225. enable: true,
  226. idKey: "id",
  227. // pIdKey: "F_PartentId",
  228. rootPId: 0,
  229. },
  230. },
  231. callback: {
  232. onClick: zTreeOnClick,
  233. },
  234. };
  235. function zTreeOnClick(event, treeId, treeNode) {
  236. $(".inps1").val(treeNode.text);
  237. $("#deptid").val(treeNode.id);
  238. }
  239. function reciveCountList(val, row) {
  240. return '<div class="imgs" ><a class="" onclick="viewList(\'' + row.F_DeptId + '\', \'0\')" >' + val + '</a></div>';
  241. }
  242. function timeOutCountList(val, row) {
  243. return '<div class="imgs" ><a class="" onclick="viewList(\'' + row.F_DeptId + '\', \'1\')" >' + val + '</a></div>';
  244. }
  245. function unFinishCountList(val, row) {
  246. return '<div class="imgs" ><a class="" onclick="viewList(\'' + row.F_DeptId + '\', \'2\')" >' + val + '</a></div>';
  247. }
  248. function backCountList(val, row) {
  249. return '<div class="imgs" ><a class="" onclick="viewList(\'' + row.F_DeptId + '\', \'3\')" >' + val + '</a></div>';
  250. }
  251. function visitCountList(val, row) {
  252. return '<div class="imgs" ><a class="" onclick="viewList(\'' + row.F_DeptId + '\', \'4\')" >' + val + '</a></div>';
  253. }
  254. function dissatisfiedCountList(val, row) {
  255. return '<div class="imgs" ><a class="" onclick="viewList(\'' + row.F_DeptId + '\', \'5\')" >' + val + '</a></div>';
  256. }
  257. function viewList(deptId, dbtype) {
  258. searchDate = $("#squeryTime").val()
  259. layer.open({
  260. type: 2,
  261. content: "./superviseStatisticsList.html?deptId=" + deptId + "&dbtype=" + dbtype + "&searchDate=" + searchDate, //iframe的url,no代表不显示滚动条
  262. title: '督办统计列表',
  263. area: ['90%', '80%'], //宽高
  264. });
  265. }
  266. //导出
  267. $('#exportPublicSentiments').click(function () {
  268. dcexcelDispath(this);
  269. });
  270. function dcexcelDispath(obj) {
  271. var url = huayi.config.callcenter_url + "DataAssessment/ExptDBDataList?token=" + $.cookie("token");
  272. url += "&date=" + $('#squeryTime').val() + "&deptid=" + $('#deptid')
  273. .val();
  274. obj.href = url;
  275. }
  276. </script>
  277. </body>
  278. </html>