service_form.html 47 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043
  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="starttimesModel" max-date="endtimesModel"
  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="endtimesModel" min-date="starttimesModel"
  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(name, type)">搜索</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" ng-if="isArrays(zhtj_list)&&zhtj_list.length>0">
  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>{{zhtj_req_total}}</span>
  77. </div>
  78. <div class="TB_ITEMS fl">
  79. <div class="TB_ITEM">
  80. <p>电话总数</p>
  81. <span>{{zhtj_req_phone}}</span>
  82. </div>
  83. <div class="TB_ITEM">
  84. <p>微信/WEB总数</p>
  85. <span>{{zhtj_req_wxweb}}</span>
  86. </div>
  87. <div class="TB_ITEM">
  88. <p>电话留言总数</p>
  89. <span>{{zhtj_req_msg}}</span>
  90. </div>
  91. <div class="TB_ITEM">
  92. <p>柜台</p>
  93. <span>{{zhtj_req_desk}}</span>
  94. </div>
  95. </div>
  96. </div>
  97. <div class="TB_head_L">
  98. <div class="TB_LDZH fl">
  99. <p>工单转换总数</p>
  100. <span>{{zhtj_trans_total}}</span>
  101. </div>
  102. <div class="TB_ITEMS fl">
  103. <div class="TB_ITEM">
  104. <p>直接处理数量</p>
  105. <span>{{zhtj_p_total}}</span>
  106. </div>
  107. <div class="TB_ITEM">
  108. <p>派单数量</p>
  109. <span>{{zhtj_unp_total}}</span>
  110. </div>
  111. </div>
  112. </div>
  113. </div>
  114. <div class="TB_cont">
  115. <table class="jry_table jry_table_head" cellspacing="0" cellpadding="16"
  116. style="font-weight:normal !important;table-layout:fixed">
  117. <thead>
  118. <tr>
  119. <th style="width:6%">
  120. 序号
  121. </th>
  122. <th style="width:11%">
  123. 人员
  124. </th>
  125. <th style="width:11%" ng-click="tableSort('total')">
  126. <strong>
  127. 建单数量
  128. <em class="sort-wrap">
  129. <i class="sortItem iconfont icon-xiangshang" ng-class="{active:sortActive == 'totaltop'}"></i>
  130. <i class="sortItem iconfont icon-xiangxia" ng-class="{active:sortActive == 'totalbottom'}"></i>
  131. </em>
  132. </strong>
  133. </th>
  134. <th style="width:11%" ng-click="tableSort('p_total')">
  135. <strong>
  136. 直接处理数量
  137. <em class="sort-wrap">
  138. <i class="sortItem iconfont icon-xiangshang" ng-class="{active:sortActive == 'p_totaltop'}"></i>
  139. <i class="sortItem iconfont icon-xiangxia" ng-class="{active:sortActive == 'p_totalbottom'}"></i>
  140. </em>
  141. </strong>
  142. </th>
  143. <th style="width:11%" ng-click="tableSort('unp_total')">
  144. <strong>
  145. 处理工单数
  146. <em class="sort-wrap">
  147. <i class="sortItem iconfont icon-xiangshang" ng-class="{active:sortActive == 'unp_totaltop'}"></i>
  148. <i class="sortItem iconfont icon-xiangxia" ng-class="{active:sortActive == 'unp_totalbottom'}"></i>
  149. </em>
  150. </strong>
  151. </th>
  152. <th style="width:11%" ng-click="tableSort('handle_phone')">
  153. <strong>
  154. 电话接听数
  155. <em class="sort-wrap">
  156. <i class="sortItem iconfont icon-xiangshang" ng-class="{active:sortActive == 'handle_phonetop'}"></i>
  157. <i class="sortItem iconfont icon-xiangxia" ng-class="{active:sortActive == 'handle_phonebottom'}"></i>
  158. </em>
  159. </strong>
  160. </th>
  161. <th style="width:17%" ng-click="tableSort('handle_wxweb')">
  162. <strong>
  163. 微信/web报修处理数
  164. <em class="sort-wrap">
  165. <i class="sortItem iconfont icon-xiangshang" ng-class="{active:sortActive == 'handle_wxwebtop'}"></i>
  166. <i class="sortItem iconfont icon-xiangxia" ng-class="{active:sortActive == 'handle_wxwebbottom'}"></i>
  167. </em>
  168. </strong>
  169. </th>
  170. <th style="width:11%" ng-click="tableSort('handle_msg')">
  171. <strong>
  172. 留言处理数
  173. <em class="sort-wrap">
  174. <i class="sortItem iconfont icon-xiangshang" ng-class="{active:sortActive == 'handle_msgtop'}"></i>
  175. <i class="sortItem iconfont icon-xiangxia" ng-class="{active:sortActive == 'handle_msgbottom'}"></i>
  176. </em>
  177. </strong>
  178. </th>
  179. <th style="width:11%" ng-click="tableSort('handle_desk')">
  180. <strong>
  181. 柜台受理数
  182. <em class="sort-wrap">
  183. <i class="sortItem iconfont icon-xiangshang" ng-class="{active:sortActive == 'handle_desktop'}"></i>
  184. <i class="sortItem iconfont icon-xiangxia" ng-class="{active:sortActive == 'handle_deskbottom'}"></i>
  185. </em>
  186. </strong>
  187. </th>
  188. </tr>
  189. </thead>
  190. </table>
  191. <div class="jry_table_wrap" ng-nicescroll nice-scroll-end="topEndComplete()">
  192. <table class="jry_table jry_table_body" cellspacing="0" cellpadding="16"
  193. style="font-weight:normal !important;margin-bottom: 16px;table-layout:fixed">
  194. <tbody class="tbody-hover">
  195. <tr
  196. ng-repeat="rowData in zhtj_list">
  197. <td style="width:6%">
  198. {{$index+1}}
  199. </td>
  200. <td style="width:11%">
  201. {{rowData.userName}}
  202. </td>
  203. <td style="width:11%">
  204. {{rowData.total}}
  205. </td>
  206. <td style="width:11%">
  207. {{rowData.p_total}}
  208. </td>
  209. <td style="width:11%">
  210. {{rowData.unp_total}}
  211. </td>
  212. <td style="width:11%">
  213. {{rowData.handle_phone}}
  214. </td>
  215. <td style="width:17%">
  216. {{rowData.handle_wxweb}}
  217. </td>
  218. <td style="width:11%">
  219. {{rowData.handle_msg}}
  220. </td>
  221. <td style="width:11%">
  222. {{rowData.handle_desk}}
  223. </td>
  224. </tr>
  225. </tbody>
  226. </table>
  227. </div>
  228. </div>
  229. </div>
  230. </div>
  231. <div class="noData" ng-if="isArrays(zhtj_list)&&zhtj_list.length==0">查询无记录</div>
  232. <div class="noData" ng-if="!isArrays(zhtj_list)"><img src="/assets/images/loading.gif" alt=""></div>
  233. </div>
  234. <!-- 电话统计 -->
  235. <div class="deck_cont_body" ng-if="tap=='DHTJ'">
  236. <div class="deck_cont_body_TB1" ng-if="isArrays(dhtj_list)&&dhtj_list.length>0">
  237. <div class="TB">
  238. <div class="TB_head">
  239. <div class="TB_head_L">
  240. <div class="TB_LDZH fl">
  241. <p>来电总数</p>
  242. <span>{{dhtj_req_total}}</span>
  243. </div>
  244. <div class="TB_ITEMS fl">
  245. <div class="TB_ITEM">
  246. <p>接听数量</p>
  247. <span>{{dhtj_req_answer}}</span>
  248. </div>
  249. <div class="TB_ITEM">
  250. <p>未接数量</p>
  251. <span>{{dhtj_req_miss}}</span>
  252. </div>
  253. </div>
  254. </div>
  255. <div class="TB_head_L">
  256. <div class="TB_LDZH fl">
  257. <p>电话建单总数</p>
  258. <span>{{dhtj_p_total}}</span>
  259. </div>
  260. <div class="TB_ITEMS fl">
  261. <div class="TB_ITEM">
  262. <p>直接解决</p>
  263. <span>{{dhtj_p_phone}}</span>
  264. </div>
  265. <div class="TB_ITEM">
  266. <p>派单数量</p>
  267. <span>{{dhtj_unp_phone}}</span>
  268. </div>
  269. </div>
  270. </div>
  271. </div>
  272. <div class="TB_cont">
  273. <table class="jry_table jry_table_head" cellspacing="0" cellpadding="16"
  274. style="font-weight:normal !important;table-layout:fixed">
  275. <thead>
  276. <tr>
  277. <th style="width:6%">
  278. 序号
  279. </th>
  280. <th style="width:14%">
  281. 人员
  282. </th>
  283. <th style="width:20%" ng-click="tableSort('answer')">
  284. <strong>
  285. 接听数量
  286. <em class="sort-wrap">
  287. <i class="sortItem iconfont icon-xiangshang" ng-class="{active:sortActive == 'answertop'}"></i>
  288. <i class="sortItem iconfont icon-xiangxia" ng-class="{active:sortActive == 'answerbottom'}"></i>
  289. </em>
  290. </strong>
  291. </th>
  292. <th style="width:20%" ng-click="tableSort('total')">
  293. <strong>
  294. 建单数量
  295. <em class="sort-wrap">
  296. <i class="sortItem iconfont icon-xiangshang" ng-class="{active:sortActive == 'totaltop'}"></i>
  297. <i class="sortItem iconfont icon-xiangxia" ng-class="{active:sortActive == 'totalbottom'}"></i>
  298. </em>
  299. </strong>
  300. </th>
  301. <th style="width:20%" ng-click="tableSort('p_total')">
  302. <strong>
  303. 直接解决
  304. <em class="sort-wrap">
  305. <i class="sortItem iconfont icon-xiangshang" ng-class="{active:sortActive == 'p_totaltop'}"></i>
  306. <i class="sortItem iconfont icon-xiangxia" ng-class="{active:sortActive == 'p_totalbottom'}"></i>
  307. </em>
  308. </strong>
  309. </th>
  310. <th style="width:20%" ng-click="tableSort('unp_total')">
  311. <strong>
  312. 派单数量
  313. <em class="sort-wrap">
  314. <i class="sortItem iconfont icon-xiangshang" ng-class="{active:sortActive == 'unp_totaltop'}"></i>
  315. <i class="sortItem iconfont icon-xiangxia" ng-class="{active:sortActive == 'unp_totalbottom'}"></i>
  316. </em>
  317. </strong>
  318. </th>
  319. </tr>
  320. </thead>
  321. </table>
  322. <div class="jry_table_wrap" ng-nicescroll>
  323. <table class="jry_table jry_table_body" cellspacing="0" cellpadding="16"
  324. style="font-weight:normal !important;margin-bottom: 16px;table-layout:fixed">
  325. <tbody class="tbody-hover">
  326. <tr
  327. ng-repeat="rowData in dhtj_list">
  328. <td style="width:6%">
  329. {{$index+1}}
  330. </td>
  331. <td style="width:14%">
  332. {{rowData.userName}}
  333. </td>
  334. <td style="width:20%">
  335. {{rowData.answer}}
  336. </td>
  337. <td style="width:20%">
  338. {{rowData.total}}
  339. </td>
  340. <td style="width:20%">
  341. {{rowData.p_total}}
  342. </td>
  343. <td style="width:20%">
  344. {{rowData.unp_total}}
  345. </td>
  346. </tr>
  347. </tbody>
  348. </table>
  349. </div>
  350. </div>
  351. </div>
  352. </div>
  353. <div class="noData" ng-if="isArrays(dhtj_list)&&dhtj_list.length==0">查询无记录</div>
  354. <div class="noData" ng-if="!isArrays(dhtj_list)"><img src="/assets/images/loading.gif" alt=""></div>
  355. </div>
  356. <!-- 微信/WEB统计 -->
  357. <div class="deck_cont_body" ng-if="tap=='WEB'">
  358. <div class="deck_cont_body_TB1" ng-if="isArrays(web_list)&&web_list.length>0">
  359. <div class="TB">
  360. <div class="TB_head">
  361. <div class="TB_head_L">
  362. <div class="TB_LDZH fl">
  363. <p>微信/WEB报修总数</p>
  364. <span>{{web_req_total}}</span>
  365. </div>
  366. <div class="TB_ITEMS fl">
  367. <div class="TB_ITEM">
  368. <p>转换数量</p>
  369. <span>{{web_req_trans}}</span>
  370. </div>
  371. <div class="TB_ITEM">
  372. <p>未转换数量</p>
  373. <span>{{web_req_reject}}</span>
  374. </div>
  375. </div>
  376. </div>
  377. <div class="TB_head_L">
  378. <div class="TB_LDZH fl">
  379. <p>微信/WEB转换总数</p>
  380. <span>{{web_trans_total}}</span>
  381. </div>
  382. <div class="TB_ITEMS fl">
  383. <div class="TB_ITEM">
  384. <p>直接解决</p>
  385. <span>{{web_p_total}}</span>
  386. </div>
  387. <div class="TB_ITEM">
  388. <p>派单</p>
  389. <span>{{web_unp_total}}</span>
  390. </div>
  391. </div>
  392. </div>
  393. </div>
  394. <div class="TB_cont">
  395. <table class="jry_table jry_table_head" cellspacing="0" cellpadding="16"
  396. style="font-weight:normal !important;table-layout:fixed">
  397. <thead>
  398. <tr>
  399. <th style="width:6%">
  400. 序号
  401. </th>
  402. <th style="width:14%">
  403. 人员
  404. </th>
  405. <th style="width:16%" ng-click="tableSort('completed')">
  406. <strong>
  407. 受理报修数
  408. <em class="sort-wrap">
  409. <i class="sortItem iconfont icon-xiangshang" ng-class="{active:sortActive == 'completedtop'}"></i>
  410. <i class="sortItem iconfont icon-xiangxia" ng-class="{active:sortActive == 'completedbottom'}"></i>
  411. </em>
  412. </strong>
  413. </th>
  414. <th style="width:16%" ng-click="tableSort('reject')">
  415. <strong>
  416. 不受理数
  417. <em class="sort-wrap">
  418. <i class="sortItem iconfont icon-xiangshang" ng-class="{active:sortActive == 'rejecttop'}"></i>
  419. <i class="sortItem iconfont icon-xiangxia" ng-class="{active:sortActive == 'rejectbottom'}"></i>
  420. </em>
  421. </strong>
  422. </th>
  423. <th style="width:16%" ng-click="tableSort('total')">
  424. <strong>
  425. 转换数量
  426. <em class="sort-wrap">
  427. <i class="sortItem iconfont icon-xiangshang" ng-class="{active:sortActive == 'totaltop'}"></i>
  428. <i class="sortItem iconfont icon-xiangxia" ng-class="{active:sortActive == 'totalbottom'}"></i>
  429. </em>
  430. </strong>
  431. </th>
  432. <th style="width:16%" ng-click="tableSort('p_total')">
  433. <strong>
  434. 直接解决数量
  435. <em class="sort-wrap">
  436. <i class="sortItem iconfont icon-xiangshang" ng-class="{active:sortActive == 'p_totaltop'}"></i>
  437. <i class="sortItem iconfont icon-xiangxia" ng-class="{active:sortActive == 'p_totalbottom'}"></i>
  438. </em>
  439. </strong>
  440. </th>
  441. <th style="width:16%" ng-click="tableSort('unp_total')">
  442. <strong>
  443. 派单数量
  444. <em class="sort-wrap">
  445. <i class="sortItem iconfont icon-xiangshang" ng-class="{active:sortActive == 'unp_totaltop'}"></i>
  446. <i class="sortItem iconfont icon-xiangxia" ng-class="{active:sortActive == 'unp_totalbottom'}"></i>
  447. </em>
  448. </strong>
  449. </th>
  450. </tr>
  451. </thead>
  452. </table>
  453. <div class="jry_table_wrap" ng-nicescroll>
  454. <table class="jry_table jry_table_body" cellspacing="0" cellpadding="16"
  455. style="font-weight:normal !important;margin-bottom: 16px;table-layout:fixed">
  456. <tbody class="tbody-hover">
  457. <tr
  458. ng-repeat="rowData in web_list">
  459. <td style="width:6%">
  460. {{$index+1}}
  461. </td>
  462. <td style="width:14%">
  463. {{rowData.userName}}
  464. </td>
  465. <td style="width:16%">
  466. {{rowData.completed}}
  467. </td>
  468. <td style="width:16%">
  469. {{rowData.reject}}
  470. </td>
  471. <td style="width:16%">
  472. {{rowData.total}}
  473. </td>
  474. <td style="width:16%">
  475. {{rowData.p_total}}
  476. </td>
  477. <td style="width:16%">
  478. {{rowData.unp_total}}
  479. </td>
  480. </tr>
  481. </tbody>
  482. </table>
  483. </div>
  484. </div>
  485. </div>
  486. </div>
  487. <div class="noData" ng-if="isArrays(web_list)&&web_list.length==0">查询无记录</div>
  488. <div class="noData" ng-if="!isArrays(web_list)"><img src="/assets/images/loading.gif" alt=""></div>
  489. </div>
  490. <!-- 电话留言统计 -->
  491. <div class="deck_cont_body" ng-if="tap=='DHLYTJ'">
  492. <div class="deck_cont_body_TB1" ng-if="isArrays(dhlytj_list)&&dhlytj_list.length>0">
  493. <div class="TB">
  494. <div class="TB_head">
  495. <div class="TB_head_L">
  496. <div class="TB_LDZH fl">
  497. <p>电话留言总数</p>
  498. <span>{{web_req_total}}</span>
  499. </div>
  500. <div class="TB_ITEMS fl">
  501. <div class="TB_ITEM">
  502. <p>建单总数</p>
  503. <span>{{web_req_trans}}</span>
  504. </div>
  505. <div class="TB_ITEM">
  506. <p>不受理总数</p>
  507. <span>{{web_req_reject}}</span>
  508. </div>
  509. </div>
  510. </div>
  511. <div class="TB_head_L">
  512. <div class="TB_LDZH fl">
  513. <p>电话留言转换总数</p>
  514. <span>{{web_trans_total}}</span>
  515. </div>
  516. <div class="TB_ITEMS fl">
  517. <div class="TB_ITEM">
  518. <p>直接解决总数</p>
  519. <span>{{web_p_total}}</span>
  520. </div>
  521. <div class="TB_ITEM">
  522. <p>派单总数</p>
  523. <span>{{web_unp_total}}</span>
  524. </div>
  525. </div>
  526. </div>
  527. </div>
  528. <div class="TB_cont">
  529. <table class="jry_table jry_table_head" cellspacing="0" cellpadding="16"
  530. style="font-weight:normal !important;table-layout:fixed">
  531. <thead>
  532. <tr>
  533. <th style="width:6%">
  534. 序号
  535. </th>
  536. <th style="width:14%">
  537. 人员
  538. </th>
  539. <th style="width:16%" ng-click="tableSort('completed')">
  540. <strong>
  541. 受理总数
  542. <em class="sort-wrap">
  543. <i class="sortItem iconfont icon-xiangshang" ng-class="{active:sortActive == 'completedtop'}"></i>
  544. <i class="sortItem iconfont icon-xiangxia" ng-class="{active:sortActive == 'completedbottom'}"></i>
  545. </em>
  546. </strong>
  547. </th>
  548. <th style="width:16%" ng-click="tableSort('reject')">
  549. <strong>
  550. 不受理总数
  551. <em class="sort-wrap">
  552. <i class="sortItem iconfont icon-xiangshang" ng-class="{active:sortActive == 'rejecttop'}"></i>
  553. <i class="sortItem iconfont icon-xiangxia" ng-class="{active:sortActive == 'rejectbottom'}"></i>
  554. </em>
  555. </strong>
  556. </th>
  557. <th style="width:16%" ng-click="tableSort('total')">
  558. <strong>
  559. 建单总数
  560. <em class="sort-wrap">
  561. <i class="sortItem iconfont icon-xiangshang" ng-class="{active:sortActive == 'totaltop'}"></i>
  562. <i class="sortItem iconfont icon-xiangxia" ng-class="{active:sortActive == 'totalbottom'}"></i>
  563. </em>
  564. </strong>
  565. </th>
  566. <th style="width:16%" ng-click="tableSort('p_total')">
  567. <strong>
  568. 直接解决总数
  569. <em class="sort-wrap">
  570. <i class="sortItem iconfont icon-xiangshang" ng-class="{active:sortActive == 'p_totaltop'}"></i>
  571. <i class="sortItem iconfont icon-xiangxia" ng-class="{active:sortActive == 'p_totalbottom'}"></i>
  572. </em>
  573. </strong>
  574. </th>
  575. <th style="width:16%" ng-click="tableSort('unp_total')">
  576. <strong>
  577. 派单总数
  578. <em class="sort-wrap">
  579. <i class="sortItem iconfont icon-xiangshang" ng-class="{active:sortActive == 'unp_totaltop'}"></i>
  580. <i class="sortItem iconfont icon-xiangxia" ng-class="{active:sortActive == 'unp_totalbottom'}"></i>
  581. </em>
  582. </strong>
  583. </th>
  584. </tr>
  585. </thead>
  586. </table>
  587. <div class="jry_table_wrap" ng-nicescroll>
  588. <table class="jry_table jry_table_body" cellspacing="0" cellpadding="16"
  589. style="font-weight:normal !important;margin-bottom: 16px;table-layout:fixed">
  590. <tbody class="tbody-hover">
  591. <tr
  592. ng-repeat="rowData in dhlytj_list">
  593. <td style="width:6%">
  594. {{$index+1}}
  595. </td>
  596. <td style="width:14%">
  597. {{rowData.userName}}
  598. </td>
  599. <td style="width:16%">
  600. {{rowData.completed}}
  601. </td>
  602. <td style="width:16%">
  603. {{rowData.reject}}
  604. </td>
  605. <td style="width:16%">
  606. {{rowData.total}}
  607. </td>
  608. <td style="width:16%">
  609. {{rowData.p_total}}
  610. </td>
  611. <td style="width:16%">
  612. {{rowData.unp_total}}
  613. </td>
  614. </tr>
  615. </tbody>
  616. </table>
  617. </div>
  618. </div>
  619. </div>
  620. </div>
  621. <div class="noData" ng-if="isArrays(dhlytj_list)&&dhlytj_list.length==0">查询无记录</div>
  622. <div class="noData" ng-if="!isArrays(dhlytj_list)"><img src="/assets/images/loading.gif" alt=""></div>
  623. </div>
  624. </div>
  625. </div>
  626. </div>
  627. </div>
  628. <style>
  629. p {
  630. margin-bottom: 0;
  631. }
  632. em,
  633. i,
  634. strong {
  635. font-style: normal;
  636. }
  637. .searchBtnBox {
  638. padding-top: 30px;
  639. }
  640. .deck_body {
  641. height: 100%;
  642. background: #f9f9f9;
  643. padding: 16px;
  644. }
  645. .deck_head {
  646. height: 50px;
  647. width: 100%
  648. }
  649. .deck_head .deck_head_L {
  650. float: left;
  651. width: 25%;
  652. height: 100%;
  653. text-align: center;
  654. border-top: 5px solid #EAEAEA;
  655. color: #717171;
  656. font-size: 14px;
  657. line-height: 45px;
  658. cursor: pointer;
  659. }
  660. .deck_head .deck_head_R {
  661. float: left;
  662. width: 50%;
  663. height: 100%;
  664. text-align: center;
  665. border-top: 5px solid #EAEAEA;
  666. color: #717171;
  667. font-size: 14px;
  668. line-height: 45px;
  669. cursor: pointer;
  670. }
  671. .ac {
  672. background: #E6EEF4;
  673. color: #353535 !important;
  674. border-top: 5px solid #79A3C4 !important;
  675. }
  676. .deck_cont {
  677. width: 100%;
  678. height: 100%;
  679. padding: 16px;
  680. background: #fff;
  681. border-width: 0px 1px 1px 1px;
  682. border-width: 0px 1px 1px 1px;
  683. border-color: #EAEAEA;
  684. border-style: solid;
  685. }
  686. .deck_cont_head {
  687. border-bottom: 1px solid #EAEAEA;
  688. padding: 16px 10px 16px 10px;
  689. zoom: 1;
  690. }
  691. .deck_cont_head::after {
  692. content: "";
  693. display: block;
  694. height: 0;
  695. clear: both;
  696. visibility: hidden;
  697. }
  698. .P-0 {
  699. padding-left: 0px;
  700. padding-right: 0px;
  701. }
  702. .P-T-15 {
  703. padding-top: 16px;
  704. }
  705. .form-control.smallline {
  706. width: 120px;
  707. height: 34px;
  708. padding-left: 8px;
  709. padding-right: 8px;
  710. color: #999;
  711. font-size: 12px;
  712. }
  713. .deck_cont_body_TB1 {
  714. padding-top: 16px;
  715. }
  716. .deck_cont_body_TB2 {
  717. padding-top: 16px;
  718. }
  719. .TB_head {
  720. width: 100%;
  721. height: 54px
  722. }
  723. .TB_head_L {
  724. float: left;
  725. height: 100%;
  726. border-left: 8px solid #005395;
  727. padding: 0px 16px;
  728. }
  729. .TB_head_R {
  730. float: left;
  731. height: 100%;
  732. border-left: 8px solid #49A9EE;
  733. padding: 0px 16px;
  734. }
  735. .TB_ITEM {
  736. float: left;
  737. margin-right: 16px;
  738. text-align: center;
  739. }
  740. .MR_15 {
  741. margin-right: 16px;
  742. }
  743. .TB_ITEM p {
  744. font-size: 12px;
  745. color: #666
  746. }
  747. .TB_ITEM span {
  748. font-size: 24px;
  749. color: #333;
  750. line-height: 1.2;
  751. }
  752. .TB_LDZH{
  753. text-align: center;
  754. }
  755. .TB_LDZH p {
  756. font-size: 14px;
  757. color: #666
  758. }
  759. .TB_LDZH span {
  760. font-size: 32px;
  761. color: #333;
  762. line-height: 1.2;
  763. }
  764. .TB_ZHL {
  765. height: 100%;
  766. padding-top: 22px;
  767. }
  768. .TB_ZHL p {
  769. font-size: 12px;
  770. color: #7B7B7B
  771. }
  772. .TB_ZHL span {
  773. font-weight: 600;
  774. font-size: 22px;
  775. }
  776. .TB_cont {
  777. height: 350px;
  778. width: 100%;
  779. /* overflow-x: hidden; */
  780. /* overflow-y: auto; */
  781. }
  782. .TB_cont #ldzh {
  783. height: 100%;
  784. }
  785. .TB_cont #sjfx {
  786. height: 100%;
  787. }
  788. .TB_cont #sjqs {
  789. height: 100%;
  790. }
  791. .TB_cont #sjpd {
  792. height: 100%;
  793. }
  794. .TB_head_R1 {
  795. border-color: #005395;
  796. }
  797. .TB_LB {
  798. height: 100%;
  799. width: 100%;
  800. border: 1px solid #EAEAEA;
  801. }
  802. .TB_LB_head {
  803. height: 50px;
  804. background: #FAFAFA;
  805. border-bottom: 1px solid #EAEAEA;
  806. color: #333;
  807. font-size: 14px;
  808. }
  809. .TB_LB_body {
  810. height: 40px;
  811. border-bottom: 1px solid #EAEAEA;
  812. color: #7B7B7B;
  813. }
  814. .TB_LB_item {
  815. height: 100%;
  816. float: left;
  817. text-align: center;
  818. line-height: 40px;
  819. border-right: 1px solid #EAEAEA;
  820. }
  821. .TB_LB_head .TB_LB_item {
  822. line-height: 50px;
  823. font-weight: 600;
  824. }
  825. .btn-default {
  826. height: 30px;
  827. }
  828. .form-line {
  829. height: 34px;
  830. line-height: 34px;
  831. padding-left: 8px;
  832. padding-right: 8px;
  833. color: #979797;
  834. }
  835. .form-dataIcon {
  836. color: #ddd;
  837. font-size: 16px;
  838. position: absolute;
  839. right: 8px;
  840. top: 50%;
  841. transform: translateY(-50%);
  842. }
  843. .selectDate {
  844. width: 270px;
  845. }
  846. .selectDate .selectDate-hd {
  847. margin-bottom: 8px;
  848. }
  849. .selectDate .lastDate {
  850. color: #ddd;
  851. }
  852. .selectDate .lastDate span {
  853. margin-left: 4px;
  854. margin-right: 4px;
  855. color: #005395;
  856. font-size: 12px;
  857. cursor: pointer;
  858. }
  859. .selectDate .lastDate span.active {
  860. border-bottom: 1px solid #005395;
  861. }
  862. .selectDate .lastDate span:last-child {
  863. margin-right: 0;
  864. }
  865. .searchBtnBox .btn {
  866. width: 60px;
  867. height: 34px;
  868. line-height: 26px;
  869. margin: 0 0 0 8px;
  870. }
  871. .btn_search {
  872. background-color: #005395;
  873. }
  874. .btn_reset {
  875. background-color: #fff;
  876. border: 1px solid #ddd;
  877. }
  878. .btn_reset:hover {
  879. border: 1px solid #999;
  880. color: #666;
  881. }
  882. .btn_export {
  883. padding: 3px 16px;
  884. background-color: #e6eef4;
  885. border: 1px #005395 solid;
  886. color: #005395;
  887. }
  888. .btn_export:hover {
  889. color: #79a3c4;
  890. border-color: #79a3c4;
  891. }
  892. .TB_ITEMS {
  893. margin-left: 24px;
  894. margin-top: 10px;
  895. }
  896. /* table */
  897. .jry_table_wrap {
  898. margin-top: -1px;
  899. height: 310px;
  900. overflow-x: hidden;
  901. overflow-y: auto;
  902. }
  903. .jry_table {
  904. border: 1px solid #ddd;
  905. text-align: center;
  906. width: 100%;
  907. position: relative;
  908. }
  909. .jry_table_head {
  910. margin-top: 16px;
  911. background-color: #f9f9f9;
  912. }
  913. .jry_table_head th {
  914. cursor: pointer;
  915. }
  916. .jry_table_body .tbody-hover {
  917. width: 100%;
  918. }
  919. .jry_table th,
  920. .jry_table td {
  921. word-wrap: break-word;
  922. padding: 6px 8px;
  923. border: 1px solid #ddd;
  924. }
  925. .jry_table th {
  926. text-align: center;
  927. font-size: 13px;
  928. }
  929. .jry_table th strong {
  930. position: relative;
  931. }
  932. .sort-wrap {
  933. position: absolute;
  934. right: -12px;
  935. top: 50%;
  936. transform: translateY(-50%);
  937. width: 12px;
  938. display: flex;
  939. flex-direction: column;
  940. justify-content: center;
  941. line-height: normal;
  942. }
  943. .sortItem {
  944. font-size: 12px;
  945. color: #ddd;
  946. height: 12px;
  947. cursor: pointer;
  948. position: absolute;
  949. }
  950. .sortItem.active {
  951. color: #999;
  952. }
  953. .sortItem.icon-xiangshang {
  954. bottom: -2px;
  955. }
  956. .sortItem.icon-xiangxia {
  957. top: -2px;
  958. }
  959. /* 查询无记录 */
  960. .noData{
  961. font-size: 16px;
  962. text-align: center;
  963. font-weight: bold;
  964. margin-top: 16px;
  965. width: 100%;
  966. min-height: 420px;
  967. }
  968. .form-control.smallline {
  969. background-color: #fff;
  970. }
  971. </style>