efficiency.html 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546
  1. <section id="page-title">
  2. <div class="row">
  3. <div class="col-sm-8">
  4. <h1 class="mainTitle">事件运维效率统计<i tooltip='请查看事件运维效率统计相关数据。' tooltip-placement="right" class="fa ti-help-alt margin-left-10 fontcolor-five pointfont"></i></h1>
  5. </div>
  6. </div>
  7. </section>
  8. <!-- end: PAGE TITLE -->
  9. <!-- start: BOOTSRAP NAV TREE -->
  10. <style>
  11. .bodybackground {
  12. background: #eee;
  13. }
  14. .know-text-group {
  15. display: inline-block;
  16. box-sizing: border-box;
  17. border-radius: 2px;
  18. /* border: 1px solid #fff; */
  19. /* padding-top: 5px; */
  20. width: 100%;
  21. /* padding-bottom: 5px; */
  22. }
  23. .know-text-group-div {
  24. display: inline-block;
  25. width: 12%;
  26. padding-top: 5px;
  27. padding-bottom: 5px;
  28. overflow: hidden;
  29. white-space: nowrap;
  30. text-overflow: ellipsis;
  31. }
  32. .know-text-group-div:hover {
  33. background-color: #005395 !important;
  34. color: #fff;
  35. }
  36. .know-text-group-div.active,
  37. .know-text-group-div:focus,
  38. .know-text-group-div:hover {
  39. background-color: #005395 !important;
  40. color: #fff;
  41. }
  42. .know-text-color {
  43. padding-left: 14px;
  44. font-size: 14px;
  45. color: #93989e;
  46. }
  47. .know-span {
  48. display: inline-block;
  49. text-align: center;
  50. }
  51. .know-num {
  52. width: 28px;
  53. height: 20px;
  54. line-height: 20px;
  55. font-size: 12px;
  56. border-radius: 10px;
  57. margin-right: 10px;
  58. color: white;
  59. }
  60. .bg-yellow {
  61. background: #005395;
  62. }
  63. .bg-green {
  64. background: #2edbb8;
  65. }
  66. .bg-blue {
  67. background: #6f9ad4;
  68. }
  69. .leftBorder {
  70. border-left: 1px solid #eeeeee;
  71. }
  72. .leftBorder.active,
  73. .leftBorder:focus,
  74. .leftBorder:hover {
  75. border-left: 0px solid #005395;
  76. }
  77. .divRight {
  78. float: right;
  79. }
  80. input[type="text"] {}
  81. .searchInput {
  82. border: none !important;
  83. }
  84. /*
  85. input:focus {
  86. box-shadow: none !important;
  87. border: none !important;
  88. background-color: white !important;
  89. } */
  90. .know-left-div {
  91. width: 706px;
  92. /* margin-top: 15px; */
  93. /* display: inline-block; */
  94. float: left;
  95. margin-right: 20px;
  96. }
  97. .know-right-div {
  98. /* margin-top: 15px; */
  99. /* display: inline-block; */
  100. overflow: hidden;
  101. }
  102. .know-left-up-div {
  103. margin-bottom: 20px;
  104. }
  105. .know-left-div-head {
  106. height: 34px;
  107. line-height: 34px;
  108. background: #e9eff8;
  109. font-size: 14px;
  110. color: #606367;
  111. border-radius: 8px 8px 0 0;
  112. padding-left: 10px;
  113. }
  114. /* .listheight {}
  115. */
  116. .gobutton {
  117. color: 005395;
  118. font-family: "microsoft yahei";
  119. }
  120. .gobutton:hover {
  121. color: #1b3651;
  122. }
  123. .gobutton:focus,
  124. .gobutton:hover {
  125. color: #1b3651;
  126. }
  127. .dash_head {
  128. font-size: 14px;
  129. }
  130. .dash_headborder {
  131. height: 260px;
  132. border: 1px solid #dedede;
  133. border-radius: 2px;
  134. }
  135. .dashheadcolor {
  136. border-bottom: 1px solid #dedede;
  137. border-radius: 2px;
  138. }
  139. .dash_mapborder {
  140. height: 320px;
  141. border: 1px solid #dedede;
  142. border-radius: 2px;
  143. }
  144. .disablecolor {
  145. color: #f3f3f3 !important;
  146. }
  147. .onlyaline {
  148. overflow: hidden;
  149. white-space: nowrap;
  150. text-overflow: ellipsis;
  151. }
  152. .newcolor {
  153. color: #79a3c4;
  154. }
  155. .form-controldash {
  156. color: #93989e;
  157. height: 20px;
  158. border-radius: 2px;
  159. border: 1px solid #d1d1d1;
  160. }
  161. .iconcolorjingji {
  162. color: #BE2636 !important;
  163. }
  164. .iconcoloryanzhong {
  165. color: #f5a623 !important;
  166. }
  167. .iconcoloryiban {
  168. color: #005396 !important;
  169. }
  170. .iconfontkill {
  171. font-family: iconfont!important;
  172. font-size: 18px;
  173. color: #000;
  174. z-index: 1;
  175. -webkit-font-smoothing: antialiased;
  176. -webkit-text-stroke-width: .2px;
  177. }
  178. .monthchoice {
  179. height: 200px;
  180. overflow-x: hidden;
  181. overflow-y: scroll;
  182. line-height: 30px;
  183. text-align: center;
  184. }
  185. .dropdown-menu.monthchoice {
  186. min-width: 30px !important;
  187. }
  188. .backcopycolor {
  189. background: #f9f9f9;
  190. }
  191. .backcolor {
  192. background: #fff;
  193. border: 1px solid #ddd;
  194. }
  195. .table>tbody>tr>th {
  196. vertical-align: middle;
  197. text-align: center;
  198. background: #fafafa;
  199. }
  200. .table>tbody>tr>td {
  201. vertical-align: middle;
  202. text-align: center;
  203. }
  204. .bottomcat {
  205. border-bottom: 1px solid #eaeaea;
  206. }
  207. .table.table-bordered tr {
  208. white-space: inherit;
  209. }
  210. .tree-control .tree-input {
  211. border-radius: 4px;
  212. padding-top: 5px;
  213. width: 158px !important;
  214. }
  215. .timecolor {
  216. color: #f30922;
  217. }
  218. </style>
  219. <div ng-style="bodyheight">
  220. <div class="backcopycolor col-xs-12 padding-15">
  221. <div ng-controller="reportefficiencyCtrl" class="backcolor padding-left-15 padding-right-15">
  222. <div class="listbote dashheadcolor">
  223. <div class="list-controls clearfix">
  224. <div class="know-text-group">
  225. <form class="col-xs-12 col-sm-12 form-inline schesearchsize">
  226. <div class="row">
  227. <div class="">选择日期:</div>
  228. <div class="form-group">
  229. <input type="text" class="form-control" datepicker-popuptime="yyyy-MM-dd" ng-change="changeForm(parameters.paramDateFrom)" ng-model="parameters.paramDateFrom" max-date="parameters.paramDateTo" is-open="startOpened" hour-time=true ng-init="startOpened = false"
  230. close-text="关闭" ng-click="startOpen($event)" />
  231. </div>
  232. <span>-</span>
  233. <div class="form-group">
  234. <input type="text" class="form-control" datepicker-popuptime="yyyy-MM-dd" ng-change="changeTo(parameters.paramDateTo)" ng-model="parameters.paramDateTo" hour-time=true min-date="parameters.paramDateFrom" is-open="endOpened" ng-init="endOpened = false"
  235. close-text="关闭" ng-click="endOpen($event)" />
  236. </div>
  237. <div class="form-group">
  238. <ui-select class="pull-left" style="width:158px" ng-model="searchkeys.quikly" theme="bootstrap" ng-change="onChangetime(searchkeys.quikly)">
  239. <ui-select-match placeholder="">
  240. {{$select.selected.name}}
  241. </ui-select-match>
  242. <ui-select-choices repeat="item in quikly" refresh="onChangehandling($select.search)">
  243. <div ng-bind-html="item.name | highlight: $select.search"></div>
  244. </ui-select-choices>
  245. </ui-select>
  246. </div>
  247. <div class="form-group" style="margin-top: -20px;">
  248. <div class="">事件分类:</div>
  249. <!-- <ui-select class="pull-left" style="width:158px" ng-model="searchkeys.quikly" theme="bootstrap" ng-change="onChangetime(searchkeys.quikly)">
  250. <ui-select-match placeholder="">
  251. {{$select.selected.name}}
  252. </ui-select-match>
  253. <ui-select-choices repeat="item in quikly" refresh="onChangehandling($select.search)">
  254. <div ng-bind-html="item.name | highlight: $select.search"></div>
  255. </ui-select-choices>
  256. </ui-select> -->
  257. <multi-select-tree ng-model="searchkeys.category" style="width:158px" data-input-model="select_treedata" data-output-model="my_data" theme="bootstrap" multi-select="false" data-default-label="全部" data-callback="onFilterCallback(item)" data-select-only-leafs="false"
  258. data-select-only-high="true" data-trans-label="label" data-switch-view="false"></multi-select-tree>
  259. </div>
  260. <div class="form-group pull-right">
  261. <a class="btn btn-default defaultheight" ng-click="restData()" ng-disabled="disabledParentGroup" type="button">重置</a>
  262. </div>
  263. <div class="form-group pull-right margin-right-10">
  264. <button class="btn btn-searchbutton" ng-click="mdxquery(searchkeys)" type="button">搜索</button>
  265. </div>
  266. </div>
  267. </form>
  268. </div>
  269. </div>
  270. </div>
  271. <!---响应事件--->
  272. <div class="row margin-top-15 margin-bottom-15" style="margin-left:-7px;margin-right:-7px">
  273. <div class="col-xs-6" style="padding-left:8px;padding-right:8px">
  274. <div class="listheight dash_mapborder">
  275. <div class="fenlei col-xs-12 fontsizes-14">
  276. <div class="col-xs-12 bottomcat">
  277. <div class="row fontcolor-two padding-top-15 padding-bottom-15">
  278. <div class="fenleifont pull-left">事件响应时长趋势分析</div>
  279. <div class="fenleifont pull-right fontcolor-ten fontsizes-14"></div>
  280. </div>
  281. </div>
  282. <div id="liuliangeff" style="width: 100%;height: 260px"></div>
  283. </div>
  284. </div>
  285. </div>
  286. <div class="col-xs-6" style="padding-left:8px;padding-right:8px">
  287. <div class="listheight dash_mapborder col-xs-12 padding-top-15 padding-bottom-15" style="overflow:scroll">
  288. <table class="table table-bordered " cellspacing="0" cellpadding="20" style="font-weight:normal !important;margin-bottom: 15px;">
  289. <thread>
  290. <tr>
  291. <th>
  292. 响应事件总数(件)
  293. </th>
  294. <th>
  295. 响应平均值(时长:分钟)
  296. </th>
  297. </tr>
  298. </thread>
  299. <tbody class="tbody-hover">
  300. <tr ng-repeat="rowData in responsehead">
  301. <td>
  302. {{rowData.sum}}
  303. </td>
  304. <td>
  305. {{rowData.responsetime}}
  306. </td>
  307. </tr>
  308. </tbody>
  309. </table>
  310. <table class="table table-bordered " cellspacing="0" cellpadding="20" style="font-weight:normal !important;margin-bottom: 15px;">
  311. <thread>
  312. <tr>
  313. <th>
  314. 序号
  315. </th>
  316. <th>
  317. 处理人
  318. </th>
  319. <th>
  320. 响应事件总数(件)
  321. </th>
  322. <th>
  323. 响应平均值(时长:分钟)
  324. </th>
  325. </tr>
  326. </thread>
  327. <tbody class="tbody-hover">
  328. <tr ng-repeat="rowData in responselist" ng-class="{'timecolor':rowData.responsetime>responsehead[0].responsetime}">
  329. <td>
  330. {{$index+1}}
  331. </td>
  332. <td>
  333. {{rowData.name}}
  334. </td>
  335. <td>
  336. {{rowData.sum}}
  337. </td>
  338. <td>
  339. {{rowData.responsetime}}
  340. </td>
  341. </tr>
  342. </tbody>
  343. </table>
  344. </div>
  345. </div>
  346. </div>
  347. <!---解决事件--->
  348. <div class="row margin-top-15 margin-bottom-15" style="margin-left:-7px;margin-right:-7px">
  349. <div class="col-xs-6" style="padding-left:8px;padding-right:8px">
  350. <div class="listheight dash_mapborder">
  351. <div class="fenlei col-xs-12 fontsizes-14">
  352. <div class="col-xs-12 bottomcat">
  353. <div class="row fontcolor-two padding-top-15 padding-bottom-15">
  354. <div class="fenleifont pull-left">事件解决时长趋势分析</div>
  355. <div class="fenleifont pull-right fontcolor-ten fontsizes-14"></div>
  356. </div>
  357. </div>
  358. <div id="liuliangtwo" style="width: 100%;height: 260px"></div>
  359. </div>
  360. </div>
  361. </div>
  362. <div class="col-xs-6" style="padding-left:8px;padding-right:8px">
  363. <div class="listheight dash_mapborder col-xs-12 padding-top-15 padding-bottom-15" style="overflow:scroll">
  364. <table class="table table-bordered " cellspacing="0" cellpadding="20" style="font-weight:normal !important;margin-bottom: 15px;">
  365. <thread>
  366. <tr>
  367. <th>
  368. 解决事件总数(件)
  369. </th>
  370. <th>
  371. 解决平均值(时长:分钟)
  372. </th>
  373. </tr>
  374. </thread>
  375. <tbody class="tbody-hover">
  376. <tr ng-repeat="rowData in responsetwohead">
  377. <td>
  378. {{rowData.sum}}
  379. </td>
  380. <td>
  381. {{rowData.responsetime}}
  382. </td>
  383. </tr>
  384. </tbody>
  385. </table>
  386. <table class="table table-bordered " cellspacing="0" cellpadding="20" style="font-weight:normal !important;margin-bottom: 15px;">
  387. <thread>
  388. <tr>
  389. <th>
  390. 序号
  391. </th>
  392. <th>
  393. 处理人
  394. </th>
  395. <th>
  396. 解决事件总数(件)
  397. </th>
  398. <th>
  399. 解决平均值(时长:分钟)
  400. </th>
  401. </tr>
  402. </thread>
  403. <tbody class="tbody-hover">
  404. <tr ng-repeat="rowData in responsetwolist" ng-class="{'timecolor':rowData.responsetime>responsetwohead[0].responsetime}">
  405. <td>
  406. {{$index+1}}
  407. </td>
  408. <td>
  409. {{rowData.name}}
  410. </td>
  411. <td>
  412. {{rowData.sum}}
  413. </td>
  414. <td>
  415. {{rowData.responsetime}}
  416. </td>
  417. </tr>
  418. </tbody>
  419. </table>
  420. </div>
  421. </div>
  422. </div>
  423. <!---逾期事件--->
  424. <div class="row margin-top-15 margin-bottom-15" style="margin-left:-7px;margin-right:-7px">
  425. <div class="col-xs-6" style="padding-left:8px;padding-right:8px">
  426. <div class="listheight dash_mapborder">
  427. <div class="fenlei col-xs-12 fontsizes-14">
  428. <div class="col-xs-12 bottomcat">
  429. <div class="row fontcolor-two padding-top-15 padding-bottom-15">
  430. <div class="fenleifont pull-left">事件逾期时长趋势分析</div>
  431. <div class="fenleifont pull-right fontcolor-ten fontsizes-14"></div>
  432. </div>
  433. </div>
  434. <div id="liuliangthree" style="width: 100%;height: 260px"></div>
  435. </div>
  436. </div>
  437. </div>
  438. <div class="col-xs-6" style="padding-left:8px;padding-right:8px">
  439. <div class="listheight dash_mapborder col-xs-12 padding-top-15 padding-bottom-15" style="overflow:scroll">
  440. <table class="table table-bordered " cellspacing="0" cellpadding="20" style="font-weight:normal !important;margin-bottom: 15px;">
  441. <thread>
  442. <tr>
  443. <th>
  444. 逾期解决事件总数(件)
  445. </th>
  446. <th>
  447. 逾期平均值(时长:分钟)
  448. </th>
  449. </tr>
  450. </thread>
  451. <tbody class="tbody-hover">
  452. <tr ng-repeat="rowData in responsethreehead">
  453. <td>
  454. {{rowData.sum}}
  455. </td>
  456. <td>
  457. {{rowData.responsetime}}
  458. </td>
  459. </tr>
  460. </tbody>
  461. </table>
  462. <table class="table table-bordered " cellspacing="0" cellpadding="20" style="font-weight:normal !important;margin-bottom: 15px;">
  463. <thread>
  464. <tr>
  465. <th>
  466. 序号
  467. </th>
  468. <th>
  469. 处理人
  470. </th>
  471. <th>
  472. 响应事件总数(件)
  473. </th>
  474. <th>
  475. 响应平均值(时长:分钟)
  476. </th>
  477. </tr>
  478. </thread>
  479. <tbody class="tbody-hover">
  480. <tr ng-repeat="rowData in responsethreelist" ng-class="{'timecolor':rowData.responsetime>responsethreehead[0].responsetime}">
  481. <td ng-class="{'timecolor':rowData.responsetime>responsethreehead[0].responsetime}">
  482. {{$index+1}}
  483. </td>
  484. <td>
  485. {{rowData.name}}
  486. </td>
  487. <td>
  488. {{rowData.sum}}
  489. </td>
  490. <td>
  491. {{rowData.responsetime}}
  492. </td>
  493. </tr>
  494. </tbody>
  495. </table>
  496. </div>
  497. </div>
  498. </div>
  499. </div>
  500. </div>
  501. </div>
  502. <!-- end: BOOTSRAP NAV TREE-->