説明なし

assessmentDataStatistics.html 16KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476
  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. /*树形下拉样式开始*/
  42. .inpBox {
  43. border: 1px solid #e5e6e7;
  44. height: 32px;
  45. width: 200px;
  46. display: inline-block;
  47. position: relative;
  48. vertical-align: middle;
  49. }
  50. .inpBox .inps1 {
  51. width: 100%;
  52. height: 30px;
  53. outline: none;
  54. border: 0;
  55. border-image-width: 0;
  56. padding: 0;
  57. padding-left: 3px;
  58. }
  59. .xl_two {
  60. display: inline-block;
  61. background: url(../img/dropDown.png) no-repeat;
  62. height: 100%;
  63. background-position: center center;
  64. width: 20px;
  65. position: absolute;
  66. right: 0;
  67. top: 0px;
  68. background-color: #f7bc8b;
  69. cursor: pointer;
  70. }
  71. .xl_two:hover {
  72. background-color: #e6d523;
  73. }
  74. .xlAdd_two {
  75. background: #fff;
  76. position: absolute;
  77. width: 100%;
  78. border: 1px solid darkgrey;
  79. right: 0;
  80. top: 30px;
  81. display: none;
  82. height: 350px;
  83. overflow-y: auto;
  84. z-index: 10;
  85. text-align: center;
  86. }
  87. .xlAdd_two .list li:hover {
  88. background: #ebebeb;
  89. color: #717171;
  90. }
  91. /*树形下拉样式结束*/
  92. .Content_box .title {
  93. font-size: 24px;
  94. text-align: center;
  95. }
  96. .Content_box h5 {
  97. font-size: 16px;
  98. text-align: center;
  99. }
  100. .select {
  101. width: 200px;
  102. height: 32px;
  103. border: 1px solid rgb(229, 230, 231);
  104. }
  105. .footerDataStatistics {
  106. /* padding: 0 0 0 20px; */
  107. margin: 10px 0 0 10px;
  108. font-size: 18px;
  109. }
  110. .tables .th-inner {
  111. white-space: normal !important;
  112. }
  113. </style>
  114. </head>
  115. <body class="gray-bg">
  116. <div class="wrapper wrapper-content animated fadeInRight">
  117. <div class="daoHang clearfix">
  118. <div class="dhLeft">
  119. <sapn>
  120. <i class="syIcon"></i>位置:
  121. <a href="javaScript:;" id="ReIndex">首页</a>&gt;
  122. <a href="javaScript:;">报表管理</a>&gt;
  123. <a href="" class="nowPosition">考核报表数据统计</a>
  124. </sapn>
  125. </div>
  126. <div class="dhRight">
  127. <a href="" title="刷新"><i class="fa fa-refresh"></i></a>
  128. </div>
  129. </div>
  130. <div class="Content_box">
  131. <div class="complain Shows">
  132. <div class="toolBar clearfix">
  133. <div class="toolLeft">
  134. 开始日期:
  135. <input class="photo x-color inputs laydate-icon" type="text" id="squeryTime" autocomplete="off" />
  136. 结束时间:
  137. <input class="photo x-color inputs laydate-icon" type="text" id="equeryTime" autocomplete="off" />
  138. 部门:
  139. <div class="inpBox">
  140. <input class="inps inps1">
  141. <input type="hidden" id="deptid" />
  142. <i class="xl xl_two"></i>
  143. <div class="addTree xlAdd_two">
  144. <ul id="deptTree" class="ztree"></ul>
  145. </div>
  146. </div>
  147. 来源:
  148. <select class="select" id="source"></select>
  149. <button class="btns search_1">查询</button>
  150. <a class="btns" id="exportPublicSentiments">导出</a>
  151. </div>
  152. </div>
  153. <div class="title" id="titleText">12345联动服务工作考核数据表</div>
  154. <div class="title">统计周期:<span class="statisticalPeriod"></span></div>
  155. <h5>一、县(市、区)联动单位</h5>
  156. <div style="width: 100%;padding: 10px;">
  157. <table id="workorderlist_1" class="tables" data-row-style="rowStyle" data-query-params="queryParams">
  158. </table>
  159. </div>
  160. <h5>二、市直机关联动单位一组</h5>
  161. <div style="width: 100%;padding: 10px;">
  162. <table id="workorderlist_2" class="tables" data-row-style="rowStyle" data-query-params="queryParams">
  163. </table>
  164. </div>
  165. <h5>三、市直机关联动单位二组</h5>
  166. <div style="width: 100%;padding: 10px;">
  167. <table id="workorderlist_3" class="tables" data-row-style="rowStyle" data-query-params="queryParams">
  168. </table>
  169. </div>
  170. <h5>四、公共事业企业联动单位</h5>
  171. <div style="width: 100%;padding: 10px;">
  172. <table id="workorderlist_4" class="tables" data-row-style="rowStyle" data-query-params="queryParams">
  173. </table>
  174. </div>
  175. <h5>总计</h5>
  176. <div style="width: 100%;padding: 10px;">
  177. <table id="workorderlist_5" class="tables" data-row-style="rowStyle" data-query-params="queryParams">
  178. </table>
  179. </div>
  180. <div class="footerDataStatistics">统计时段:00:00—23:59:59</div>
  181. </div>
  182. </div>
  183. </div>
  184. <script src="./js/reportCommon.js"></script>
  185. <script>
  186. var tableColumns = [
  187. { title: '序号', align: 'center',
  188. formatter: function(value, row, index) {
  189. return index+1
  190. }
  191. },
  192. { field: 'deptname', title: '联动单位', align: 'center'
  193. },
  194. { field: 'Undertakers', title: '承办件', align: 'center',
  195. formatter: function(value, row, index) {
  196. return handleOrderList(value, row, 0);
  197. }
  198. },
  199. { field: 'Undertakersrate', title: '承办率', align: 'center'},
  200. { field: 'Undertakersscore', title: '得分(3分)', align: 'center'},
  201. { field: 'signfor', title: '及时签收件', align: 'center',
  202. formatter: function(value, row, index) {
  203. return handleOrderList(value, row, 1);
  204. }
  205. },
  206. { field: 'oversignfor', title: '超时签收件 ', align: 'center',
  207. formatter: function(value, row, index) {
  208. return handleOrderList(value, row, 2);
  209. }
  210. },
  211. { field: 'signforrate', title: '及时签收率', align: 'center'},
  212. { field: 'signforscore', title: '得分(5分)', align: 'center'},
  213. { field: 'overdue', title: '按时反馈件', align: 'center',
  214. formatter: function(value, row, index) {
  215. return handleOrderList(value, row, 3);
  216. }
  217. },
  218. { field: 'overfeedback', title: '超时反馈件', align: 'center',
  219. formatter: function(value, row, index) {
  220. return handleOrderList(value, row, 4);
  221. }
  222. },
  223. { field: 'Processing', title: '未到期工单', align: 'center',
  224. formatter: function(value, row, index) {
  225. return handleOrderList(value, row, 13);
  226. }
  227. },
  228. { field: 'overduerate', title: '按时反馈率', align: 'center'},
  229. { field: 'overduescore', title: '得分(15分)', align: 'center'},
  230. { field: 'conclude', title: '办结件', align: 'center',
  231. formatter: function(value, row, index) {
  232. return handleOrderList(value, row, 5);
  233. }
  234. },
  235. { field: 'noconclude', title: '未办结件', align: 'center',
  236. formatter: function(value, row, index) {
  237. return handleOrderList(value, row, 6);
  238. }
  239. },
  240. { field: 'completed', title: '应办结数量', align: 'center',
  241. formatter: function(value, row, index) {
  242. return handleOrderList(value, row, 14);
  243. }
  244. },
  245. { field: 'unsuccessfulrate', title: '办结率', align: 'center'},
  246. { field: 'unsuccessfulscore', title: '办结得分(10分)', align: 'center'},
  247. { field: 'one', title: '一次办结件', align: 'center',
  248. formatter: function(value, row, index) {
  249. return handleOrderList(value, row, 7);
  250. }
  251. },
  252. { field: 'noone', title: '非一次办结件', align: 'center',
  253. formatter: function(value, row, index) {
  254. return handleOrderList(value, row, 8);
  255. }
  256. },
  257. { field: 'reply', title: '回复工单量', align: 'center',
  258. formatter: function(value, row, index) {
  259. return handleOrderList(value, row, 15);
  260. }
  261. },
  262. { field: 'onerate', title: '一次办结率', align: 'center'},
  263. { field: 'onescore', title: '得分(12分)', align: 'center'},
  264. { field: 'noexamine', title: '不计入考核件', align: 'center',
  265. formatter: function(value, row, index) {
  266. return handleOrderList(value, row, 9);
  267. }
  268. },
  269. { field: 'review', title: '评议件', align: 'center',
  270. formatter: function(value, row, index) {
  271. return handleOrderList(value, row, 10);
  272. }
  273. },
  274. { field: 'satisfied', title: '满意件', align: 'center',
  275. formatter: function(value, row, index) {
  276. return handleOrderList(value, row, 11);
  277. }
  278. },
  279. { field: 'nosatisfied', title: '不满意件', align: 'center',
  280. formatter: function(value, row, index) {
  281. return handleOrderList(value, row, 12);
  282. }
  283. },
  284. { field: 'satisfiedrates', title: '满意率', align: 'center'},
  285. { field: 'satisfiedscore', title: '得分(55分)', align: 'center'},
  286. { field: 'total', title: '总分', align: 'center'},
  287. { title: '排名', align: 'center',
  288. formatter: function(value, row, index) {
  289. return index+1
  290. }
  291. },
  292. ]
  293. var exportParams = {}
  294. var treeInputParam = {
  295. classInps:'.inps',
  296. classId:'#deptid',
  297. treeApi:'Department/GetDeptList',
  298. classAddTree:'.addTree',
  299. classXl:'.xl',
  300. treeId:'#deptTree',
  301. treeObj:{
  302. name:'F_DeptName',
  303. id:'F_DeptId',
  304. pid:'F_PartentId',
  305. onclick:zTreeOnClick
  306. }
  307. }
  308. var selectParam = {
  309. id:"#source",
  310. apiUrl:"Dictionary/GetDicValueListById",
  311. dataParam:{
  312. id:1
  313. }
  314. }
  315. $(document).ready(function () {
  316. laydate.render({
  317. elem: '#squeryTime',
  318. theme: '#00a1cb',
  319. type: 'datetime',
  320. });
  321. laydate.render({
  322. elem: '#equeryTime',
  323. theme: '#00a1cb',
  324. type: 'datetime',
  325. });
  326. initTable();
  327. bindtree();
  328. selectCommon(selectParam);
  329. });
  330. //搜索
  331. $(".search_1").click(function () {
  332. initTable();
  333. });
  334. //导出
  335. $('#exportPublicSentiments').click(function () {
  336. exportParams.isdc = true
  337. exportFileFun('DataAssessment/GetExamine',exportParams)
  338. });
  339. function handleOrderList(val,row,tab){
  340. if (row.deptname !=='合计'&&row.deptname !=='总计') {
  341. if (!val) {
  342. val = 0
  343. }
  344. return '<div class="imgs" ><a class="" onclick="viewList(\'' + row.deptid + '\', \''+tab+'\')" >' + val +
  345. '</a></div>'
  346. }else{
  347. return val
  348. }
  349. }
  350. // 查看列表
  351. function viewList(deptid, tab) {
  352. console.log(deptid, tab)
  353. var deptid = encodeURIComponent(deptid)
  354. starttime = $("#squeryTime").val();
  355. endtime = $("#equeryTime").val();
  356. source = $("#source").val();
  357. source = encodeURIComponent(source);
  358. starttime = encodeURIComponent(starttime);
  359. if (endtime.length > 0 && endtime.length <= 10) {
  360. endtime = encodeURIComponent(endtime + " 23:59:59");
  361. } else {
  362. endtime = encodeURIComponent(endtime);
  363. }
  364. layer.open({
  365. type: 2,
  366. content: "./comhtml/reportOrderList.html?deptid=" + deptid + "&tab=" + tab +
  367. "&starttime=" + starttime + "&endtime=" + endtime+ "&source=" + source, //iframe的url,no代表不显示滚动条
  368. title: '考核统计分析列表',
  369. area: ['90%', '90%'], //宽高
  370. });
  371. }
  372. //表格
  373. function initTable() {
  374. var dataParams = {
  375. starttime: $('#squeryTime').val(),
  376. endtime: $('#equeryTime').val(),
  377. deptid: $("#deptid").val(),
  378. source: $("#source").val(),
  379. token: $.cookie("token")
  380. }
  381. exportParams = dataParams
  382. $.ajax({
  383. url: huayi.config.callcenter_url + 'DataAssessment/GetExamine',
  384. type: 'get',
  385. data: dataParams,
  386. dataType: "json",
  387. async: true,
  388. success: function (returnValue) {
  389. //异步获取数据
  390. //debugger;
  391. var resultData = returnValue.rows;
  392. var resultData_1 = []
  393. var resultData_2 = []
  394. var resultData_3 = []
  395. var resultData_4 = []
  396. var resultData_5 = []
  397. $(".statisticalPeriod").text(returnValue.strdate + " 至 " + returnValue.edate)
  398. $("#titleText").text("12345联动服务工作" + returnValue.month + "月份考核数据表")
  399. resultData.forEach(function (v, i) {
  400. if (v.category === 1) {
  401. resultData_1.push(v)
  402. } else if (v.category === 2) {
  403. resultData_2.push(v)
  404. } else if (v.category === 3) {
  405. resultData_3.push(v)
  406. } else if (v.category === 4) {
  407. resultData_4.push(v)
  408. }else {
  409. resultData_5.push(v)
  410. }
  411. })
  412. $('#workorderlist_1').bootstrapTable('load', resultData_1);
  413. $('#workorderlist_2').bootstrapTable('load', resultData_2);
  414. $('#workorderlist_3').bootstrapTable('load', resultData_3);
  415. $('#workorderlist_4').bootstrapTable('load', resultData_4);
  416. $('#workorderlist_5').bootstrapTable('load', resultData_5);
  417. }
  418. });
  419. $('#workorderlist_1').bootstrapTable('destroy').bootstrapTable({
  420. striped: true,
  421. pagination: false,
  422. columns:tableColumns
  423. });
  424. $('#workorderlist_2').bootstrapTable('destroy').bootstrapTable({
  425. striped: true,
  426. pagination: false,
  427. columns:tableColumns
  428. });
  429. $('#workorderlist_3').bootstrapTable('destroy').bootstrapTable({
  430. striped: true,
  431. pagination: false,
  432. columns:tableColumns
  433. });
  434. $('#workorderlist_4').bootstrapTable('destroy').bootstrapTable({
  435. striped: true,
  436. pagination: false,
  437. columns:tableColumns
  438. });
  439. $('#workorderlist_5').bootstrapTable('destroy').bootstrapTable({
  440. striped: true,
  441. pagination: false,
  442. columns:tableColumns
  443. });
  444. }
  445. </script>
  446. </body>
  447. </html>