incident_report.html 35 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898
  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 incident_body" ng-controller="incident_reportCtrl">
  13. <div class="incident_head">
  14. <div class="incident_head_L" ng-class="{ac:tap=='QSFX'}" ng-click="active('QSFX')">
  15. <span>事件趋势分析</span>
  16. </div>
  17. <div class="incident_head_R" ng-class="{ac:tap=='YWBB'}" ng-click="active('YWBB')">
  18. <span>事件运维报表</span>
  19. </div>
  20. <div class="incident_head_L" ng-class="{ac:tap=='FLBB'}" ng-click="active('FLBB')">
  21. <span>事件分类报表</span>
  22. </div>
  23. <div class="incident_head_R" ng-class="{ac:tap=='LYBB'}" ng-click="active('LYBB')">
  24. <span>事件来源报表</span>
  25. </div>
  26. </div>
  27. <div class="incident_cont">
  28. <div class="incident_cont_head">
  29. <form class="col-xs-12 col-sm-12 form-inline P-0">
  30. <div class="col-xs-3 col-sm-3 P-0">
  31. <p class="">选择日期 :</p>
  32. <div class="form-group">
  33. <input type="text" class="form-control smallline" datepicker-popuptime="yyyy-MM-dd"
  34. ng-change="changeForm(searchkeys.startTime)" ng-model="searchkeys.startTime"
  35. max-date="searchkeys.endTime" is-open="startOpened" hour-time=true
  36. ng-init="startOpened = false" close-text="关闭" ng-click="startOpen($event)" />
  37. </div>
  38. <span>-</span>
  39. <div class="form-group">
  40. <input type="text" class="form-control smallline" datepicker-popuptime="yyyy-MM-dd"
  41. ng-change="changeTo(searchkeys.endTime)" ng-model="searchkeys.endTime" hour-time=true
  42. min-date="searchkeys.startTime" is-open="endOpened" ng-init="endOpened = false"
  43. close-text="关闭" ng-click="endOpen($event)" />
  44. </div>
  45. </div>
  46. <div class="col-xs-1 col-sm-1 P-0 mr8">
  47. <p class="">选择日期 :</p>
  48. <div class="form-group">
  49. <div class="">
  50. <ui-select style="width:100px;" class="pull-right wt_width1 wt_width3"
  51. ng-model="dateChoose.dateSelected" theme="bootstrap"
  52. ng-change="onChangeDate(dateChoose.dateSelected.id)">
  53. <ui-select-match placeholder="日期选择">
  54. {{$select.selected.name}}
  55. </ui-select-match>
  56. <ui-select-choices repeat="item in dateSelected">
  57. <div ng-bind-html="item.name | highlight: $select.search"></div>
  58. </ui-select-choices>
  59. </ui-select>
  60. </div>
  61. </div>
  62. </div>
  63. <div class="col-xs-2 col-sm-2 P-0 mr8" ng-if="tap=='YWBB'">
  64. <p>工作组:</p>
  65. <div class="iptSize" style="display:inline">
  66. <div>
  67. <multi-select-tree ng-model="group.id" data-input-model="select_treedata"
  68. data-output-model="cifilter_classics" theme="bootstrap" multi-select="false"
  69. data-default-label="工作组选择..." data-callback="onFilterGroup(item)"
  70. data-select-only-leafs="true" reset-search-input="false"
  71. data-trans-label="groupName" data-switch-view="false"></multi-select-tree>
  72. </div>
  73. </div>
  74. </div>
  75. <div class="col-xs-2 col-sm-2 P-0 mr8" ng-if="tap=='QSFX'||tap=='FLBB'">
  76. <p class="">区域选择 :</p>
  77. <div class="form-group">
  78. <div class="">
  79. <ui-select class="selectzise wt_width1 wt_width3" ng-model="area_place.areaId" theme="bootstrap"
  80. ng-change="onChangearea(area_place)">
  81. <ui-select-match placeholder="请选择区域">
  82. {{$select.selected.area}}
  83. </ui-select-match>
  84. <ui-select-choices repeat="item in outarea | filter: $select.search">
  85. <div ng-bind-html="item.area | highlight: $select.search"></div>
  86. </ui-select-choices>
  87. </ui-select>
  88. </div>
  89. </div>
  90. </div>
  91. <div class="col-xs-2 col-sm-2 P-0 mr8" ng-if="tap=='QSFX'||tap=='FLBB'">
  92. <p class="">地点选择 :</p>
  93. <div class="form-group">
  94. <div class="">
  95. <ui-select class="selectzise wt_width1 wt_width3" ng-model="area_place.placeId" theme="bootstrap"
  96. ng-change="onChangeplace(area_place)">
  97. <ui-select-match placeholder="请选择地点">
  98. {{$select.selected.place}}
  99. </ui-select-match>
  100. <ui-select-choices repeat="item in outplace | filter: $select.search">
  101. <div ng-bind-html="item.place | highlight: $select.search"></div>
  102. </ui-select-choices>
  103. </ui-select>
  104. </div>
  105. </div>
  106. </div>
  107. <div class="col-xs- col-sm-2 P-0 mr8" ng-if="tap=='YWBB'||tap=='FLBB'">
  108. <p class="">事件类型:</p>
  109. <div class="iptSize" style="display:inline">
  110. <div>
  111. <multi-select-tree ng-model="model.inspectionProcessActual.inspectionType"
  112. data-input-model="my_data"
  113. data-output-model="model.inspectionProcessActual.inspectionType" theme="bootstrap"
  114. multi-select="false" data-default-label="事件类型选择"
  115. data-callback="onFilterCategary(item)" data-select-only-leafs="true"
  116. reset-search-input="false" data-trans-label="label" data-switch-view="false">
  117. </multi-select-tree>
  118. </div>
  119. </div>
  120. </div>
  121. <div class="col-xs-1 col-sm-1 pull-right P-T-15 P-0 searchBtnBox">
  122. <!-- <div class="form-group pull-right">
  123. <a class="btn btn-zancun zancunlistheight" id="exportToPdf"
  124. ng-disabled="disabledParentGroup" type="button" ng-click="report_Reset()" Reset>重置</a>
  125. </div>
  126. <div class="form-group pull-right " style="margin-right: 15px;">
  127. <button class="btn btn-searchbutton steelbutton" ng-click="report_datas()"
  128. type="button">搜索</button>
  129. </div> -->
  130. <div class="btn btn_search" ng-click="report_datas()">搜索</div>
  131. <div class="btn btn_clean" ng-click="report_Reset()">重置</div>
  132. </div>
  133. </form>
  134. </div>
  135. <!-- 事件趋势分析 -->
  136. <div class="incident_cont_body" ng-if="tap=='QSFX'">
  137. <div class="incident_cont_body_TB1">
  138. <span tooltip-html-unsafe='<div class="slf">事件总数:事件列表中所有工单(包含已删除)</div><div class="slf">环比增幅:环比上个月增幅</div>' tooltip-placement="top">
  139. <strong class="i_big">事件数量趋势分析</strong>
  140. <i class="fa ti-help-alt fontcolor-five pointfont"></i>
  141. </span>
  142. <div class="TB">
  143. <div class="TB_cont">
  144. <div id="ldzh">
  145. </div>
  146. </div>
  147. </div>
  148. </div>
  149. <div class="incident_cont_body_TB2">
  150. <div class="incident_cont_body_H">
  151. <div class="incident_cont_body_HL">
  152. <span tooltip-html-unsafe='<div class="slf">分类趋势图:根据事件分类的工单数量,统计出环比上月增幅</div><div class="slf">分类详情:根据事件分类的工单数量,统计出数量占比</div>' tooltip-placement="top">
  153. <strong class="i_big">事件分类趋势分析</strong>
  154. <i class="fa ti-help-alt fontcolor-five pointfont"></i>
  155. </span>
  156. </div>
  157. <div class="incident_cont_body_HR">
  158. <!-- <div class="incident_cont_body_btn" ng-class="{ac1:tap1=='flxq'}"
  159. ng-click="active1('flxq')">
  160. 分类详情
  161. </div> -->
  162. <div class="incident_cont_body_btn" ng-class="{ac1:tap1=='flqs'}"
  163. ng-click="active1('flqs')">
  164. 分类趋势图
  165. </div>
  166. <div class="incident_cont_body_btn" ng-class="{ac1:tap1=='flxq'}" ng-click="active1('flxq')">
  167. 分类详情
  168. </div>
  169. </div>
  170. </div>
  171. <div class="TB">
  172. <div class="TB_cont" ng-if="tap1=='flqs'">
  173. <div id="sjfx">
  174. </div>
  175. </div>
  176. <div class="TB_cont1" ng-if="tap1=='flxq'">
  177. <!-- <div class="TB_cont_BT" ng-repeat="item in BTdata.dates">
  178. <p>{{item}}</p>
  179. <div id=item{{$index}} style="height: 170px;">
  180. </div>
  181. </div> -->
  182. <div class="TB_cont_BT" ng-repeat="item in BTdata.dates" >
  183. <p>{{item}}</p>
  184. <div id=item{{$index}} style="height: 268px;" >
  185. </div>
  186. <!-- <div id=item{{$index}} style="height: 170px;" >
  187. 暂无数据
  188. </div> -->
  189. </div>
  190. </div>
  191. </div>
  192. </div>
  193. </div>
  194. <!-- 事件运维报表 -->
  195. <div class="incident_cont_body" ng-if="tap=='YWBB'">
  196. <div class="incident_cont_body_TB1">
  197. <span tooltip-html-unsafe='<div class="slf">响应事件总数 (件):接单时间-建单时间的工单总数</div><div class="slf">响应平均时长:响应平均时长</div><div class="slf">解决事件总数 (件):处理完成时间-建单时间</div><div class="slf">解决平均时长:解决平均时长</div><div class="slf">根据日期统计:响应时长和解决时长 (包含已删除)</div>' tooltip-placement="top">
  198. <strong class="i_big">事件运维效率</strong>
  199. <i class="fa ti-help-alt fontcolor-five pointfont"></i>
  200. </span>
  201. <div class="TB">
  202. <div class="TB_head">
  203. <div class="TB_head_L MR_15 BB">
  204. <div class="TB_LDZH">
  205. <p>响应事件总数 (件)</p>
  206. <span>{{YWXL_Datas.responseCount[0].num}}</span>
  207. </div>
  208. <div class="TB_ITEMS">
  209. <div class="TB_ITEM">
  210. <p>响应平均时长</p>
  211. <span>{{YWXL_Datas.responseCount[0].responsetime||0}}'</span>
  212. </div>
  213. </div>
  214. </div>
  215. <div class="TB_head_R TB_head_R1 BR">
  216. <div class="TB_LDZH">
  217. <p>解决事件总数 (件)</p>
  218. <span>{{YWXL_Datas.solveCount[0].num}}</span>
  219. </div>
  220. <div class="TB_ITEMS">
  221. <div class="TB_ITEM">
  222. <p>解决平均时长</p>
  223. <span>{{YWXL_Datas.solveCount[0].solvetime||0}}'</span>
  224. </div>
  225. </div>
  226. </div>
  227. </div>
  228. <div class="TB_cont">
  229. <div id="sjqs">
  230. </div>
  231. </div>
  232. </div>
  233. </div>
  234. <div class="incident_cont_body_TB2">
  235. <span tooltip-html-unsafe='<div class="slf">根据工作组的工单数量,统计出数量占比 (包含已删除)</div><div class="slf">按时响应:按时响应次数</div><div class="slf">逾期响应:不是按时响应次数</div><div class="slf">响应平均时间:接单时间 – 建单时间</div><div class="slf">按时解决:按时解决次数</div><div class="slf">逾期解决:不是逾期解决的次数</div><div class="slf">解决平均时间:处理完成时间 – 接单时间</div>' tooltip-placement="top">
  236. <strong class="i_big">事件运维详情</strong>
  237. <i class="fa ti-help-alt fontcolor-five pointfont"></i>
  238. </span>
  239. <div class="TBYW">
  240. <div class="TB_cont_YW">
  241. <div style="height: 300px;">
  242. <div class="TB_cont_BT_YW" style="margin-right: 1%;">
  243. <div id='XYSJ' style="height: 300px;">
  244. </div>
  245. </div>
  246. <div class="TB_cont_BT_YW">
  247. <div id='JJSJ' style="height: 300px;">
  248. </div>
  249. </div>
  250. </div>
  251. <!-- <div class="TB_cont_BT_YW1">
  252. <div id='JJSJZZ' style="height: 100%;">
  253. </div>
  254. </div> -->
  255. <div class="TB_cont_BT_YW1">
  256. <div id='JJSJZZ_1' style="height: 100%;">
  257. </div>
  258. </div>
  259. <div class="TB_cont_BT_YW1">
  260. <div id='JJSJZZ_2' style="height: 100%;">
  261. </div>
  262. </div>
  263. <div class="TB_cont_BT_YW1">
  264. <div id='JJSJZZ_3' style="height: 100%;">
  265. </div>
  266. </div>
  267. </div>
  268. </div>
  269. </div>
  270. <div class="incident_cont_body_TB2" style="display: none;">
  271. 事件运维转派, 协同, 升级
  272. <div class="TB">
  273. <div class="TB_head">
  274. <div class="TB_head_L MR_15 ZP">
  275. <div class="TB_LDZH">
  276. <p>发起转换事件总数 (件)</p>
  277. <span>300</span>
  278. </div>
  279. <div class="TB_ITEMS">
  280. <div class="TB_ITEM">
  281. <p>接受转换事件总数 (件)</p>
  282. <span>300</span>
  283. </div>
  284. </div>
  285. </div>
  286. <div class="TB_head_R TB_head_R1 MR_15 SJ">
  287. <div class="TB_LDZH">
  288. <p>发起升级事件总数 (件)</p>
  289. <span>300</span>
  290. </div>
  291. <div class="TB_ITEMS">
  292. <div class="TB_ITEM">
  293. <p>接受升级事件总数 (件)</p>
  294. <span>300</span>
  295. </div>
  296. </div>
  297. </div>
  298. <div class="TB_head_R TB_head_R1 XT">
  299. <div class="TB_LDZH">
  300. <p>发起协同事件总数 (件)</p>
  301. <span>300</span>
  302. </div>
  303. <div class="TB_ITEMS">
  304. <div class="TB_ITEM">
  305. <p>接受协同事件总数 (件)</p>
  306. <span>300</span>
  307. </div>
  308. </div>
  309. </div>
  310. </div>
  311. <div class="TB_cont">
  312. <div id="sjpd">
  313. </div>
  314. </div>
  315. </div>
  316. </div>
  317. <div class="incident_cont_body_TB2">
  318. <span tooltip-html-unsafe='<div class="slf">根据工作组的工单数量,统计出服务台关单回访满意度数量 (包含已删除)</div>' tooltip-placement="top">
  319. <strong class="i_big">事件运维满意度</strong>
  320. <i class="fa ti-help-alt fontcolor-five pointfont"></i>
  321. </span>
  322. <div class="TB">
  323. <div class="TB_head">
  324. <div class="TB_head_L MR_15 ZP">
  325. <div class="TB_LDZH">
  326. <p>解决事件总数 (件)</p>
  327. <span>{{YWMYD_Datas[0].sum}}</span>
  328. </div>
  329. <div class="TB_ITEMS">
  330. <div class="TB_ITEM">
  331. <p>满意度 (%)</p>
  332. <span>{{YWMYD_Datas[0].proportion}}%</span>
  333. </div>
  334. </div>
  335. </div>
  336. </div>
  337. <div class="TB_cont">
  338. <div id="jjmyd" style="height: 100%;">
  339. </div>
  340. </div>
  341. </div>
  342. </div>
  343. <div class="incident_cont_body_TB2">
  344. <span tooltip-html-unsafe='<div class="slf">统计标的:工作组</div><div class="slf">事件总数:工作组处理过的工单总数(包含已删除)</div><div class="slf">响应事件总数:响应事件总数</div><div class="slf">响应平均时间:接单时间 – 建单时间</div><div class="slf">解决事件总数:解决事件总数</div><div class="slf">解决平均时间:处理完成时间 – 接单时间</div><div class="slf">满意度:服务台关单回访满意度数量</div>' tooltip-placement="top">
  345. <strong class="i_big">事件运维解决TOP排名</strong>
  346. <i class="fa ti-help-alt fontcolor-five pointfont"></i>
  347. </span>
  348. <div class="TB">
  349. <div class="TB_cont table">
  350. <div class="TB_LB">
  351. <div class="TB_LB_head">
  352. <div class="TB_LB_item" style="width: 5%;">序号</div>
  353. <div class="TB_LB_item" style="width: 15%;">处理组/人</div>
  354. <div class="TB_LB_item" style="width: 13%;"
  355. ng-click='YWTop_Data("sum")'>事件总数 (件)
  356. <!-- <span>↑</span> <span>↓</span> -->
  357. </div>
  358. <div class="TB_LB_item" style="width: 12%;">响应事件总数 (件)</div>
  359. <div class="TB_LB_item" style="width: 15%;" ng-click='YWTop_Data("responsetime")'>
  360. 响应平均时长 (分)
  361. <!-- <span>↑</span> <span>↓</span> -->
  362. </div>
  363. <div class="TB_LB_item" style="width: 15%;"
  364. ng-click='YWTop_Data("solveSum")'>解决事件总数 (件)
  365. <!-- <span>↑</span> <span>↓</span> -->
  366. </div>
  367. <div class="TB_LB_item" style="width: 15%;"
  368. ng-click='YWTop_Data("solvetime")'>解决平均时长 (分)
  369. <!-- <span>↑</span> <span>↓</span> -->
  370. </div>
  371. <div class="TB_LB_item" style="width: 10%;">满意度 (%)</div>
  372. </div>
  373. <div class="body">
  374. <div class="TB_LB_body" ng-repeat='(idx,val) in YWBB_table_data'>
  375. <div class="TB_LB_item" style="width: 5%;">
  376. <span ng-class="{'num1':idx==0,'num2':idx==1,'num3':idx==2}">
  377. <span class="txt">{{idx+1}}</span>
  378. </span>
  379. </div>
  380. <div class="TB_LB_item ellipsis" style="width: 15%;" title="{{val.name}}">{{val.name}}</div>
  381. <div class="TB_LB_item" style="width: 13%;">{{val.sum}}</div>
  382. <div class="TB_LB_item" style="width: 12%;">{{val.responseSum}}</div>
  383. <div class="TB_LB_item" style="width: 15%;">{{val.responsetime}}</div>
  384. <div class="TB_LB_item" style="width: 15%;">{{val.solveSum}}</div>
  385. <div class="TB_LB_item" style="width: 15%;">{{val.solvetime}}</div>
  386. <div class="TB_LB_item" style="width: 10%;">{{val.myd}}</div>
  387. </div>
  388. </div>
  389. </div>
  390. </div>
  391. </div>
  392. </div>
  393. </div>
  394. <!-- 事件分类报表 -->
  395. <div class="incident_cont_body" ng-if="tap=='FLBB'">
  396. <div class="incident_cont_body_TB1">
  397. <span tooltip-html-unsafe='<div class="slf">事件分类下的工单总数占比(包含子级)</div>' tooltip-placement="top">
  398. <strong class="i_big">事件分类统计</strong>
  399. <i class="fa ti-help-alt fontcolor-five pointfont"></i>
  400. </span>
  401. <div class="TB">
  402. <div id='sjflqs' style="height: 349px;">
  403. </div>
  404. </div>
  405. </div>
  406. <div class="incident_cont_body_TB2">
  407. <span tooltip-html-unsafe='<div class="slf">根据时间统计,事件分类下的工单总数趋势</div>' tooltip-placement="top">
  408. <strong class="i_big">事件分类趋势图</strong>
  409. <i class="fa ti-help-alt fontcolor-five pointfont"></i>
  410. </span>
  411. <div class="TB">
  412. <div class="TB_cont">
  413. <div id="sjfltj" style="height: 349px;">
  414. </div>
  415. </div>
  416. </div>
  417. </div>
  418. <div class="incident_cont_body_TB2" style="display: none;">
  419. <strong class="i_big">事件区域与事件分类分析图</strong>
  420. <div class="TB">
  421. <div class="TB_head">
  422. <div class="TB_head_L MR_15 ZP">
  423. <div class="TB_LDZH">
  424. <p>事件总数 (件)</p>
  425. <span>300</span>
  426. </div>
  427. <div class="TB_ITEMS">
  428. <div class="TB_ITEM">
  429. <p>工作时间 (%)</p>
  430. <span>300%</span>
  431. </div>
  432. <div class="TB_ITEM">
  433. <p>值班时间 (%)</p>
  434. <span>300%</span>
  435. </div>
  436. </div>
  437. </div>
  438. </div>
  439. <div class="TB_cont">
  440. <div id="qysjfx" style="height: 100%;">
  441. </div>
  442. </div>
  443. </div>
  444. </div>
  445. </div>
  446. <!-- 事件来源报表 -->
  447. <div class="incident_cont_body" ng-if="tap=='LYBB'">
  448. <div class="incident_cont_body_TB1">
  449. <span tooltip-html-unsafe='<div class="slf">工单里事件来源下的,工单总数占比</div>' tooltip-placement="top">
  450. <strong class="i_big">事件来源统计</strong>
  451. <i class="fa ti-help-alt fontcolor-five pointfont"></i>
  452. </span>
  453. <div class="TB" style="padding-top: 0px;padding-bottom: 0px;">
  454. <div id='sjlyqs' style="height: 349px;">
  455. </div>
  456. </div>
  457. </div>
  458. <div class="incident_cont_body_TB2">
  459. <span tooltip-html-unsafe='<div class="slf">根据时间统计,工单里事件来源下的,工单总数趋势</div>' tooltip-placement="top">
  460. <strong class="i_big">事件来源趋势图</strong>
  461. <i class="fa ti-help-alt fontcolor-five pointfont"></i>
  462. </span>
  463. <div class="TB">
  464. <div class="TB_cont">
  465. <div id="sjlytj" style="height: 349px;">
  466. </div>
  467. </div>
  468. </div>
  469. </div>
  470. </div>
  471. </div>
  472. </div>
  473. </div>
  474. </div>
  475. <style>
  476. .searchBtnBox>.btn{
  477. margin: 0 8px 10px 0;
  478. }
  479. .incident_body {
  480. height: 100%;
  481. background: #f9f9f9;
  482. padding: 15px;
  483. }
  484. .incident_head {
  485. height: 50px;
  486. width: 100%
  487. }
  488. .incident_head .incident_head_L {
  489. float: left;
  490. width: 25%;
  491. height: 100%;
  492. text-align: center;
  493. border-top: 5px solid #EAEAEA;
  494. color: #717171;
  495. font-size: 14px;
  496. line-height: 45px;
  497. cursor: pointer;
  498. }
  499. .incident_head .incident_head_R {
  500. float: left;
  501. width: 25%;
  502. height: 100%;
  503. text-align: center;
  504. border-top: 5px solid #EAEAEA;
  505. color: #717171;
  506. font-size: 14px;
  507. line-height: 45px;
  508. cursor: pointer;
  509. }
  510. .ac {
  511. background: #E6EEF4;
  512. color: #353535 !important;
  513. border-top: 5px solid #79A3C4 !important;
  514. }
  515. .ac1 {
  516. background: #005395;
  517. color: #fff !important;
  518. }
  519. .incident_cont {
  520. width: 100%;
  521. height: 100%;
  522. padding: 15px;
  523. background: #fff;
  524. border-width: 0px 1px 1px 1px;
  525. border-width: 0px 1px 1px 1px;
  526. border-color: #EAEAEA;
  527. border-style: solid;
  528. }
  529. .incident_cont_head {
  530. border-bottom: 1px solid #EAEAEA;
  531. background: #f9f9f9;
  532. /* overflow: hidden; */
  533. padding: 15px 10px 15px 10px;
  534. zoom: 1;
  535. }
  536. .incident_cont_head::after{
  537. content: "";
  538. display: block;
  539. height: 0;
  540. clear:both;
  541. visibility: hidden;
  542. }
  543. .P-0 {
  544. padding-left: 0px;
  545. padding-right: 0px;
  546. }
  547. .P-T-15 {
  548. padding-top: 15px;
  549. }
  550. .form-control.smallline {
  551. height: 30px;
  552. }
  553. .incident_cont_body_TB1 {
  554. padding-top: 15px;
  555. }
  556. .incident_cont_body_TB2 {
  557. padding-top: 15px;
  558. }
  559. .TB {
  560. margin-top: 10px;
  561. border: 1px solid #EAEAEA;
  562. padding: 20px;
  563. }
  564. .TBYW {
  565. margin-top: 10px;
  566. /* border: 1px solid #EAEAEA; */
  567. /* padding: 20px; */
  568. }
  569. .TB_head {
  570. width: 100%;
  571. height: 90px
  572. }
  573. .TB_head_L {
  574. float: left;
  575. height: 100%;
  576. border-left: 5px solid #005395;
  577. padding: 0px 15px;
  578. }
  579. .TB_head_R {
  580. float: left;
  581. height: 100%;
  582. border-left: 5px solid #49A9EE;
  583. padding: 0px 15px;
  584. }
  585. .TB_ITEM {
  586. float: left;
  587. margin-right: 15px;
  588. }
  589. .tree-control .tree-input {
  590. border-radius: 2px;
  591. }
  592. .MR_15 {
  593. margin-right: 15px;
  594. }
  595. .MR_12 {
  596. margin-right: 12px;
  597. }
  598. .TB_ITEM p {
  599. font-size: 12px;
  600. color: #7B7B7B
  601. }
  602. .TB_ITEM span {
  603. font-size: 18px;
  604. font-weight: 600;
  605. }
  606. .TB_LDZH p {
  607. font-size: 12px;
  608. color: #7B7B7B
  609. }
  610. .TB_LDZH span {
  611. font-weight: 600;
  612. font-size: 22px;
  613. }
  614. .TB_ZHL {
  615. height: 100%;
  616. padding-top: 22px;
  617. }
  618. .TB_ZHL p {
  619. font-size: 12px;
  620. color: #7B7B7B
  621. }
  622. .TB_ZHL span {
  623. font-weight: 600;
  624. font-size: 22px;
  625. }
  626. .TB_cont {
  627. height: 350px;
  628. width: 100%;
  629. }
  630. .TB_cont.table {
  631. height: unset;
  632. min-height: 200px;
  633. }
  634. .TB_cont_YW {
  635. /* height: 700px; */
  636. width: 100%;
  637. }
  638. .TB_cont1 {
  639. width: 100%;
  640. }
  641. .TB_cont_BT {
  642. width: 49%;
  643. height: 300px;
  644. display: inline-block;
  645. border: 1px solid #EAEAEA;
  646. margin-bottom: 10px;
  647. padding: 0px 15px;
  648. }
  649. .TB_cont_BT_YW {
  650. width: 49.5%;
  651. height: 300px;
  652. float: left;
  653. /* display: inline-block; */
  654. border: 1px solid #EAEAEA;
  655. margin-bottom: 10px;
  656. }
  657. .TB_cont_BT_YW1 {
  658. width: 100%;
  659. height: 350px;
  660. /* display: inline-block; */
  661. border: 1px solid #EAEAEA;
  662. /* margin-bottom: 10px; */
  663. /* padding: 0px 15px; */
  664. padding: 15px;
  665. margin-top: 1%;
  666. }
  667. .TB_cont_BT p {
  668. height: 30px;
  669. line-height: 29px;
  670. border-bottom: 1px solid #EAEAEA;
  671. }
  672. .TB_cont_BT:nth-child(odd) {
  673. margin-right: .5%
  674. }
  675. .TB_cont #ldzh {
  676. height: 100%;
  677. }
  678. .TB_cont #sjfx {
  679. height: 100%;
  680. }
  681. .TB_cont #sjqs {
  682. height: 100%;
  683. }
  684. .TB_cont #sjpd {
  685. height: 100%;
  686. }
  687. .TB_head_R1 {
  688. border-color: #005395;
  689. }
  690. .TB_LB {
  691. height: 100%;
  692. width: 100%;
  693. border: 1px solid #EAEAEA;
  694. }
  695. .TB_LB_head {
  696. height: 50px;
  697. background: #FAFAFA;
  698. border-bottom: 1px solid #EAEAEA;
  699. color: #333;
  700. font-size: 14px;
  701. }
  702. .TB_LB_body {
  703. height: 40px;
  704. border-bottom: 1px solid #EAEAEA;
  705. color: #7B7B7B;
  706. }
  707. .TB_LB_item {
  708. height: 100%;
  709. float: left;
  710. text-align: center;
  711. line-height: 40px;
  712. border-right: 1px solid #EAEAEA;
  713. position: relative;
  714. }
  715. .TB_LB_head .TB_LB_item {
  716. line-height: 50px;
  717. font-weight: 600;
  718. }
  719. .num1 .txt,
  720. .num2 .txt,
  721. .num3 .txt {
  722. z-index: 99999;
  723. position: absolute;
  724. color: white;
  725. font-size: 19px;
  726. }
  727. .num1::after {
  728. content: "";
  729. height: 30px;
  730. color: #fff;
  731. font-size: 19px;
  732. display: inline-block;
  733. border: 12px solid #BE2636;
  734. border-bottom: 6px solid #fff;
  735. background: #BE2636;
  736. position: absolute;
  737. top: 5px;
  738. right: 50%;
  739. margin-right: -16px;
  740. }
  741. .num2::after {
  742. content: "";
  743. height: 30px;
  744. color: #fff;
  745. font-size: 19px;
  746. display: inline-block;
  747. border: 12px solid #F5A623;
  748. border-bottom: 6px solid #fff;
  749. background: #F5A623;
  750. position: absolute;
  751. top: 5px;
  752. right: 50%;
  753. margin-right: -16px;
  754. }
  755. .num3::after {
  756. content: "";
  757. height: 30px;
  758. color: #fff;
  759. font-size: 19px;
  760. display: inline-block;
  761. border: 12px solid #FFCE3D;
  762. border-bottom: 6px solid #fff;
  763. background: #FFCE3D;
  764. position: absolute;
  765. top: 5px;
  766. right: 50%;
  767. margin-right: -16px;
  768. }
  769. .btn-default {
  770. height: 30px;
  771. }
  772. .incident_cont_body_H {
  773. height: 30px;
  774. }
  775. .incident_cont_body_HL {
  776. float: left;
  777. }
  778. .incident_cont_body_HR {
  779. float: right;
  780. }
  781. .incident_cont_body_btn {
  782. width: 100px;
  783. height: 28px;
  784. float: left;
  785. border: 1px solid #094A7F;
  786. text-align: center;
  787. line-height: 26px;
  788. color: #005395;
  789. cursor: pointer;
  790. border-radius: 2px;
  791. }
  792. .BB {
  793. border-color: #49A9EE
  794. }
  795. .BR {
  796. border-color: #87C966
  797. }
  798. .ZP {
  799. border-color: #005395
  800. }
  801. .SJ {
  802. border-color: #87C966
  803. }
  804. .XT {
  805. border-color: #79A3C4
  806. }
  807. .mr8{
  808. margin-right: 8px;
  809. }
  810. .mr8 .selectzise,
  811. .mr8 .form-group{
  812. width:100%;
  813. }
  814. </style>