Няма описание

assessmentDataStatistics.html 15KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458
  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. <div class="footerDataStatistics">统计时段:00:00—23:59:59</div>
  176. </div>
  177. </div>
  178. </div>
  179. <script>
  180. var tableColumns = [
  181. { title: '序号', align: 'center',
  182. formatter: function(value, row, index) {
  183. return index+1
  184. }
  185. },
  186. { field: 'deptname', title: '联动单位', align: 'center'},
  187. { field: 'Undertakers', title: '承办件', align: 'center'},
  188. { field: 'Undertakersrate', title: '承办率', align: 'center'},
  189. { field: 'Undertakersscore', title: '得分(5分)', align: 'center'},
  190. { field: 'signfor', title: '及时签收件', align: 'center'},
  191. { field: 'signforrate', title: '及时签收率', align: 'center'},
  192. { field: 'signforscore', title: '得分(5分)', align: 'center'},
  193. { field: 'overdue', title: '按时反馈件', align: 'center'},
  194. { field: 'overduerate', title: '按时反馈率', align: 'center'},
  195. { field: 'overduescore', title: '得分(15分)', align: 'center'},
  196. { field: 'conclude', title: '办结件', align: 'center'},
  197. { field: 'unsuccessfulrate', title: '办结率', align: 'center'},
  198. { field: 'unsuccessfulscore', title: '办结得分', align: 'center'},
  199. { field: 'one', title: '一次办结件', align: 'center'},
  200. { field: 'onerate', title: '一次办结率', align: 'center'},
  201. { field: 'onescore', title: '得分(15分)', align: 'center'},
  202. { field: 'noexamine', title: '不计入考核件', align: 'center'},
  203. { field: 'satisfied', title: '满意件', align: 'center'},
  204. { field: 'satisfiedrates', title: '满意率', align: 'center'},
  205. { field: 'satisfiedscore', title: '得分(50分)', align: 'center'},
  206. { field: 'total', title: '总分', align: 'center'},
  207. { title: '排名', align: 'center',
  208. formatter: function(value, row, index) {
  209. return index+1
  210. }
  211. },
  212. ]
  213. var exportParams = {}
  214. var treeInputParam = {
  215. classInps:'.inps',
  216. classId:'#deptid',
  217. treeApi:'Department/GetDeptList',
  218. classAddTree:'.addTree',
  219. classXl:'.xl',
  220. treeId:'#deptTree',
  221. treeObj:{
  222. name:'F_DeptName',
  223. id:'F_DeptId',
  224. pid:'F_PartentId',
  225. onclick:zTreeOnClick
  226. }
  227. }
  228. var selectParam = {
  229. id:"#source",
  230. apiUrl:"Dictionary/GetDicValueListById",
  231. dataParam:{
  232. id:1
  233. }
  234. }
  235. $(document).ready(function () {
  236. laydate.render({
  237. elem: '#squeryTime',
  238. theme: '#00a1cb',
  239. type: 'datetime',
  240. });
  241. laydate.render({
  242. elem: '#equeryTime',
  243. theme: '#00a1cb',
  244. type: 'datetime',
  245. });
  246. initTable();
  247. bindtree();
  248. selectCommon(selectParam);
  249. });
  250. //搜索
  251. $(".search_1").click(function () {
  252. initTable();
  253. });
  254. //导出
  255. $('#exportPublicSentiments').click(function () {
  256. exportParams.isdc = true
  257. exportFileFun('DataAssessment/GetExamine',exportParams)
  258. });
  259. //表格
  260. function initTable() {
  261. var dataParams = {
  262. starttime: $('#squeryTime').val(),
  263. endtime: $('#equeryTime').val(),
  264. deptid: $("#deptid").val(),
  265. source: $("#source").val(),
  266. token: $.cookie("token")
  267. }
  268. exportParams = dataParams
  269. $.ajax({
  270. url: huayi.config.callcenter_url + 'DataAssessment/GetExamine',
  271. type: 'get',
  272. data: dataParams,
  273. dataType: "json",
  274. async: true,
  275. success: function (returnValue) {
  276. //异步获取数据
  277. //debugger;
  278. var resultData = returnValue.rows;
  279. var resultData_1 = []
  280. var resultData_2 = []
  281. var resultData_3 = []
  282. var resultData_4 = []
  283. $(".statisticalPeriod").text(returnValue.strdate + " 至 " + returnValue.edate)
  284. $("#titleText").text("12345联动服务工作" + returnValue.month + "月份考核数据表")
  285. resultData.forEach(function (v, i) {
  286. if (v.category === 1) {
  287. resultData_1.push(v)
  288. } else if (v.category === 2) {
  289. resultData_2.push(v)
  290. } else if (v.category === 3) {
  291. resultData_3.push(v)
  292. } else if (v.category === 4) {
  293. resultData_4.push(v)
  294. }
  295. })
  296. $('#workorderlist_1').bootstrapTable('load', resultData_1);
  297. $('#workorderlist_2').bootstrapTable('load', resultData_2);
  298. $('#workorderlist_3').bootstrapTable('load', resultData_3);
  299. $('#workorderlist_4').bootstrapTable('load', resultData_4);
  300. }
  301. });
  302. $('#workorderlist_1').bootstrapTable('destroy').bootstrapTable({
  303. striped: true,
  304. pagination: false,
  305. columns:tableColumns
  306. });
  307. $('#workorderlist_2').bootstrapTable('destroy').bootstrapTable({
  308. striped: true,
  309. pagination: false,
  310. columns:tableColumns
  311. });
  312. $('#workorderlist_3').bootstrapTable('destroy').bootstrapTable({
  313. striped: true,
  314. pagination: false,
  315. columns:tableColumns
  316. });
  317. $('#workorderlist_4').bootstrapTable('destroy').bootstrapTable({
  318. striped: true,
  319. pagination: false,
  320. columns:tableColumns
  321. });
  322. }
  323. // 树形下拉开始
  324. function bindtree() {
  325. $.getJSON(
  326. huayi.config.callcenter_url + treeInputParam.treeApi, {
  327. token: $.cookie("token")
  328. },
  329. function (result) {
  330. if (result.state.toLowerCase() == "success") {
  331. $.fn.zTree.init($(treeInputParam.treeId), setting, result.data);
  332. }
  333. }
  334. );
  335. }
  336. $(treeInputParam.classInps).focus(function () {
  337. $(this).siblings(treeInputParam.classAddTree).css("display", "block");
  338. });
  339. $(treeInputParam.classXl).click(function () {
  340. var xl = $(this).siblings(treeInputParam.classXl);
  341. if (xl.css("display") == "block") {
  342. xl.css("display", "none");
  343. } else {
  344. xl.css("display", "block");
  345. }
  346. });
  347. $(treeInputParam.classAddTree).mouseleave(function () {
  348. $(this).css("display", "none");
  349. });
  350. //获取所属部门
  351. var setting = {
  352. data: {
  353. key: {
  354. name: treeInputParam.treeObj.name,
  355. },
  356. simpleData: {
  357. enable: true,
  358. idKey: treeInputParam.treeObj.id,
  359. pIdKey: treeInputParam.treeObj.pid,
  360. rootPId: -1,
  361. },
  362. },
  363. callback: {
  364. onClick: treeInputParam.treeObj.onclick,
  365. },
  366. };
  367. function zTreeOnClick(event, treeId, treeNode) {
  368. $(treeInputParam.classInps).val(treeNode[treeInputParam.treeObj.name]);
  369. $(treeInputParam.classId).val(treeNode[treeInputParam.treeObj.id]);
  370. }
  371. // 树形下拉结束
  372. // 下拉框
  373. function selectCommon(obj) {
  374. var resultParam
  375. var dataParam = {
  376. token: $.cookie("token")
  377. }
  378. if (obj.dataParam) {
  379. resultParam = Object.assign(dataParam, obj.dataParam)
  380. }else{
  381. resultParam = dataParam
  382. }
  383. $(obj.id).empty();
  384. $(obj.id).append(
  385. '<option selected="selected" value="">请选择</option>'
  386. );
  387. $.getJSON(
  388. huayi.config.callcenter_url +
  389. obj.apiUrl, resultParam,
  390. function (data) {
  391. if (data.state.toLowerCase() == "success") {
  392. var content = data.data;
  393. $(content).each(function (i, n) {
  394. $(
  395. "<option value='" +
  396. n.F_ValueId +
  397. "'>" +
  398. n.F_Value +
  399. "</option>"
  400. ).appendTo($(obj.id));
  401. });
  402. }
  403. }
  404. );
  405. }
  406. //下拉框结束
  407. // 导出列表
  408. function exportFileFun(api, params) {
  409. var url = huayi.config.callcenter_url + api;
  410. if(typeof(params) !== "object") {
  411. return
  412. }
  413. delete params.page
  414. delete params.pagesize
  415. delete params.pageindex
  416. Object.keys(params).forEach(function(key, index) {
  417. if(!params[key]){
  418. params[key] = ""
  419. }
  420. if (index === 0) {
  421. url += `?${key}=${params[key]}`
  422. } else {
  423. url += `&${key}=${params[key]}`
  424. }
  425. })
  426. window.location.href = url;
  427. }
  428. //导出列表结束
  429. </script>
  430. </body>
  431. </html>