民权县12345_前端

businessBrief.html 53KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197
  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/init.css" rel="stylesheet" />
  10. <script src="../js/laydate/laydate.js"></script>
  11. <!--<script src="../js/jquery.table2excel.js"></script>-->
  12. <!--<script src="../js/excellentexport.js"></script>-->
  13. <style>
  14. .Shows {
  15. display: block !important;
  16. }
  17. .complain {
  18. display: none;
  19. }
  20. .daoHang {
  21. margin-bottom: 15px;
  22. }
  23. #main1,
  24. #main2 {
  25. width: 788.8px;
  26. margin: 0 auto;
  27. -webkit-box-shadow: 1px 1px 9px 2px #D2D2D2;
  28. box-shadow: 1px 1px 9px 2px #D2D2D2;
  29. background-color: #fff;
  30. padding: 30px 60px 80px 60px;
  31. }
  32. .alignC {
  33. text-align: center;
  34. }
  35. .alignC h2 {
  36. font-family: "宋体";
  37. font-weight: bold;
  38. font-size: 22pt;
  39. letter-spacing: -1px;
  40. }
  41. .headerAlign h3 div:nth-of-type(1) {
  42. font-size: 14pt;
  43. padding-top: 20px;
  44. text-align: left;
  45. font-weight: normal;
  46. margin-left: 48px;
  47. }
  48. #main1 table,
  49. #main2 table {
  50. margin: 0 auto;
  51. width: 600px;
  52. border-collapse: collapse;
  53. font-size: 13pt;
  54. font-family: "仿宋";
  55. }
  56. #main1 table tr, #main2 table tr {
  57. min-height: 49px;
  58. }
  59. tbody td {
  60. min-width: 10%;
  61. padding: 6px 0 6px 0;
  62. }
  63. .alignC .tableHead {
  64. text-align: center;
  65. padding-left: 10px;
  66. font-weight: 600;
  67. }
  68. .btn {
  69. margin-top: 4px;
  70. margin-bottom: 4px;
  71. background: #00a1cb;
  72. color: #fff;
  73. }
  74. .time-box {
  75. display: inline-block;
  76. position: relative;
  77. }
  78. .toolLeft input {
  79. padding-right: 30px;
  80. width: 150px;
  81. }
  82. .tub {
  83. position: absolute;
  84. right: 8px;
  85. top: 5px;
  86. font-size: 18px;
  87. color: #00a0ca;
  88. }
  89. #layui-laydate3 .layui-laydate-header {
  90. height: 31px;
  91. padding: 5px;
  92. }
  93. .laydate-theme-molv .layui-laydate-header i,
  94. .laydate-theme-molv .layui-laydate-header span {
  95. top: 2px;
  96. }
  97. .layui-laydate-header {
  98. padding: 0;
  99. }
  100. .laydate-theme-molv .layui-laydate-content {
  101. height: 195px;
  102. overflow: hidden;
  103. }
  104. .laydate-month-list > li {
  105. margin: 10px 0;
  106. }
  107. .laydate-footer-btns span:hover {
  108. color: #00a1cb;
  109. }
  110. </style>
  111. <style media="print">
  112. /*设置打印样式 标题宋体加黑二号*/
  113. .headerAlign h2 {
  114. font-family: "宋体" !important;
  115. font-weight: bold !important;
  116. font-size: 22pt !important;
  117. letter-spacing: -1px !important;
  118. }
  119. .headerAlign h3 div:nth-of-type(1) {
  120. font-size: 14pt !important;
  121. font-family: "宋体" !important;
  122. font-weight: normal !important;
  123. margin-left: 108px !important;
  124. }
  125. #main1,
  126. #main2 {
  127. padding: 40px 0 0 0 !important;
  128. }
  129. #main1 table,
  130. #main2 table {
  131. font-size: 13pt !important;
  132. font-family: "仿宋" !important;
  133. border-color: #000;
  134. color: #000;
  135. width: 600px !important;
  136. /*page-break-after:avoid !important;*/
  137. }
  138. #main1 table tr, #main2 table tr {
  139. min-height: 49px;
  140. }
  141. tbody td {
  142. padding: 6px 0 6px 0 !important;
  143. }
  144. @page {
  145. size: A4 portrait;
  146. }
  147. </style>
  148. </head>
  149. <body class="gray-bg">
  150. <div class="daoHang clearfix">
  151. <div class="dhLeft">
  152. <sapn>
  153. <i class="syIcon"></i>位置:
  154. <a href="javaScript:;" id="ReIndex">首页</a>&gt;
  155. <a href="javaScript:;">业务统计</a>&gt;
  156. <a class="nowPosition">业务简报</a>
  157. </sapn>
  158. </div>
  159. <div class="dhRight">
  160. <a href="" title="刷新"><i class="fa fa-refresh"></i></a>
  161. </div>
  162. </div>
  163. <div class="wrapper wrapper-content">
  164. <div class="Content_box">
  165. <div class="complain Shows">
  166. <ul class="nav nav-tabs ul_tab" role="tablist">
  167. <li class="active">
  168. <a href="#import_from_week" role="tab" data-toggle="tab">周简报</a>
  169. </li>
  170. <li>
  171. <a href="#import_from_month" role="tab" data-toggle="tab">月简报</a>
  172. </li>
  173. </ul>
  174. <div class="tab-content">
  175. <div class="tab-pane fade active in" id="import_from_week">
  176. <!--<div class="toolBar clearfix">
  177. <div class="toolLeft">
  178. 开始时间:
  179. <span class="time-box"><i class="tub fa fa-calendar"></i><input class="photo x-color inputs laydate-icon" type="text" id="startTimes_1" /></span>
  180. 结束时间:
  181. <span class="time-box"><i class="tub fa fa-calendar"></i><input class="photo x-color inputs laydate-icon" type="text" id="endTimes_1" /></span>
  182. <button class="btns search_1">查询</button>
  183. <a id="export_1" class="btns export_1" href="">导出</a>
  184. </div>
  185. </div>-->
  186. <div class="th-top clearfix">
  187. <div class="form-inline th-bar clearfix">
  188. <div class="time-box form-group" >
  189. <i class="tub fa fa-calendar"></i>
  190. <input class="form-control" type="text" id="startTime" placeholder="请选择时间">
  191. </div>
  192. <div class="form-group tool_bars pull-right">
  193. <botton class="btns search_1">查询</botton>
  194. <a class="btns export_1" id="export_1">导出</a>
  195. </div>
  196. </div>
  197. </div>
  198. <!--startprint1-->
  199. <div id="main1">
  200. <div class="alignC headerAlign">
  201. <br />
  202. <h2 style="margin-bottom: 15px;">
  203. 民权县12345政府服务热线周工作简报
  204. </h2>
  205. <!--<h3>
  206. <div>
  207. 时间:
  208. <span class="startTimeBrief1">-</span>
  209. <span>至</span>
  210. <span class="endTimeBrief1">-</span>
  211. </div>
  212. </h3>-->
  213. </div>
  214. <table id="weeklist" class="alignC" border="1" cellpadding="4" cellspacing="0" bordercolor="#cbcbcb">
  215. <tbody>
  216. <tr>
  217. <td colspan="8">
  218. <h3>
  219. 时间:
  220. <span class="startTimeBrief1">-</span>
  221. <span>至</span>
  222. <span class="endTimeBrief1">-</span>
  223. </h3>
  224. </td>
  225. </tr>
  226. <tr>
  227. <td colspan="8" class="tableHead">
  228. 话务受理情况
  229. </td>
  230. </tr>
  231. <tr>
  232. <td>
  233. 来电
  234. </td>
  235. <td>
  236. <span class="ldcount"></span>
  237. </td>
  238. <td>
  239. 接听
  240. </td>
  241. <td>
  242. <span class="jtcount"></span>
  243. </td>
  244. <td>
  245. 有效接听
  246. </td>
  247. <td>
  248. <span class="yxjtcount"></span>
  249. </td>
  250. <td colspan="2"></td>
  251. </tr>
  252. <!--工单受理情况-->
  253. <tr>
  254. <td colspan="8" class="tableHead">
  255. 工单受理情况
  256. </td>
  257. </tr>
  258. <tr>
  259. <td width="15%">
  260. 受理
  261. </td>
  262. <td width="10%">
  263. <span class="slcount"></span>
  264. </td>
  265. <td width="15%">
  266. 待提交
  267. </td>
  268. <td width="10%">
  269. <span class="dtjcount">100</span>
  270. </td>
  271. <td width="15%">
  272. 待交办
  273. </td>
  274. <td width="10%">
  275. <span class="djbcount">30</span>
  276. </td>
  277. <td width="15%">
  278. 待查收
  279. </td>
  280. <td width="10%">
  281. <span class="dcscount">0</span>
  282. </td>
  283. </tr>
  284. <tr>
  285. <td>待审核退回</td>
  286. <td>
  287. <span class="dshthcount"></span>
  288. </td>
  289. <td>待办理</td>
  290. <td>
  291. <span class="dblcount">100</span>
  292. </td>
  293. <td>待延时审核</td>
  294. <td>
  295. <span class="dshyscount">30</span>
  296. </td>
  297. <td>待回访</td>
  298. <td>
  299. <span class="dhfcount">0</span>
  300. </td>
  301. </tr>
  302. <tr>
  303. <td>待结案</td>
  304. <td>
  305. <span class="dwjcount"></span>
  306. </td>
  307. <td>待重办</td>
  308. <td>
  309. <span class="dcbcount">100</span>
  310. </td>
  311. <td>已结案</td>
  312. <td>
  313. <span class="ywjcount">30</span>
  314. </td>
  315. <td>在线办理</td>
  316. <td>
  317. <span class="zxblcount">0</span>
  318. </td>
  319. </tr>
  320. <tr>
  321. <td>
  322. 中心转派
  323. </td>
  324. <td>
  325. <span class="zxzpcount">2000</span>
  326. </td>
  327. <td colspan="6"></td>
  328. </tr>
  329. <!--政府热线受理情况-->
  330. <tr>
  331. <td colspan="8" class="tableHead">
  332. 政府热线受理情况
  333. </td>
  334. </tr>
  335. <tr>
  336. <td>
  337. <span class="dhsl">电话</span>
  338. </td>
  339. <td>
  340. <span class="dhslc"></span>
  341. </td>
  342. <td>
  343. <span class="szxxsl">市长信箱</span>
  344. </td>
  345. <td>
  346. <span class="szxxslc"></span>
  347. </td>
  348. <td>
  349. <span class="wbsl">微博</span>
  350. </td>
  351. <td>
  352. <span class="wbslc"></span>
  353. </td>
  354. <td>
  355. <span class="wzsl">网站</span>
  356. </td>
  357. <td>
  358. <span class="wzslc"></span>
  359. </td>
  360. </tr>
  361. <tr>
  362. <td>
  363. <span class="wxsl">微信</span>
  364. </td>
  365. <td>
  366. <span class="wxslc"></span>
  367. </td>
  368. <td>
  369. <span class="sjappsl">手机APP</span>
  370. </td>
  371. <td>
  372. <span class="sjappslc"></span>
  373. </td>
  374. <td>
  375. <span class="zffwsl">政府服务网</span>
  376. </td>
  377. <td>
  378. <span class="zffwslc"></span>
  379. </td>
  380. <td>
  381. <span class="sxsl">市县转单</span>
  382. </td>
  383. <td>
  384. <span class="sxslc"></span>
  385. </td>
  386. <!--<td colspan="4"></td>-->
  387. </tr>
  388. <tr>
  389. <td>
  390. <span class="zyzfk">志愿者反馈</span>
  391. </td>
  392. <td>
  393. <span class="zyzfkc"></span>
  394. </td>
  395. <td>
  396. <span class="mst">民事通</span>
  397. </td>
  398. <td>
  399. <span class="mstc"></span>
  400. </td>
  401. <td>
  402. <span class="rmt">融媒体</span>
  403. </td>
  404. <td>
  405. <span class="rmtc"></span>
  406. </td>
  407. <td>
  408. <span class="zfzp">政府转派</span>
  409. </td>
  410. <td>
  411. <span class="zfzpc"></span>
  412. </td>
  413. </tr>
  414. <!--工单受理类型情况-->
  415. <tr>
  416. <td colspan="8" class="tableHead">
  417. 工单受理类型情况
  418. </td>
  419. </tr>
  420. <tr>
  421. <td>
  422. <span class="zxsl">咨询</span>
  423. </td>
  424. <td>
  425. <span class="zxslc"></span>
  426. </td>
  427. <td>
  428. <span class="qzsl">求助</span>
  429. </td>
  430. <td>
  431. <span class="qzslc"></span>
  432. </td>
  433. <td>
  434. <span class="tssl">投诉</span>
  435. </td>
  436. <td>
  437. <span class="tslc"></span>
  438. </td>
  439. <td>
  440. <span class="jysl">建议</span>
  441. </td>
  442. <td>
  443. <span class="jyslc"></span>
  444. </td>
  445. </tr>
  446. <tr>
  447. <td>
  448. <span class="bysl">表扬</span>
  449. </td>
  450. <td>
  451. <span class="byslc"></span>
  452. </td>
  453. <td>
  454. <span class="qtsl">其他</span>
  455. </td>
  456. <td>
  457. <span class="qtslc"></span>
  458. </td>
  459. <td colspan="4"></td>
  460. </tr>
  461. <!--工单事发区域情况-->
  462. <tr>
  463. <td colspan="8" class="tableHead">
  464. 工单事发区域情况
  465. </td>
  466. </tr>
  467. <!--<tr>
  468. <td>
  469. <span class="sqs">鹿邑县</span>
  470. </td>
  471. <td>
  472. <span class="sqsc"></span>
  473. </td>
  474. <td>
  475. <span class="syq">睢阳区</span>
  476. </td>
  477. <td>
  478. <span class="syqc"></span>
  479. </td>
  480. <td>
  481. <span class="lyq">梁园区</span>
  482. </td>
  483. <td>
  484. <span class="lyqc"></span>
  485. </td>
  486. <td>
  487. <span class="ycs">永城市</span>
  488. </td>
  489. <td>
  490. <span class="ycsc"></span>
  491. </td>
  492. </tr>
  493. <tr>
  494. <td>
  495. <span class="mqx">民权县</span>
  496. </td>
  497. <td>
  498. <span class="mqxc"></span>
  499. </td>
  500. <td>
  501. <span class="sx">睢县</span>
  502. </td>
  503. <td>
  504. <span class="sxc"></span>
  505. </td>
  506. <td>
  507. <span class="nlx">民权县</span>
  508. </td>
  509. <td>
  510. <span class="nlxc"></span>
  511. </td>
  512. <td>
  513. <span class="zcx">柘城县</span>
  514. </td>
  515. <td>
  516. <span class="zcxc"></span>
  517. </td>
  518. </tr>
  519. <tr>
  520. <td>
  521. <span class="dcx">民权县</span>
  522. </td>
  523. <td>
  524. <span class="dcxc"></span>
  525. </td>
  526. <td>
  527. <span class="xyx">夏邑县</span>
  528. </td>
  529. <td>
  530. <span class="xyxc"></span>
  531. </td>
  532. <td>
  533. <span class="cxyt">城乡一体化示范区</span>
  534. </td>
  535. <td>
  536. <span class="cxytc"></span>
  537. </td>
  538. <td colspan="2"></td>
  539. </tr>-->
  540. </tbody>
  541. </table>
  542. </div><!--endprint1-->
  543. <div class="alignC">
  544. <input type="button" value="打印" class="btn" id="printBtn1" />
  545. </div>
  546. </div>
  547. <div class="tab-pane fade" id="import_from_month">
  548. <div class="th-top clearfix">
  549. <div class="form-inline th-bar clearfix">
  550. <div class="time-box form-group" >
  551. <i class="tub fa fa-calendar"></i>
  552. <input class="form-control" type="text" id="monthDateTimes" placeholder="请选择时间">
  553. </div>
  554. <div class="form-group tool_bars pull-right">
  555. <botton class="btns search_2">查询</botton>
  556. <a class="btns export_2" id="export_2">导出</a>
  557. </div>
  558. </div>
  559. </div>
  560. <!--startprint2-->
  561. <div id="main2">
  562. <div class="alignC headerAlign">
  563. <br />
  564. <h2 style="margin-bottom: 15px;">
  565. 民权县12345政府服务热线月工作简报
  566. </h2>
  567. <!--<h3>
  568. <div>
  569. 时间:
  570. <span class="startTimeBrief2">-</span>
  571. <span>至</span>
  572. <span class="endTimeBrief2">-</span>
  573. </div>
  574. </h3>-->
  575. </div>
  576. <table id="monthlist" class="alignC" border="1" cellpadding="4" cellspacing="0" bordercolor="#cbcbcb">
  577. <tbody>
  578. <!--话务受理情况-->
  579. <tr>
  580. <td colspan="8">
  581. <h3>
  582. 时间:
  583. <span class="startTimeBrief2">-</span>
  584. <span>至</span>
  585. <span class="endTimeBrief2">-</span>
  586. </h3>
  587. </td>
  588. </tr>
  589. <tr>
  590. <td colspan="8" class="tableHead">
  591. 话务受理情况
  592. </td>
  593. </tr>
  594. <tr>
  595. <td>
  596. 来电
  597. </td>
  598. <td>
  599. <span class="ldcount"></span>
  600. </td>
  601. <td>
  602. 接听
  603. </td>
  604. <td>
  605. <span class="jtcount"></span>
  606. </td>
  607. <td>
  608. 有效接听
  609. </td>
  610. <td>
  611. <span class="yxjtcount"></span>
  612. </td>
  613. <td colspan="2"></td>
  614. </tr>
  615. <!--工单受理情况-->
  616. <tr>
  617. <td colspan="8" class="tableHead">
  618. 工单受理情况
  619. </td>
  620. </tr>
  621. <tr>
  622. <td width="15%">
  623. 受理
  624. </td>
  625. <td width="10%">
  626. <span class="slcount"></span>
  627. </td>
  628. <td width="15%">
  629. 待提交
  630. </td>
  631. <td width="10%">
  632. <span class="dtjcount">100</span>
  633. </td>
  634. <td width="15%">
  635. 待交办
  636. </td>
  637. <td width="10%">
  638. <span class="djbcount">30</span>
  639. </td>
  640. <td width="15%">
  641. 待查收
  642. </td>
  643. <td width="10%">
  644. <span class="dcscount">0</span>
  645. </td>
  646. </tr>
  647. <tr>
  648. <td>待审核退回</td>
  649. <td>
  650. <span class="dshthcount"></span>
  651. </td>
  652. <td>待办理</td>
  653. <td>
  654. <span class="dblcount">100</span>
  655. </td>
  656. <td>待延时审核</td>
  657. <td>
  658. <span class="dshyscount">30</span>
  659. </td>
  660. <td>待回访</td>
  661. <td>
  662. <span class="dhfcount">0</span>
  663. </td>
  664. </tr>
  665. <tr>
  666. <td>待结案</td>
  667. <td>
  668. <span class="dwjcount"></span>
  669. </td>
  670. <td>待重办</td>
  671. <td>
  672. <span class="dcbcount">100</span>
  673. </td>
  674. <td>已结案</td>
  675. <td>
  676. <span class="ywjcount">30</span>
  677. </td>
  678. <td>在线办理</td>
  679. <td>
  680. <span class="zxblcount">0</span>
  681. </td>
  682. </tr>
  683. <tr>
  684. <td>
  685. 中心转派
  686. </td>
  687. <td>
  688. <span class="zxzpcount">2000</span>
  689. </td>
  690. <td colspan="6"></td>
  691. </tr>
  692. <!--政府热线受理情况-->
  693. <tr>
  694. <td colspan="8" class="tableHead">
  695. 政府热线受理情况
  696. </td>
  697. </tr>
  698. <tr>
  699. <td>
  700. <span class="dhsl">电话</span>
  701. </td>
  702. <td>
  703. <span class="dhslc"></span>
  704. </td>
  705. <td>
  706. <span class="szxxsl">市长信箱</span>
  707. </td>
  708. <td>
  709. <span class="szxxslc"></span>
  710. </td>
  711. <td>
  712. <span class="wbsl">微博</span>
  713. </td>
  714. <td>
  715. <span class="wbslc"></span>
  716. </td>
  717. <td>
  718. <span class="wzsl">网站</span>
  719. </td>
  720. <td>
  721. <span class="wzslc"></span>
  722. </td>
  723. </tr>
  724. <tr>
  725. <td>
  726. <span class="wxsl">微信</span>
  727. </td>
  728. <td>
  729. <span class="wxslc"></span>
  730. </td>
  731. <td>
  732. <span class="sjappsl">手机APP</span>
  733. </td>
  734. <td>
  735. <span class="sjappslc"></span>
  736. </td>
  737. <td>
  738. <span class="zffwsl">政府服务网</span>
  739. </td>
  740. <td>
  741. <span class="zffwslc"></span>
  742. </td>
  743. <td>
  744. <span class="sxsl">市县转单</span>
  745. </td>
  746. <td>
  747. <span class="sxslc"></span>
  748. </td>
  749. <!--<td colspan="4"></td>-->
  750. </tr>
  751. <tr>
  752. <td>
  753. <span class="zyzfk">志愿者反馈</span>
  754. </td>
  755. <td>
  756. <span class="zyzfkc"></span>
  757. </td>
  758. <td>
  759. <span class="mst">民事通</span>
  760. </td>
  761. <td>
  762. <span class="mstc"></span>
  763. </td>
  764. <td>
  765. <span class="rmt">融媒体</span>
  766. </td>
  767. <td>
  768. <span class="rmtc"></span>
  769. </td>
  770. <td>
  771. <span class="zfzp">政府转派</span>
  772. </td>
  773. <td>
  774. <span class="zfzpc"></span>
  775. </td>
  776. </tr>
  777. <!--工单受理类型情况-->
  778. <tr>
  779. <td colspan="8" class="tableHead">
  780. 工单受理类型情况
  781. </td>
  782. </tr>
  783. <tr>
  784. <td>
  785. <span class="zxsl">咨询</span>
  786. </td>
  787. <td>
  788. <span class="zxslc"></span>
  789. </td>
  790. <td>
  791. <span class="qzsl">求助</span>
  792. </td>
  793. <td>
  794. <span class="qzslc"></span>
  795. </td>
  796. <td>
  797. <span class="tssl">投诉</span>
  798. </td>
  799. <td>
  800. <span class="tslc"></span>
  801. </td>
  802. <td>
  803. <span class="jysl">建议</span>
  804. </td>
  805. <td>
  806. <span class="jyslc"></span>
  807. </td>
  808. </tr>
  809. <tr>
  810. <td>
  811. <span class="bysl">表扬</span>
  812. </td>
  813. <td>
  814. <span class="byslc"></span>
  815. </td>
  816. <td>
  817. <span class="qtsl">其他</span>
  818. </td>
  819. <td>
  820. <span class="qtslc"></span>
  821. </td>
  822. <td colspan="4"></td>
  823. </tr>
  824. <!--工单事发区域情况-->
  825. <tr>
  826. <td colspan="8" class="tableHead">
  827. 工单事发区域情况
  828. </td>
  829. </tr>
  830. <!--<tr>
  831. <td>
  832. <span class="sqs">鹿邑县</span>
  833. </td>
  834. <td>
  835. <span class="sqsc"></span>
  836. </td>
  837. <td>
  838. <span class="syq">睢阳区</span>
  839. </td>
  840. <td>
  841. <span class="syqc"></span>
  842. </td>
  843. <td>
  844. <span class="lyq">梁园区</span>
  845. </td>
  846. <td>
  847. <span class="lyqc"></span>
  848. </td>
  849. <td>
  850. <span class="ycs">永城市</span>
  851. </td>
  852. <td>
  853. <span class="ycsc"></span>
  854. </td>
  855. </tr>
  856. <tr>
  857. <td>
  858. <span class="mqx">民权县</span>
  859. </td>
  860. <td>
  861. <span class="mqxc"></span>
  862. </td>
  863. <td>
  864. <span class="sx">睢县</span>
  865. </td>
  866. <td>
  867. <span class="sxc"></span>
  868. </td>
  869. <td>
  870. <span class="nlx">民权县</span>
  871. </td>
  872. <td>
  873. <span class="nlxc"></span>
  874. </td>
  875. <td>
  876. <span class="zcx">柘城县</span>
  877. </td>
  878. <td>
  879. <span class="zcxc"></span>
  880. </td>
  881. </tr>
  882. <tr>
  883. <td>
  884. <span class="dcx">民权县</span>
  885. </td>
  886. <td>
  887. <span class="dcxc"></span>
  888. </td>
  889. <td>
  890. <span class="xyx">夏邑县</span>
  891. </td>
  892. <td>
  893. <span class="xyxc"></span>
  894. </td>
  895. <td>
  896. <span class="cxyt">城乡一体化示范区</span>
  897. </td>
  898. <td>
  899. <span class="cxytc"></span>
  900. </td>
  901. <td colspan="2"></td>
  902. </tr>-->
  903. </tbody>
  904. </table>
  905. </div><!--endprint2-->
  906. <div class="alignC">
  907. <input type="button" value="打印" class="btn" id="printBtn2" />
  908. </div>
  909. </div>
  910. </div>
  911. </div>
  912. </div>
  913. </div>
  914. <script>
  915. var briefIndex = 1;
  916. $(document).ready(function () {
  917. laydate.render({
  918. elem: '#startTime',
  919. range: '~',
  920. theme: '#00a1cb',
  921. });
  922. laydate.render({
  923. theme: '#00a1cb',
  924. trigger: 'click',
  925. elem: '#monthDateTimes',
  926. format: 'yyyy-MM',
  927. type: 'month',
  928. value: new Date()
  929. });
  930. initTableBrief(briefIndex);
  931. $('.ul_tab li').click(function () {
  932. briefIndex = $(this).index() + 1;
  933. initTableBrief(briefIndex);
  934. })
  935. })
  936. //表格
  937. function initTableBrief(brieftype) {
  938. $.getJSON(huayi.config.callcenter_url + 'DataAnalysis/GetSimpleReport', {
  939. sdate: (brieftype == 1) ? ($('#startTime').val() ? $('#startTime').val().split('~')[0]:"") : '',
  940. edate: (brieftype == 1) ? ($('#startTime').val() ? $('#startTime').val().split('~')[1]:"") : '',
  941. monthdate: (brieftype == 2) ? $('#monthDateTimes').val() : '',
  942. type: brieftype, //1周报 2月报
  943. token: $.cookie("token")
  944. }, function (result) {
  945. if (result.state.toLowerCase() == "success") {
  946. var content = result.data;
  947. //时间
  948. $('.startTimeBrief' + brieftype + '').html(content.SimpleReport5[0].sdate);
  949. $('.endTimeBrief' + brieftype + '').html(content.SimpleReport5[0].edate);
  950. //话务受理情况
  951. $('#main' + brieftype + ' .ldcount').html(content.SimpleReport[0].ldcount);
  952. $('#main' + brieftype + ' .jtcount').html(content.SimpleReport[0].jtcount);
  953. $('#main' + brieftype + ' .yxjtcount').html(content.SimpleReport[0].yxcount);
  954. //工单受理情况
  955. $('#main' + brieftype + ' .slcount').html(content.SimpleReport1[0].slcount);//受理
  956. $('#main' + brieftype + ' .dtjcount').html(content.SimpleReport1[0].dtjcount);//待提交
  957. $('#main' + brieftype + ' .djbcount').html(content.SimpleReport1[0].djbcount);//待交办
  958. $('#main' + brieftype + ' .dcscount').html(content.SimpleReport1[0].dcscount);//待查收
  959. $('#main' + brieftype + ' .dshthcount').html(content.SimpleReport1[0].dshthcount);//待审核退回
  960. $('#main' + brieftype + ' .dblcount').html(content.SimpleReport1[0].dblcount);//待办理
  961. $('#main' + brieftype + ' .dshyscount').html(content.SimpleReport1[0].dshyscount);//待延时审核
  962. $('#main' + brieftype + ' .dhfcount').html(content.SimpleReport1[0].dhfcount);//待回访
  963. $('#main' + brieftype + ' .dwjcount').html(content.SimpleReport1[0].dwjcount);//待结案
  964. $('#main' + brieftype + ' .dcbcount').html(content.SimpleReport1[0].dcbcount);//待重办
  965. $('#main' + brieftype + ' .ywjcount').html(content.SimpleReport1[0].ywjcount);//已结案
  966. $('#main' + brieftype + ' .zxzpcount').html(content.SimpleReport1[0].zxzpcount);//中心转派
  967. $('#main' + brieftype + ' .zxblcount').html(content.SimpleReport1[0].zxbjcount);//在线办理
  968. //政府热线受理情况
  969. $('#main' + brieftype + ' .dhsl').html(content.SimpleReport2[0].source);
  970. $('#main' + brieftype + ' .dhslc').html(content.SimpleReport2[0].count);//电话
  971. $('#main' + brieftype + ' .szxxsl').html(content.SimpleReport2[1].source);
  972. $('#main' + brieftype + ' .szxxslc').html(content.SimpleReport2[1].count);//12345信箱
  973. $('#main' + brieftype + ' .wbsl').html(content.SimpleReport2[2].source);
  974. $('#main' + brieftype + ' .wbslc').html(content.SimpleReport2[2].count);//微博
  975. $('#main' + brieftype + ' .wzsl').html(content.SimpleReport2[3].source);
  976. $('#main' + brieftype + ' .wzslc').html(content.SimpleReport2[3].count);//网站
  977. $('#main' + brieftype + ' .wxsl').html(content.SimpleReport2[4].source);
  978. $('#main' + brieftype + ' .wxslc').html(content.SimpleReport2[4].count);//微信
  979. $('#main' + brieftype + ' .sjappsl').html(content.SimpleReport2[5].source);
  980. $('#main' + brieftype + ' .sjappslc').html(content.SimpleReport2[5].count);//手机app
  981. $('#main' + brieftype + ' .sxsl').html(content.SimpleReport2[7].source);
  982. $('#main' + brieftype + ' .sxslc').html(content.SimpleReport2[7].count);//市县
  983. $('#main' + brieftype + ' .zffwsl').html(content.SimpleReport2[6].source);
  984. $('#main' + brieftype + ' .zffwslc').html(content.SimpleReport2[6].count);//政务服务
  985. $('#main' + brieftype + ' .zyzfk').html(content.SimpleReport2[8].source);
  986. $('#main' + brieftype + ' .zyzfkc').html(content.SimpleReport2[8].count);//志愿者反馈
  987. $('#main' + brieftype + ' .mst').html(content.SimpleReport2[9].source);
  988. $('#main' + brieftype + ' .mstc').html(content.SimpleReport2[9].count);//民事通
  989. $('#main' + brieftype + ' .rmt').html(content.SimpleReport2[10].source);
  990. $('#main' + brieftype + ' .rmtc').html(content.SimpleReport2[10].count);//融媒体
  991. $('#main' + brieftype + ' .zfzp').html(content.SimpleReport2[11].source);
  992. $('#main' + brieftype + ' .zfzpc').html(content.SimpleReport2[11].count);//政府转派
  993. //工单受理类型情况
  994. $('#main' + brieftype + ' .zxsl').html(content.SimpleReport3[0].type);
  995. $('#main' + brieftype + ' .zxslc').html(content.SimpleReport3[0].count);
  996. $('#main' + brieftype + ' .qzsl').html(content.SimpleReport3[1].type);
  997. $('#main' + brieftype + ' .qzslc').html(content.SimpleReport3[1].count);
  998. $('#main' + brieftype + ' .tssl').html(content.SimpleReport3[2].type);
  999. $('#main' + brieftype + ' .tslc').html(content.SimpleReport3[2].count);
  1000. $('#main' + brieftype + ' .jysl').html(content.SimpleReport3[3].type);
  1001. $('#main' + brieftype + ' .jyslc').html(content.SimpleReport3[3].count);
  1002. $('#main' + brieftype + ' .bysl').html(content.SimpleReport3[4].type);
  1003. $('#main' + brieftype + ' .byslc').html(content.SimpleReport3[4].count);
  1004. $('#main' + brieftype + ' .qtsl').html(content.SimpleReport3[5].type);
  1005. $('#main' + brieftype + ' .qtslc').html(content.SimpleReport3[5].count);
  1006. //工单事发区域情况
  1007. //$('#main' + brieftype + ' .sqs').html(content.SimpleReport4[0].areaname);
  1008. //$('#main' + brieftype + ' .sqsc').html(content.SimpleReport4[0].count);
  1009. //$('#main' + brieftype + ' .syq').html(content.SimpleReport4[1].areaname);
  1010. //$('#main' + brieftype + ' .syqc').html(content.SimpleReport4[1].count);
  1011. //$('#main' + brieftype + ' .lyq').html(content.SimpleReport4[2].areaname);
  1012. //$('#main' + brieftype + ' .lyqc').html(content.SimpleReport4[2].count);
  1013. //$('#main' + brieftype + ' .ycs').html(content.SimpleReport4[3].areaname);
  1014. //$('#main' + brieftype + ' .ycsc').html(content.SimpleReport4[3].count);
  1015. //$('#main' + brieftype + ' .mqx').html(content.SimpleReport4[4].areaname);
  1016. //$('#main' + brieftype + ' .mqxc').html(content.SimpleReport4[4].count);
  1017. //$('#main' + brieftype + ' .sx').html(content.SimpleReport4[5].areaname);
  1018. //$('#main' + brieftype + ' .sxc').html(content.SimpleReport4[5].count);
  1019. //$('#main' + brieftype + ' .nlx').html(content.SimpleReport4[6].areaname);
  1020. //$('#main' + brieftype + ' .nlxc').html(content.SimpleReport4[6].count);
  1021. //$('#main' + brieftype + ' .zcx').html(content.SimpleReport4[7].areaname);
  1022. //$('#main' + brieftype + ' .zcxc').html(content.SimpleReport4[7].count);
  1023. //$('#main' + brieftype + ' .dcx').html(content.SimpleReport4[8].areaname);
  1024. //$('#main' + brieftype + ' .dcxc').html(content.SimpleReport4[8].count);
  1025. //$('#main' + brieftype + ' .xyx').html(content.SimpleReport4[9].areaname);
  1026. //$('#main' + brieftype + ' .xyxc').html(content.SimpleReport4[9].count);
  1027. //$('#main' + brieftype + ' .cxyt').html(content.SimpleReport4[10].areaname);
  1028. //$('#main' + brieftype + ' .cxytc').html(content.SimpleReport4[10].count);
  1029. $(".source").remove();
  1030. var sourcedata = content.SimpleReport4;
  1031. var cnt = sourcedata.length;
  1032. var row = (cnt / 4) + 1;
  1033. for (var i = 0; i < row; i++) {
  1034. var html = "<tr class='source'>";
  1035. for (var j = 0; j < 4; j++) {
  1036. var rownum = i * 4 + j;
  1037. if (rownum < cnt) {
  1038. html += "<td>" + sourcedata[rownum].areaname + "</td><td>" + sourcedata[rownum].count + "</td>";
  1039. }
  1040. else {
  1041. html += "<td colspan='" + (4 - j) * 2 + "'></td>";
  1042. break;
  1043. }
  1044. }
  1045. html += "/<tr>";
  1046. $(html).appendTo($('#main' + brieftype).find('tbody'));
  1047. }
  1048. }
  1049. })
  1050. }
  1051. //代办搜索
  1052. $(".search_1").click(function () {
  1053. initTableBrief(briefIndex);
  1054. });
  1055. $(".search_2").click(function () {
  1056. initTableBrief(briefIndex);
  1057. });
  1058. $(".export_1").click(function () {
  1059. var url = huayi.config.callcenter_url + "DataAnalysis/GetSimpleReport?token=" + $.cookie("token");
  1060. url += "&sdate=" + ($('#startTime').val() ? $('#startTime').val().split('~')[0] : '') + "&edate=" + ($('#startTime').val() ? $('#startTime').val().split('~')[1] : '') + "&type=1&isdc=1";
  1061. $(".export_1").attr('href', url);
  1062. //return ExcellentExport.convert({
  1063. // anchor: 'export_1',
  1064. // filename: '业务简报周报',
  1065. // format: 'xlsx'
  1066. //}, [{
  1067. // name: 'Sheet',
  1068. // from: {
  1069. // table: 'weeklist'
  1070. // }
  1071. //}]);
  1072. //$("#weeklist").table2excel({
  1073. // exclude: ".noExl",
  1074. // name: "业务简报周报",
  1075. // filename: "业务简报周报",
  1076. // exclude_img: true,
  1077. // exclude_links: true,
  1078. // exclude_inputs: true
  1079. //});
  1080. });
  1081. $(".export_2").click(function () {
  1082. var url = huayi.config.callcenter_url + "DataAnalysis/GetSimpleReport?token=" + $.cookie("token");
  1083. url += "&monthdate=" + $('#monthDateTimes').val() + "&type=2&isdc=1";
  1084. $(".export_2").attr('href', url);
  1085. //return ExcellentExport.convert({
  1086. // anchor: 'export_2',
  1087. // filename: '业务简报月报',
  1088. // format: 'xlsx'
  1089. //}, [{
  1090. // name: 'Sheet',
  1091. // from: {
  1092. // table: 'monthlist'
  1093. // }
  1094. //}]);
  1095. //$("#monthlist").table2excel({
  1096. // exclude: ".noExl",
  1097. // name: "业务简报月报",
  1098. // filename: "业务简报月报",
  1099. // exclude_img: true,
  1100. // exclude_links: true,
  1101. // exclude_inputs: true
  1102. //});
  1103. });
  1104. /*打印*/
  1105. $(document).on('click', '#printBtn1', { printPage: 1 }, preview);
  1106. $(document).on('click', '#printBtn2', { printPage: 2 }, preview);
  1107. function preview(e) {
  1108. var oper = e.data.printPage;
  1109. if (oper < 5) {
  1110. bdhtml = window.document.body.innerHTML; //获取当前页的html代码
  1111. sprnstr = "<!--startprint" + oper + "-->"; //设置打印开始区域
  1112. eprnstr = "<!--endprint" + oper + "-->"; //设置打印结束区域
  1113. prnhtml = bdhtml.substring(bdhtml.indexOf(sprnstr) + 18); //从开始代码向后取html
  1114. print.portrait = true;//纵向打印
  1115. prnhtml = prnhtml.substring(0, prnhtml.indexOf(eprnstr)); //从结束代码向前取html
  1116. window.document.body.innerHTML = prnhtml;
  1117. window.print();
  1118. window.document.body.innerHTML = bdhtml;
  1119. location.reload();
  1120. } else {
  1121. window.print();
  1122. }
  1123. }
  1124. </script>
  1125. </body>
  1126. </html>