service_form.html 48 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117
  1. <section id="page-title">
  2. <div class="row">
  3. <div class="col-sm-8">
  4. <h1 class="mainTitle">服务台报表
  5. <i tooltip='请点击对应报表名称,查看相关数据。' tooltip-placement="right"
  6. class="fa ti-help-alt margin-left-10 fontcolor-five pointfont"></i>
  7. </h1>
  8. </div>
  9. </div>
  10. </section>
  11. <div class="col-md-12 col-sm-12">
  12. <div class="row deck_body" ng-controller="service_formCtrl">
  13. <div class="deck_head">
  14. <div class="deck_head_L" ng-class="{ac:tap=='ZHTJ'}" ng-click="active('ZHTJ')">
  15. <span>综合统计</span>
  16. </div>
  17. <div class="deck_head_L" ng-class="{ac:tap=='DHTJ'}" ng-click="active('DHTJ')">
  18. <span>电话统计</span>
  19. </div>
  20. <div class="deck_head_L" ng-class="{ac:tap=='WEB'}" ng-click="active('WEB')">
  21. <span>微信/WEB统计</span>
  22. </div>
  23. <div class="deck_head_L" ng-class="{ac:tap=='DHLYTJ'}" ng-click="active('DHLYTJ')">
  24. <span>电话留言统计</span>
  25. </div>
  26. </div>
  27. <div class="deck_cont">
  28. <!-- 筛选条件 -->
  29. <div class="deck_cont_head">
  30. <form class="col-xs-12 col-sm-12 form-inline P-0 clearfix">
  31. <!-- 选择日期 -->
  32. <div class="selectDate P-0 fl">
  33. <div class="selectDate-hd clearfix">
  34. <p class="fl">选择日期:</p>
  35. <div class="lastDate fr"><span ng-class="{active:searchstate=='week'}"
  36. ng-click="chooseDate('week')">上一周</span>|<span
  37. ng-class="{active:searchstate=='month'}"
  38. ng-click="chooseDate('month')">上一月</span>|<span
  39. ng-class="{active:searchstate=='year'}" ng-click="chooseDate('year')">上一年</span>
  40. </div>
  41. </div>
  42. <div class="clearfix">
  43. <div class="form-group fl">
  44. <input type="text" ng-readonly="true" class="form-control smallline"
  45. datepicker-popuptime="yyyy-MM-dd" ng-model="starttimes" max-date="endtimes"
  46. is-open="startOpened" ng-init="startOpened = false" ng-click="startOpen($event)" />
  47. <i class="iconfont icon-yuqixinxiu form-dataIcon"></i>
  48. </div>
  49. <span class="form-line fl">一</span>
  50. <div class="form-group fl">
  51. <input type="text" ng-readonly="true" class="form-control smallline"
  52. datepicker-popuptime="yyyy-MM-dd" ng-model="endtimes" min-date="starttimes"
  53. max-date="nowtimes" is-open="endOpened" ng-init="endOpened = false"
  54. ng-click="endOpen($event)" />
  55. <i class="iconfont icon-yuqixinxiu form-dataIcon"></i>
  56. </div>
  57. </div>
  58. </div>
  59. <!-- 搜索重置 -->
  60. <div class="col-xs-3 col-sm-3 pull-right P-0 searchBtnBox">
  61. <div class="btn btn_search fl" ng-click="mdxquery('all')">搜索</div>
  62. <div class="btn btn_reset fl" ng-click="reload()" ng-disabled="disabledParentGroup">重置</div>
  63. <!-- <div class="btn btn_export fl" ng-click="export()" id="exportToExcel"
  64. ng-disabled="disabledParentGroup">导出</div> -->
  65. </div>
  66. </form>
  67. </div>
  68. <!-- 综合统计 -->
  69. <div class="deck_cont_body" ng-if="tap=='ZHTJ'">
  70. <div class="deck_cont_body_TB1">
  71. <div class="TB">
  72. <div class="TB_head">
  73. <div class="TB_head_L">
  74. <div class="TB_LDZH fl">
  75. <p>请求总数</p>
  76. <span>600</span>
  77. </div>
  78. <div class="TB_ITEMS fl">
  79. <div class="TB_ITEM">
  80. <p>电话</p>
  81. <span>200 &nbsp;33%</span>
  82. </div>
  83. <div class="TB_ITEM">
  84. <p>微信/WEB</p>
  85. <span>300 &nbsp;50%</span>
  86. </div>
  87. <div class="TB_ITEM">
  88. <p>电话留言</p>
  89. <span>100 &nbsp;17%</span>
  90. </div>
  91. </div>
  92. </div>
  93. <div class="TB_head_L">
  94. <div class="TB_LDZH fl">
  95. <p>工单转换总数</p>
  96. <span>300 &nbsp;50%</span>
  97. </div>
  98. <div class="TB_ITEMS fl">
  99. <div class="TB_ITEM">
  100. <p>直接处理</p>
  101. <span>200 &nbsp;67%</span>
  102. </div>
  103. <div class="TB_ITEM">
  104. <p>派单</p>
  105. <span>100 &nbsp;33%</span>
  106. </div>
  107. </div>
  108. </div>
  109. </div>
  110. <div class="TB_cont">
  111. <table class="jry_table jry_table_head" cellspacing="0" cellpadding="16"
  112. style="font-weight:normal !important;table-layout:fixed">
  113. <thead>
  114. <tr>
  115. <th style="width:6%">
  116. 序号
  117. </th>
  118. <th style="width:24%">
  119. 日期
  120. </th>
  121. <th style="width:8%">
  122. 人员
  123. </th>
  124. <th style="width:10%">
  125. <strong>
  126. 建单数量
  127. <em class="sort-wrap">
  128. <i class="sortItem iconfont icon-xiangshang"></i>
  129. <i class="sortItem iconfont icon-xiangxia"></i>
  130. </em>
  131. </strong>
  132. </th>
  133. <th style="width:8%">
  134. <strong>
  135. 建单占比
  136. <em class="sort-wrap">
  137. <i class="sortItem iconfont icon-xiangshang"></i>
  138. <i class="sortItem iconfont icon-xiangxia"></i>
  139. </em>
  140. </strong>
  141. </th>
  142. <th style="width:14%">
  143. <strong>
  144. 直接处理数量
  145. <em class="sort-wrap">
  146. <i class="sortItem iconfont icon-xiangshang"></i>
  147. <i class="sortItem iconfont icon-xiangxia"></i>
  148. </em>
  149. </strong>
  150. </th>
  151. <th style="width:12%">
  152. <strong>
  153. 直接处理占比
  154. <em class="sort-wrap">
  155. <i class="sortItem iconfont icon-xiangshang"></i>
  156. <i class="sortItem iconfont icon-xiangxia"></i>
  157. </em>
  158. </strong>
  159. </th>
  160. <th style="width:10%">
  161. <strong>
  162. 派单数量
  163. <em class="sort-wrap">
  164. <i class="sortItem iconfont icon-xiangshang"></i>
  165. <i class="sortItem iconfont icon-xiangxia"></i>
  166. </em>
  167. </strong>
  168. </th>
  169. <th style="width:8%">
  170. <strong>
  171. 派单占比
  172. <em class="sort-wrap">
  173. <i class="sortItem iconfont icon-xiangshang"></i>
  174. <i class="sortItem iconfont icon-xiangxia"></i>
  175. </em>
  176. </strong>
  177. </th>
  178. </tr>
  179. </thead>
  180. </table>
  181. <div class="jry_table_wrap" ng-nicescroll nice-scroll-end="topEndComplete()">
  182. <table class="jry_table jry_table_body" cellspacing="0" cellpadding="16"
  183. style="font-weight:normal !important;margin-bottom: 16px;table-layout:fixed">
  184. <tbody class="tbody-hover">
  185. <tr
  186. ng-repeat="rowData in [1,11,111,2,22,222,3,33,333,4,44,444,5,55,555,6,66,666,7,77,777,8,88,888,9,99,999]">
  187. <td style="width:6%">
  188. {{$index+1}}
  189. </td>
  190. <td style="width:24%">
  191. 2018/08/09~2018/08/10
  192. </td>
  193. <td style="width:8%">
  194. 阿明明
  195. </td>
  196. <td style="width:10%">
  197. 891
  198. </td>
  199. <td style="width:8%">
  200. 28%
  201. </td>
  202. <td style="width:14%">
  203. 509
  204. </td>
  205. <td style="width:12%">
  206. 25%
  207. </td>
  208. <td style="width:10%">
  209. 96
  210. </td>
  211. <td style="width:8%">
  212. 56%
  213. </td>
  214. </tr>
  215. </tbody>
  216. </table>
  217. </div>
  218. </div>
  219. </div>
  220. </div>
  221. </div>
  222. <!-- 电话统计 -->
  223. <div class="deck_cont_body" ng-if="tap=='DHTJ'">
  224. <div class="deck_cont_body_TB1">
  225. <div class="TB">
  226. <div class="TB_head">
  227. <div class="TB_head_L">
  228. <div class="TB_LDZH fl">
  229. <p>来电总数</p>
  230. <span>600</span>
  231. </div>
  232. <div class="TB_ITEMS fl">
  233. <div class="TB_ITEM">
  234. <p>接听数量</p>
  235. <span>500 &nbsp;83%</span>
  236. </div>
  237. <div class="TB_ITEM">
  238. <p>未接数量</p>
  239. <span>100 &nbsp;17%</span>
  240. </div>
  241. </div>
  242. </div>
  243. <div class="TB_head_L">
  244. <div class="TB_LDZH fl">
  245. <p>电话建单总数</p>
  246. <span>450 &nbsp;90%</span>
  247. </div>
  248. <div class="TB_ITEMS fl">
  249. <div class="TB_ITEM">
  250. <p>直接解决</p>
  251. <span>100 &nbsp;22%</span>
  252. </div>
  253. <div class="TB_ITEM">
  254. <p>派单</p>
  255. <span>350 &nbsp;78%</span>
  256. </div>
  257. </div>
  258. </div>
  259. </div>
  260. <div class="TB_cont">
  261. <table class="jry_table jry_table_head" cellspacing="0" cellpadding="16"
  262. style="font-weight:normal !important;table-layout:fixed">
  263. <thead>
  264. <tr>
  265. <th style="width:6%">
  266. 序号
  267. </th>
  268. <th style="width:24%">
  269. 日期
  270. </th>
  271. <th style="width:8%">
  272. 人员
  273. </th>
  274. <th style="width:10%">
  275. <strong>
  276. 接听数量
  277. <em class="sort-wrap">
  278. <i class="sortItem iconfont icon-xiangshang"></i>
  279. <i class="sortItem iconfont icon-xiangxia"></i>
  280. </em>
  281. </strong>
  282. </th>
  283. <th style="width:10%">
  284. <strong>
  285. 接听占比
  286. <em class="sort-wrap">
  287. <i class="sortItem iconfont icon-xiangshang"></i>
  288. <i class="sortItem iconfont icon-xiangxia"></i>
  289. </em>
  290. </strong>
  291. </th>
  292. <th style="width:10%">
  293. <strong>
  294. 未接数量
  295. <em class="sort-wrap">
  296. <i class="sortItem iconfont icon-xiangshang"></i>
  297. <i class="sortItem iconfont icon-xiangxia"></i>
  298. </em>
  299. </strong>
  300. </th>
  301. <th style="width:10%">
  302. <strong>
  303. 未接占比
  304. <em class="sort-wrap">
  305. <i class="sortItem iconfont icon-xiangshang"></i>
  306. <i class="sortItem iconfont icon-xiangxia"></i>
  307. </em>
  308. </strong>
  309. </th>
  310. <th style="width:10%">
  311. <strong>
  312. 建单数量
  313. <em class="sort-wrap">
  314. <i class="sortItem iconfont icon-xiangshang"></i>
  315. <i class="sortItem iconfont icon-xiangxia"></i>
  316. </em>
  317. </strong>
  318. </th>
  319. <th style="width:10%">
  320. <strong>
  321. 建单占比
  322. <em class="sort-wrap">
  323. <i class="sortItem iconfont icon-xiangshang"></i>
  324. <i class="sortItem iconfont icon-xiangxia"></i>
  325. </em>
  326. </strong>
  327. </th>
  328. <th style="width:8%">
  329. <strong>
  330. 直接解决数量
  331. <em class="sort-wrap">
  332. <i class="sortItem iconfont icon-xiangshang"></i>
  333. <i class="sortItem iconfont icon-xiangxia"></i>
  334. </em>
  335. </strong>
  336. </th>
  337. <th style="width:8%">
  338. <strong>
  339. 直接解决占比
  340. <em class="sort-wrap">
  341. <i class="sortItem iconfont icon-xiangshang"></i>
  342. <i class="sortItem iconfont icon-xiangxia"></i>
  343. </em>
  344. </strong>
  345. </th>
  346. <th style="width:10%">
  347. <strong>
  348. 派单数量
  349. <em class="sort-wrap">
  350. <i class="sortItem iconfont icon-xiangshang"></i>
  351. <i class="sortItem iconfont icon-xiangxia"></i>
  352. </em>
  353. </strong>
  354. </th>
  355. <th style="width:10%">
  356. <strong>
  357. 派单占比
  358. <em class="sort-wrap">
  359. <i class="sortItem iconfont icon-xiangshang"></i>
  360. <i class="sortItem iconfont icon-xiangxia"></i>
  361. </em>
  362. </strong>
  363. </th>
  364. </tr>
  365. </thead>
  366. </table>
  367. <div class="jry_table_wrap" ng-nicescroll>
  368. <table class="jry_table jry_table_body" cellspacing="0" cellpadding="16"
  369. style="font-weight:normal !important;margin-bottom: 16px;table-layout:fixed">
  370. <tbody class="tbody-hover">
  371. <tr
  372. ng-repeat="rowData in [1,11,111,2,22,222,3,33,333,4,44,444,5,55,555,6,66,666,7,77,777,8,88,888,9,99,999]">
  373. <td style="width:6%">
  374. {{$index+1}}
  375. </td>
  376. <td style="width:24%">
  377. 2018/08/09~2018/08/10
  378. </td>
  379. <td style="width:8%">
  380. 阿明明
  381. </td>
  382. <td style="width:10%">
  383. 891
  384. </td>
  385. <td style="width:10%">
  386. 28%
  387. </td>
  388. <td style="width:10%">
  389. 509
  390. </td>
  391. <td style="width:10%">
  392. 25%
  393. </td>
  394. <td style="width:10%">
  395. 96
  396. </td>
  397. <td style="width:10%">
  398. 56%
  399. </td>
  400. <td style="width:8%">
  401. 96
  402. </td>
  403. <td style="width:8%">
  404. 56%
  405. </td>
  406. <td style="width:10%">
  407. 96
  408. </td>
  409. <td style="width:10%">
  410. 56%
  411. </td>
  412. </tr>
  413. </tbody>
  414. </table>
  415. </div>
  416. </div>
  417. </div>
  418. </div>
  419. </div>
  420. <!-- 微信/WEB统计 -->
  421. <div class="deck_cont_body" ng-if="tap=='WEB'">
  422. <div class="deck_cont_body_TB1">
  423. <div class="TB">
  424. <div class="TB_head">
  425. <div class="TB_head_L">
  426. <div class="TB_LDZH fl">
  427. <p>微信/WEB报修总数</p>
  428. <span>600</span>
  429. </div>
  430. <div class="TB_ITEMS fl">
  431. <div class="TB_ITEM">
  432. <p>转换数量</p>
  433. <span>500 &nbsp;83%</span>
  434. </div>
  435. <div class="TB_ITEM">
  436. <p>未转换数量</p>
  437. <span>100 &nbsp;17%</span>
  438. </div>
  439. </div>
  440. </div>
  441. <div class="TB_head_L">
  442. <div class="TB_LDZH fl">
  443. <p>微信/WEB转换总数</p>
  444. <span>500</span>
  445. </div>
  446. <div class="TB_ITEMS fl">
  447. <div class="TB_ITEM">
  448. <p>直接解决</p>
  449. <span>150 &nbsp;30%</span>
  450. </div>
  451. <div class="TB_ITEM">
  452. <p>派单</p>
  453. <span>350 &nbsp;70%</span>
  454. </div>
  455. </div>
  456. </div>
  457. </div>
  458. <div class="TB_cont">
  459. <table class="jry_table jry_table_head" cellspacing="0" cellpadding="16"
  460. style="font-weight:normal !important;table-layout:fixed">
  461. <thead>
  462. <tr>
  463. <th style="width:6%">
  464. 序号
  465. </th>
  466. <th style="width:24%">
  467. 日期
  468. </th>
  469. <th style="width:8%">
  470. 人员
  471. </th>
  472. <th style="width:10%">
  473. <strong>
  474. 转换数量
  475. <em class="sort-wrap">
  476. <i class="sortItem iconfont icon-xiangshang"></i>
  477. <i class="sortItem iconfont icon-xiangxia"></i>
  478. </em>
  479. </strong>
  480. </th>
  481. <th style="width:8%">
  482. <strong>
  483. 转换占比
  484. <em class="sort-wrap">
  485. <i class="sortItem iconfont icon-xiangshang"></i>
  486. <i class="sortItem iconfont icon-xiangxia"></i>
  487. </em>
  488. </strong>
  489. </th>
  490. <th style="width:14%">
  491. <strong>
  492. 直接解决数量
  493. <em class="sort-wrap">
  494. <i class="sortItem iconfont icon-xiangshang"></i>
  495. <i class="sortItem iconfont icon-xiangxia"></i>
  496. </em>
  497. </strong>
  498. </th>
  499. <th style="width:12%">
  500. <strong>
  501. 直接解决占比
  502. <em class="sort-wrap">
  503. <i class="sortItem iconfont icon-xiangshang"></i>
  504. <i class="sortItem iconfont icon-xiangxia"></i>
  505. </em>
  506. </strong>
  507. </th>
  508. <th style="width:10%">
  509. <strong>
  510. 派单数量
  511. <em class="sort-wrap">
  512. <i class="sortItem iconfont icon-xiangshang"></i>
  513. <i class="sortItem iconfont icon-xiangxia"></i>
  514. </em>
  515. </strong>
  516. </th>
  517. <th style="width:8%">
  518. <strong>
  519. 派单占比
  520. <em class="sort-wrap">
  521. <i class="sortItem iconfont icon-xiangshang"></i>
  522. <i class="sortItem iconfont icon-xiangxia"></i>
  523. </em>
  524. </strong>
  525. </th>
  526. </tr>
  527. </thead>
  528. </table>
  529. <div class="jry_table_wrap" ng-nicescroll>
  530. <table class="jry_table jry_table_body" cellspacing="0" cellpadding="16"
  531. style="font-weight:normal !important;margin-bottom: 16px;table-layout:fixed">
  532. <tbody class="tbody-hover">
  533. <tr
  534. ng-repeat="rowData in [1,11,111,2,22,222,3,33,333,4,44,444,5,55,555,6,66,666,7,77,777,8,88,888,9,99,999]">
  535. <td style="width:6%">
  536. {{$index+1}}
  537. </td>
  538. <td style="width:24%">
  539. 2018/08/09~2018/08/10
  540. </td>
  541. <td style="width:8%">
  542. 阿明明
  543. </td>
  544. <td style="width:10%">
  545. 891
  546. </td>
  547. <td style="width:8%">
  548. 28%
  549. </td>
  550. <td style="width:14%">
  551. 509
  552. </td>
  553. <td style="width:12%">
  554. 25%
  555. </td>
  556. <td style="width:10%">
  557. 96
  558. </td>
  559. <td style="width:8%">
  560. 56%
  561. </td>
  562. </tr>
  563. </tbody>
  564. </table>
  565. </div>
  566. </div>
  567. </div>
  568. </div>
  569. </div>
  570. <!-- 电话留言统计 -->
  571. <div class="deck_cont_body" ng-if="tap=='DHLYTJ'">
  572. <div class="deck_cont_body_TB1">
  573. <div class="TB">
  574. <div class="TB_head">
  575. <div class="TB_head_L">
  576. <div class="TB_LDZH fl">
  577. <p>电话留言总数</p>
  578. <span>600</span>
  579. </div>
  580. <div class="TB_ITEMS fl">
  581. <div class="TB_ITEM">
  582. <p>转换数量</p>
  583. <span>500 &nbsp;83%</span>
  584. </div>
  585. <div class="TB_ITEM">
  586. <p>未转换数量</p>
  587. <span>100 &nbsp;17%</span>
  588. </div>
  589. </div>
  590. </div>
  591. <div class="TB_head_L">
  592. <div class="TB_LDZH fl">
  593. <p>电话留言转换总数</p>
  594. <span>500</span>
  595. </div>
  596. <div class="TB_ITEMS fl">
  597. <div class="TB_ITEM">
  598. <p>直接解决</p>
  599. <span>150 &nbsp;30%</span>
  600. </div>
  601. <div class="TB_ITEM">
  602. <p>派单</p>
  603. <span>350 &nbsp;70%</span>
  604. </div>
  605. </div>
  606. </div>
  607. </div>
  608. <div class="TB_cont">
  609. <table class="jry_table jry_table_head" cellspacing="0" cellpadding="16"
  610. style="font-weight:normal !important;table-layout:fixed">
  611. <thead>
  612. <tr>
  613. <th style="width:6%">
  614. 序号
  615. </th>
  616. <th style="width:24%">
  617. 日期
  618. </th>
  619. <th style="width:8%">
  620. 人员
  621. </th>
  622. <th style="width:10%">
  623. <strong>
  624. 转换数量
  625. <em class="sort-wrap">
  626. <i class="sortItem iconfont icon-xiangshang"></i>
  627. <i class="sortItem iconfont icon-xiangxia"></i>
  628. </em>
  629. </strong>
  630. </th>
  631. <th style="width:8%">
  632. <strong>
  633. 转换占比
  634. <em class="sort-wrap">
  635. <i class="sortItem iconfont icon-xiangshang"></i>
  636. <i class="sortItem iconfont icon-xiangxia"></i>
  637. </em>
  638. </strong>
  639. </th>
  640. <th style="width:14%">
  641. <strong>
  642. 直接解决数量
  643. <em class="sort-wrap">
  644. <i class="sortItem iconfont icon-xiangshang"></i>
  645. <i class="sortItem iconfont icon-xiangxia"></i>
  646. </em>
  647. </strong>
  648. </th>
  649. <th style="width:12%">
  650. <strong>
  651. 直接解决占比
  652. <em class="sort-wrap">
  653. <i class="sortItem iconfont icon-xiangshang"></i>
  654. <i class="sortItem iconfont icon-xiangxia"></i>
  655. </em>
  656. </strong>
  657. </th>
  658. <th style="width:10%">
  659. <strong>
  660. 派单数量
  661. <em class="sort-wrap">
  662. <i class="sortItem iconfont icon-xiangshang"></i>
  663. <i class="sortItem iconfont icon-xiangxia"></i>
  664. </em>
  665. </strong>
  666. </th>
  667. <th style="width:8%">
  668. <strong>
  669. 派单占比
  670. <em class="sort-wrap">
  671. <i class="sortItem iconfont icon-xiangshang"></i>
  672. <i class="sortItem iconfont icon-xiangxia"></i>
  673. </em>
  674. </strong>
  675. </th>
  676. </tr>
  677. </thead>
  678. </table>
  679. <div class="jry_table_wrap" ng-nicescroll>
  680. <table class="jry_table jry_table_body" cellspacing="0" cellpadding="16"
  681. style="font-weight:normal !important;margin-bottom: 16px;table-layout:fixed">
  682. <tbody class="tbody-hover">
  683. <tr
  684. ng-repeat="rowData in [1,11,111,2,22,222,3,33,333,4,44,444,5,55,555,6,66,666,7,77,777,8,88,888,9,99,999]">
  685. <td style="width:6%">
  686. {{$index+1}}
  687. </td>
  688. <td style="width:24%">
  689. 2018/08/09~2018/08/10
  690. </td>
  691. <td style="width:8%">
  692. 阿明明
  693. </td>
  694. <td style="width:10%">
  695. 891
  696. </td>
  697. <td style="width:8%">
  698. 28%
  699. </td>
  700. <td style="width:14%">
  701. 509
  702. </td>
  703. <td style="width:12%">
  704. 25%
  705. </td>
  706. <td style="width:10%">
  707. 96
  708. </td>
  709. <td style="width:8%">
  710. 56%
  711. </td>
  712. </tr>
  713. </tbody>
  714. </table>
  715. </div>
  716. </div>
  717. </div>
  718. </div>
  719. </div>
  720. </div>
  721. </div>
  722. </div>
  723. </div>
  724. <style>
  725. p {
  726. margin-bottom: 0;
  727. }
  728. em,
  729. i,
  730. strong {
  731. font-style: normal;
  732. }
  733. .searchBtnBox {
  734. padding-top: 30px;
  735. }
  736. .deck_body {
  737. height: 100%;
  738. background: #f9f9f9;
  739. padding: 16px;
  740. }
  741. .deck_head {
  742. height: 50px;
  743. width: 100%
  744. }
  745. .deck_head .deck_head_L {
  746. float: left;
  747. width: 25%;
  748. height: 100%;
  749. text-align: center;
  750. border-top: 5px solid #EAEAEA;
  751. color: #717171;
  752. font-size: 14px;
  753. line-height: 45px;
  754. cursor: pointer;
  755. }
  756. .deck_head .deck_head_R {
  757. float: left;
  758. width: 50%;
  759. height: 100%;
  760. text-align: center;
  761. border-top: 5px solid #EAEAEA;
  762. color: #717171;
  763. font-size: 14px;
  764. line-height: 45px;
  765. cursor: pointer;
  766. }
  767. .ac {
  768. background: #E6EEF4;
  769. color: #353535 !important;
  770. border-top: 5px solid #79A3C4 !important;
  771. }
  772. .deck_cont {
  773. width: 100%;
  774. height: 100%;
  775. padding: 16px;
  776. background: #fff;
  777. border-width: 0px 1px 1px 1px;
  778. border-width: 0px 1px 1px 1px;
  779. border-color: #EAEAEA;
  780. border-style: solid;
  781. }
  782. .deck_cont_head {
  783. border-bottom: 1px solid #EAEAEA;
  784. padding: 16px 10px 16px 10px;
  785. zoom: 1;
  786. }
  787. .deck_cont_head::after {
  788. content: "";
  789. display: block;
  790. height: 0;
  791. clear: both;
  792. visibility: hidden;
  793. }
  794. .P-0 {
  795. padding-left: 0px;
  796. padding-right: 0px;
  797. }
  798. .P-T-15 {
  799. padding-top: 16px;
  800. }
  801. .form-control.smallline {
  802. width: 120px;
  803. height: 34px;
  804. padding-left: 8px;
  805. padding-right: 8px;
  806. color: #999;
  807. font-size: 12px;
  808. }
  809. .deck_cont_body_TB1 {
  810. padding-top: 16px;
  811. }
  812. .deck_cont_body_TB2 {
  813. padding-top: 16px;
  814. }
  815. .TB_head {
  816. width: 100%;
  817. height: 54px
  818. }
  819. .TB_head_L {
  820. float: left;
  821. height: 100%;
  822. border-left: 8px solid #005395;
  823. padding: 0px 16px;
  824. }
  825. .TB_head_R {
  826. float: left;
  827. height: 100%;
  828. border-left: 8px solid #49A9EE;
  829. padding: 0px 16px;
  830. }
  831. .TB_ITEM {
  832. float: left;
  833. margin-right: 16px;
  834. }
  835. .MR_15 {
  836. margin-right: 16px;
  837. }
  838. .TB_ITEM p {
  839. font-size: 12px;
  840. color: #666
  841. }
  842. .TB_ITEM span {
  843. font-size: 24px;
  844. color: #333;
  845. line-height: 1.2;
  846. }
  847. .TB_LDZH p {
  848. font-size: 14px;
  849. color: #666
  850. }
  851. .TB_LDZH span {
  852. font-size: 32px;
  853. color: #333;
  854. line-height: 1.2;
  855. }
  856. .TB_ZHL {
  857. height: 100%;
  858. padding-top: 22px;
  859. }
  860. .TB_ZHL p {
  861. font-size: 12px;
  862. color: #7B7B7B
  863. }
  864. .TB_ZHL span {
  865. font-weight: 600;
  866. font-size: 22px;
  867. }
  868. .TB_cont {
  869. height: 350px;
  870. width: 100%;
  871. /* overflow-x: hidden; */
  872. /* overflow-y: auto; */
  873. }
  874. .TB_cont #ldzh {
  875. height: 100%;
  876. }
  877. .TB_cont #sjfx {
  878. height: 100%;
  879. }
  880. .TB_cont #sjqs {
  881. height: 100%;
  882. }
  883. .TB_cont #sjpd {
  884. height: 100%;
  885. }
  886. .TB_head_R1 {
  887. border-color: #005395;
  888. }
  889. .TB_LB {
  890. height: 100%;
  891. width: 100%;
  892. border: 1px solid #EAEAEA;
  893. }
  894. .TB_LB_head {
  895. height: 50px;
  896. background: #FAFAFA;
  897. border-bottom: 1px solid #EAEAEA;
  898. color: #333;
  899. font-size: 14px;
  900. }
  901. .TB_LB_body {
  902. height: 40px;
  903. border-bottom: 1px solid #EAEAEA;
  904. color: #7B7B7B;
  905. }
  906. .TB_LB_item {
  907. height: 100%;
  908. float: left;
  909. text-align: center;
  910. line-height: 40px;
  911. border-right: 1px solid #EAEAEA;
  912. }
  913. .TB_LB_head .TB_LB_item {
  914. line-height: 50px;
  915. font-weight: 600;
  916. }
  917. .btn-default {
  918. height: 30px;
  919. }
  920. .form-line {
  921. height: 34px;
  922. line-height: 34px;
  923. padding-left: 8px;
  924. padding-right: 8px;
  925. color: #979797;
  926. }
  927. .form-dataIcon {
  928. color: #ddd;
  929. font-size: 16px;
  930. position: absolute;
  931. right: 8px;
  932. top: 50%;
  933. transform: translateY(-50%);
  934. }
  935. .selectDate {
  936. width: 270px;
  937. }
  938. .selectDate .selectDate-hd {
  939. margin-bottom: 8px;
  940. }
  941. .selectDate .lastDate {
  942. color: #ddd;
  943. }
  944. .selectDate .lastDate span {
  945. margin-left: 4px;
  946. margin-right: 4px;
  947. color: #005395;
  948. font-size: 12px;
  949. cursor: pointer;
  950. }
  951. .selectDate .lastDate span.active {
  952. border-bottom: 1px solid #005395;
  953. }
  954. .selectDate .lastDate span:last-child {
  955. margin-right: 0;
  956. }
  957. .searchBtnBox .btn {
  958. width: 60px;
  959. height: 34px;
  960. line-height: 26px;
  961. margin: 0 0 0 8px;
  962. }
  963. .btn_search {
  964. background-color: #005395;
  965. }
  966. .btn_reset {
  967. background-color: #fff;
  968. border: 1px solid #ddd;
  969. }
  970. .btn_reset:hover {
  971. border: 1px solid #999;
  972. color: #666;
  973. }
  974. .btn_export {
  975. padding: 3px 16px;
  976. background-color: #e6eef4;
  977. border: 1px #005395 solid;
  978. color: #005395;
  979. }
  980. .btn_export:hover {
  981. color: #79a3c4;
  982. border-color: #79a3c4;
  983. }
  984. .TB_ITEMS {
  985. margin-left: 24px;
  986. margin-top: 10px;
  987. }
  988. /* table */
  989. .jry_table_wrap {
  990. margin-top: -1px;
  991. height: 310px;
  992. overflow-x: hidden;
  993. overflow-y: auto;
  994. }
  995. .jry_table {
  996. border: 1px solid #ddd;
  997. text-align: center;
  998. width: 100%;
  999. position: relative;
  1000. }
  1001. .jry_table_head {
  1002. margin-top: 16px;
  1003. background-color: #f9f9f9;
  1004. }
  1005. .jry_table_body .tbody-hover {
  1006. width: 100%;
  1007. }
  1008. .jry_table th,
  1009. .jry_table td {
  1010. word-wrap: break-word;
  1011. padding: 6px 8px;
  1012. border: 1px solid #ddd;
  1013. }
  1014. .jry_table th {
  1015. text-align: center;
  1016. font-size: 13px;
  1017. }
  1018. .jry_table th strong {
  1019. position: relative;
  1020. }
  1021. .sort-wrap {
  1022. position: absolute;
  1023. right: -12px;
  1024. top: 50%;
  1025. transform: translateY(-50%);
  1026. width: 12px;
  1027. display: flex;
  1028. flex-direction: column;
  1029. justify-content: center;
  1030. line-height: normal;
  1031. }
  1032. .sortItem {
  1033. font-size: 12px;
  1034. color: #ddd;
  1035. height: 12px;
  1036. cursor: pointer;
  1037. position: absolute;
  1038. }
  1039. .sortItem.icon-xiangshang {
  1040. bottom: -2px;
  1041. }
  1042. .sortItem.icon-xiangxia {
  1043. top: -2px;
  1044. }
  1045. .form-control.smallline {
  1046. background-color: #fff;
  1047. }
  1048. </style>