Sin descripción

index.html 36KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6. <meta name="renderer" content="webkit|ie-comp|ie-stand" />
  7. <meta http-equiv="Cache-Control" content="no-siteapp" />
  8. <title>双汇客服中心管理系统</title>
  9. <script src="./Script/Common/huayi.load.js"></script>
  10. <script src="./Script/Common/huayi.config.js"></script>
  11. <link rel="shortcut icon" href="img/32.ico" />
  12. <link href="./css/wh.css" rel="stylesheet">
  13. <link href="./css/plugins/iCheck/custom.css" rel="stylesheet">
  14. <link rel="stylesheet" href="./css/call.css" />
  15. <link rel="stylesheet" href="./css/personal.css" />
  16. <link rel="stylesheet" href="./js/zTree/zTreeStyle.css" />
  17. <link href="./css/plugins/cropper/cropper.min.css" rel="stylesheet">
  18. <link href="./css/plugins/jasny/jasny-bootstrap.min.css" rel="stylesheet">
  19. <link href="./js/bootstrap-select/css/bootstrap-select.css" rel="stylesheet" />
  20. <script src="./js/jquery.select.js"></script>
  21. <style>
  22. @font-face {
  23. font-family: 'iconfont';
  24. src: url('./fonts/iconfont.eot');
  25. /* IE9*/
  26. src: url('./fonts/iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  27. url('./fonts/iconfont.woff') format('woff'), /* chrome、firefox */
  28. url('./fonts/iconfont.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  29. url('./fonts/iconfont.svg#iconfont') format('svg');
  30. /* iOS 4.1- */
  31. }
  32. body {
  33. font-family: "微软雅黑";
  34. }
  35. .ldtp-con {
  36. display: block;
  37. }
  38. .ld-sercon select {
  39. height: auto;
  40. }
  41. ul li {
  42. list-style: none;
  43. overflow: hidden;
  44. }
  45. .iconfont {
  46. font-family: "iconfont";
  47. font-style: normal;
  48. color: #FFFFFF;
  49. }
  50. .fr {
  51. float: right;
  52. }
  53. .fl {
  54. float: left;
  55. }
  56. .size-12 {
  57. font-size: 12px;
  58. }
  59. .title-box {
  60. margin-top: 5px;
  61. }
  62. .title-box li {
  63. margin-left: 30px;
  64. }
  65. .title-box li:hover {
  66. cursor: pointer;
  67. }
  68. .HoverColor {
  69. color: #f8ac59;
  70. }
  71. .FailureColor {
  72. color: #f95f5e;
  73. }
  74. .navbar-header {
  75. width: 100%;
  76. background-color: #2f4050;
  77. padding-top: 10px;
  78. }
  79. .title-box li p {
  80. color: #FFFFFF;
  81. font-size: 14px;
  82. font-weight: bold;
  83. letter-spacing: 2px;
  84. margin-top: 5px;
  85. }
  86. .size-14 {
  87. font-size: 14px;
  88. color: #FFFFFF !important;
  89. }
  90. .img-circle {
  91. width: 58px;
  92. }
  93. .xian {
  94. border: 1px solid #FFFFFF;
  95. display: inline-block;
  96. width: 15%;
  97. margin: 5px;
  98. }
  99. .ss {
  100. margin-left: 20px;
  101. }
  102. .fe-3 {
  103. font-size: 3em;
  104. }
  105. .title-box p {
  106. text-align: center;
  107. }
  108. .closed {
  109. display: inline-block;
  110. /* margin-left: 5%;*/
  111. cursor: pointer;
  112. color: #FFFFFF;
  113. float: right;
  114. margin-right: 5%;
  115. width: 25%;
  116. }
  117. .closed div {
  118. overflow: hidden;
  119. }
  120. .closed ul {
  121. margin-bottom: 0px;
  122. }
  123. .closed li {
  124. float: left;
  125. margin-right: 20px;
  126. }
  127. .closed i {
  128. display: inline-block;
  129. background: url(./img/chilun.png) no-repeat;
  130. margin-right: 5px;
  131. width: 14px;
  132. height: 16px;
  133. vertical-align: middle;
  134. }
  135. .ga {
  136. background-position: 0 0 !important;
  137. }
  138. .sz {
  139. background-position: 0 -15px !important;
  140. }
  141. .tc {
  142. background-position: 0 -33px !important;
  143. }
  144. .zhuangtai {
  145. display: block;
  146. width: 30%;
  147. margin-left: 10px;
  148. font-size: 14px;
  149. font-weight: 800;
  150. }
  151. .wq {
  152. color: #f95f5e;
  153. }
  154. #top-search li:hover {
  155. color: #eaeaea;
  156. }
  157. .content-tabs1 ul {
  158. padding-left: 0;
  159. }
  160. .content-tabs1 li {
  161. list-style: none;
  162. float: left;
  163. height: 5px;
  164. }
  165. .top1 {
  166. background-color: #68adfe;
  167. }
  168. .top2 {
  169. background-color: #9897f0;
  170. }
  171. .top3 {
  172. background-color: #87eebf;
  173. }
  174. .top4 {
  175. background-color: #68b0fe;
  176. }
  177. .top5 {
  178. background-color: #f95a83;
  179. }
  180. .top6 {
  181. background-color: #eb76dd;
  182. }
  183. .top7 {
  184. background-color: #69cbd0;
  185. }
  186. .top8 {
  187. background-color: #69cbd0;
  188. }
  189. .top9 {
  190. background-color: #aaf58d;
  191. }
  192. .top10 {
  193. background-color: #f76a53;
  194. }
  195. .top11 {
  196. background-color: #eb76dd;
  197. }
  198. .top12 {
  199. background-color: #6c77da;
  200. }
  201. .top13 {
  202. background: -webkit-linear-gradient(left, #f073db, #65abfc);
  203. background: -moz-linear-gradient(left, #f073db, #65abfc);
  204. background: -o-linear-gradient(left, #f073db, #65abfc);
  205. background: -webkit-gradient(linear, 100% 0, 0 0, from(#65abfc), to(#f073db));
  206. background: linear-gradient(left, #f073db, #65abfc);
  207. /* Opera 11.1 - 12.0 */
  208. /* Firefox 3.6 - 15 */
  209. /* 标准的语法 */
  210. }
  211. .zts {
  212. height: 30px;
  213. margin-left: 2%;
  214. line-height: 30px;
  215. padding-top: 15px;
  216. }
  217. .zts li {
  218. height: 20px;
  219. line-height: 20px;
  220. font-weight: bold;
  221. letter-spacing: 2px;
  222. }
  223. .quan {
  224. width: 15px;
  225. height: 15px !important;
  226. border-radius: 50%;
  227. margin-right: 2%;
  228. margin-left: 5px;
  229. margin-top: 2px;
  230. }
  231. .lx {
  232. background: #6a6d69;
  233. }
  234. .br {
  235. background: red;
  236. }
  237. .bl {
  238. background: #7ab85b;
  239. }
  240. .LH {
  241. line-height: 35px;
  242. }
  243. .zts span {
  244. line-height: 20px;
  245. margin-right: 50px;
  246. font-size: 12px;
  247. }
  248. .photo {
  249. width: 40px;
  250. height: 40px;
  251. border-width: 2px;
  252. border-style: solid;
  253. border-radius: 50%;
  254. border-color: #ffb400 #fc3c04 #fdfc01 #00e3c0;
  255. margin-bottom: 1px;
  256. }
  257. .photo img {
  258. display: block;
  259. width: 100%;
  260. height: 100%;
  261. }
  262. .ls {
  263. /*margin-left: 20px;*/
  264. text-align: center;
  265. }
  266. .ls span {
  267. margin-right: 10px;
  268. }
  269. .min-right {
  270. margin-right: 10px;
  271. }
  272. .navbar-top-links i {
  273. width: 24px;
  274. height: 21px;
  275. display: block;
  276. background: url(./img/topIcon.png) no-repeat;
  277. background-position: center center;
  278. margin: 0 auto;
  279. }
  280. /*挂断*/
  281. .DropCall {
  282. background-position: 0px 0 !important;
  283. }
  284. /*外呼*/
  285. .MakeCall {
  286. background-position: 0px -20px !important;
  287. }
  288. /*置忙*/
  289. .SayBusy {
  290. background-position: 0px -42px !important;
  291. }
  292. /*置闲*/
  293. .SayFree {
  294. background-position: 0px -65px !important;
  295. }
  296. /*多方通话*/
  297. .Meeting {
  298. background-position: 0px -85px !important;
  299. }
  300. /*转移*/
  301. .Transfer {
  302. background-position: 0px -108px !important;
  303. }
  304. /*保持*/
  305. .Hold {
  306. background-position: 0px -131px !important;
  307. }
  308. /*接回*/
  309. .Retrieve {
  310. background-position: 0px -153px !important;
  311. }
  312. /*签入*/
  313. .Login {
  314. background-position: 0px -197px !important;
  315. }
  316. /*签出*/
  317. .Logout {
  318. background-position: 0px -175px !important;
  319. }
  320. .navbar-top-links .active {
  321. background-position-x: -23px !important;
  322. }
  323. .ldcr-bottom .detail-con ul li .active a {
  324. color: #f95a83 !important;
  325. }
  326. .ldcr-bottom .detail-con ul li .active em {
  327. color: #f95a83 !important;
  328. }
  329. .ldcr-bottom .detail-con ul li .active+.explancon {
  330. display: block !important;
  331. }
  332. .searchbtn {
  333. width: 2.5em;
  334. height: 24px;
  335. border-radius: 5px;
  336. position: absolute;
  337. background-color: #f8ac59;
  338. background-image: url(./img/searIcon.png);
  339. background-repeat: no-repeat;
  340. background-position: center center;
  341. cursor: pointer;
  342. }
  343. .max-box {
  344. height: 42px;
  345. width: 100%;
  346. }
  347. .laydate_body .laydate_bottom,
  348. .laydate_body .laydate_top {
  349. height: 31px !important;
  350. }
  351. .laydate_body .laydate_y .laydate_yms ul li {
  352. width: 59px !important;
  353. }
  354. .col-sm-1 {
  355. padding-right: 0;
  356. line-height: 34px;
  357. }
  358. ul.ztree {
  359. overflow-y: scroll;
  360. overflow-x: auto;
  361. }
  362. .minBacha {
  363. position: absolute;
  364. top: 0;
  365. right: 80px;
  366. z-index: 10;
  367. overflow: hidden;
  368. }
  369. .minBacha>div {
  370. float: left;
  371. height: 35px;
  372. width: 35px;
  373. margin-left: 2px;
  374. }
  375. .minBacha>div a {
  376. display: block;
  377. height: 100%;
  378. width: 100%;
  379. text-align: center;
  380. background-position: center center;
  381. background-color: #2f4050;
  382. opacity: .5;
  383. }
  384. .minBacha>div a:hover {
  385. opacity: 1;
  386. }
  387. .minClosed>a {
  388. background: url("./img/min.png") no-repeat;
  389. }
  390. .Bacha>a {
  391. background: url("./img/gb.png") no-repeat;
  392. }
  393. .lblcount {
  394. position: absolute;
  395. right: 5px;
  396. top: 7px;
  397. }
  398. .first {
  399. z-index: 1000;
  400. }
  401. .khzl {
  402. font-size: 12px;
  403. border: 0;
  404. margin: 35px auto;
  405. color: #fff;
  406. }
  407. .khzl tr {
  408. border: 0;
  409. }
  410. .khzl th {
  411. padding: 5px 8px 5px 0;
  412. text-align: right;
  413. width: 40%;
  414. font-weight: normal;
  415. border: 0;
  416. }
  417. .khzl tbody>tr>td,
  418. .khzl tbody>tr>th {
  419. border: 0;
  420. }
  421. .khzl tbody>tr>td input {
  422. border: 0;
  423. outline: none;
  424. background: #243747;
  425. padding-left: 5px;
  426. width: 100%;
  427. }
  428. .khbtn {
  429. /*background: #97a0a8;*/
  430. color: #1ab394;
  431. font-size: 14px;
  432. vertical-align: middle;
  433. }
  434. .hei-list {
  435. width: 400px;
  436. margin: 0 auto;
  437. }
  438. .heiTop {
  439. height: 35px;
  440. background: #1ab394;
  441. color: #fff;
  442. line-height: 35px;
  443. padding: 0 15px;
  444. border-top-left-radius: 3px;
  445. border-top-right-radius: 3px;
  446. }
  447. .heiTop .htl {
  448. float: left;
  449. margin: 0;
  450. }
  451. .heiTop .bacha {
  452. float: right;
  453. font-size: 18px;
  454. cursor: pointer;
  455. margin: 0;
  456. }
  457. .heiCon {
  458. width: 100%;
  459. background: #fff;
  460. text-align: center;
  461. padding: 25px 15px;
  462. height: auto;
  463. overflow-y: auto;
  464. border: 1px solid #eee;
  465. }
  466. #time-word {
  467. border: 1px solid #1ab394;
  468. padding: 5px 0 5px 10px;
  469. width: 120px;
  470. outline: none;
  471. color: #000;
  472. }
  473. .chooses {
  474. margin-top: 10px;
  475. }
  476. .btns {
  477. background: #1ab394;
  478. color: #fff;
  479. padding: 3px 10px;
  480. outline: none;
  481. font-size: 12px;
  482. margin-left: 15px;
  483. border: 0;
  484. border-radius: 3px;
  485. box-sizing: border-box;
  486. }
  487. .bianji {
  488. display: inline-block;
  489. height: 16px;
  490. width: 16px;
  491. vertical-align: middle;
  492. margin-right: 5px;
  493. }
  494. .bianji.edi {
  495. background: url(img/xgai.png) no-repeat;
  496. }
  497. .bianji.sav {
  498. background: url(img/bbc.png) no-repeat;
  499. }
  500. .bianji.canc {
  501. background: url(img/quxi.png) no-repeat;
  502. }
  503. .t-shade {
  504. position: fixed;
  505. top: 0;
  506. left: 0;
  507. width: 100%;
  508. height: 100%;
  509. background: rgba(0, 0, 0, 0.48);
  510. z-index: 10004;
  511. display: none;
  512. }
  513. .shade_k {
  514. z-index: 10005;
  515. width: 40%;
  516. margin: 10% auto;
  517. background-color: #fff;
  518. box-shadow: 1px 1px 50px rgba(0, 0, 0, .3);
  519. border-radius: 5px;
  520. }
  521. .shade_title {
  522. padding: 0 80px 0 20px;
  523. height: 42px;
  524. line-height: 42px;
  525. border-bottom: 1px solid #eee;
  526. font-size: 16px;
  527. color: #FFFFFF;
  528. overflow: hidden;
  529. background-color: rgb(26, 179, 148);
  530. border-radius: 2px 2px 0 0;
  531. position: relative;
  532. }
  533. .setwin {
  534. position: absolute;
  535. right: 15px;
  536. top: 5px;
  537. font-size: 20px;
  538. line-height: initial;
  539. }
  540. .setwin a {
  541. font-size: 20px;
  542. color: #fff;
  543. }
  544. .shade_content {
  545. overflow-y: auto;
  546. position: relative;
  547. padding-bottom: 50px;
  548. padding: 10px;
  549. }
  550. .wh_btn {
  551. width: 80%;
  552. text-align: center;
  553. padding-top: 20px;
  554. margin: 0 auto;
  555. margin-bottom: 20px;
  556. }
  557. .wh_btn input {
  558. padding: 7px 20px;
  559. color: #FFF;
  560. border-radius: 5px;
  561. margin-right: 30px;
  562. border: 1px solid #999;
  563. border-color: rgb(26, 179, 148);
  564. }
  565. .sc_btn {
  566. color: rgb(255, 255, 255);
  567. font-size: 12px;
  568. margin-left: 15px;
  569. box-sizing: border-box;
  570. background: rgb(26, 179, 148);
  571. padding: 6px 10px;
  572. outline: none;
  573. border-width: 0px;
  574. border-style: initial;
  575. border-color: initial;
  576. border-image: initial;
  577. border-radius: 3px;
  578. }
  579. .sc_btn:hover {
  580. color: #fff !important;
  581. }
  582. .cx {
  583. display: block;
  584. }
  585. .phoneBZ {
  586. display: inline-block;
  587. height: 15px;
  588. width: 15px;
  589. position: absolute;
  590. right: 0px;
  591. bottom: -15px;
  592. background: url(img/phoneBZ.png) no-repeat;
  593. display: none;
  594. }
  595. #menuContent {
  596. background: #fff;
  597. position: absolute;
  598. width: 100%;
  599. border: 1px solid darkgrey;
  600. right: 0;
  601. top: 21px;
  602. z-index: 10;
  603. /* display: none;*/
  604. overflow-y: auto;
  605. }
  606. #organizer {
  607. height: 25px;
  608. width: 128px;
  609. display: inline-block;
  610. position: relative;
  611. }
  612. #treeDemo li {
  613. width: 100%;
  614. }
  615. .bootstrap-select>.dropdown-toggle.bs-placeholder {
  616. background-color: #ffffff !important;
  617. border-color: #e5e6e7 !important;
  618. }
  619. .filter-option {
  620. color: #676b6d;
  621. }
  622. .bootstrap-select>.dropdown-toggle.btn-default {
  623. background-color: #ffffff !important;
  624. border-color: #e5e6e7 !important;
  625. color: #555;
  626. }
  627. #fkdep_market {
  628. display: nones;
  629. }
  630. .roll-right.J_tabRight {
  631. right: 0;
  632. }
  633. .extnoBox input:hover{
  634. color: #000000;
  635. }
  636. </style>
  637. </head>
  638. <body class="fixed-sidebar full-height-layout gray-bg" style="overflow:hidden">
  639. <div id="wrapper">
  640. <!--左侧导航开始-->
  641. <nav class="navbar-default navbar-static-side" role="navigation">
  642. <div class="nav-close">
  643. <i class="fa fa-times-circle"></i>
  644. </div>
  645. <div class="sidebar-collapse">
  646. <ul class="nav" id="side-menu">
  647. <li class="nav-header">
  648. <div class="dropdown profile-element text-center">
  649. <span style="position: relative;">
  650. <img alt="image" class="img-circle yhtx" src="./img/zxPhone.png" onerror="this.src = './img/zxPhone.png'" />
  651. <input type="file" name="upFile" id="upFile" accept="image/jpeg,image/jpg,image/png" style="display: none;">
  652. <i class="phoneBZ"></i>
  653. </span>
  654. <a data-toggle="dropdown" class="dropdown-toggle" href="#">
  655. <span class="clear">
  656. <span class="block m-t-xs">
  657. <b class="xian"></b>
  658. <strong class="font-bold username">张三</strong>
  659. <span class="text-muted text-xs size-12 user_code" style="color: #fff;"></span>
  660. <b class="xian"></b>
  661. </span>
  662. <span class="text-muted text-xs block size-14 ">
  663. <span class="text-muted text-xs group" style="color: #fff;"></span> <span class="text-muted text-xs rolename" style="color: #fff;"></span>
  664. <input type="hidden" id="groupcode" value="" />
  665. </span>
  666. <span class="text-muted text-xs block Gnumbox" style="color: #fff;">
  667. <span class="text-muted text-xs" style="color: #fff;">分机号:</span> <span class="text-muted text-xs Gnum" style="color: #fff;"></span>
  668. </span>
  669. </span>
  670. </a>
  671. </div>
  672. <div class="logo-element">
  673. </div>
  674. </li>
  675. </ul>
  676. </div>
  677. </nav>
  678. <!--左侧导航结束-->
  679. <!--右侧部分开始-->
  680. <div id="page-wrapper" class="gray-bg dashbard-1">
  681. <div class="row border-bottom">
  682. <nav class="navbar navbar-static-top" role="navigation" style="margin-bottom: 0">
  683. <div class="navbar-header">
  684. <a class="navbar-minimalize minimalize-styl-2 btn btn-primary " href="#"><i class="fa fa-bars"></i> </a>
  685. <input type="hidden" id="isml" value="0" />
  686. <div class="nav navbar-top-links navbar-left">
  687. <ul class="title-box" id="top-search" style="padding-left: 0; display:none;">
  688. <li datafun="DropCall">
  689. <i class="iconfont fa-5x DropCall"></i>
  690. <p>挂断</p>
  691. </li>
  692. <li datafun="MakeCall">
  693. <i class="iconfont fa-5x MakeCall"></i>
  694. <p>外呼</p>
  695. </li>
  696. <li datafun="SayBusy">
  697. <i class="iconfont fa-5x SayBusy"></i>
  698. <p>置忙</p>
  699. </li>
  700. <li datafun="SayFree">
  701. <i class="iconfont fa-5x SayFree"></i>
  702. <p>置闲</p>
  703. </li>
  704. <!-- <li datafun="Meeting">
  705. <i class="iconfont fa-5x Meeting"></i>
  706. <p>多方通话</p>
  707. </li> -->
  708. <li datafun="Transfer">
  709. <i class="iconfont fa-5x Transfer"></i>
  710. <p>转移</p>
  711. </li>
  712. <li datafun="Hold">
  713. <i class="iconfont fa-5x Hold"></i>
  714. <p>保持</p>
  715. </li>
  716. <li datafun="Retrieve">
  717. <i class="iconfont fa-5x Retrieve"></i>
  718. <p>接回</p>
  719. </li>
  720. <li datafun="Login">
  721. <i class="iconfont fa-5x Login"></i>
  722. <p>签入</p>
  723. </li>
  724. <li datafun="Logout">
  725. <i class="iconfont fa-5x Logout"></i>
  726. <p>签出</p>
  727. </li>
  728. <li class="extnoBox" style="height: 56px; display: none;">
  729. <input type="text" style="height: 30px; line-height: 30px; margin-top: 15px;" class="extnoID" placeholder="请输入分机号" />
  730. </li>
  731. </ul>
  732. </div>
  733. <div class="nav closed">
  734. <!--左边-->
  735. <!--头像显示-->
  736. <!--<div class="text-center max-box">
  737. <ul class="fl maxOpen animated" style="display: none;">
  738. <li>
  739. <h3 class="size-12 ldname">未知</h3>
  740. <h3 class="size-12 ldtel" style="margin-bottom: 0;"></h3>
  741. </li>
  742. <li>
  743. <div class="photo">
  744. <img src="" alt="" />
  745. </div>
  746. </li>
  747. </ul>
  748. </div>-->
  749. <div style="text-align: center;margin-top: 5px;">
  750. <!--<ul class="zts" style="display:none;">
  751. <li>话机状态: </li>
  752. <li class="quan fwzt lx br"> </li>
  753. <li>坐席状态: </li>
  754. <li class="quan zxzt lx br"></li>
  755. <li><span class="hwzt" style="color:red;"></span></li>
  756. </ul>-->
  757. <span>话机状态: </span>
  758. <span class="quan fwzt lx br" style="display: inline-block;height: 20px;line-height: 20px;"> </span>
  759. <span>坐席状态: </span>
  760. <span class="quan zxzt lx br" style="display: inline-block;height: 20px;line-height: 20px;"></span>
  761. <span class="hwzt" style="color:red;"></span>
  762. </div>
  763. <div class="ls" style="margin-top: 10px;">
  764. <span class="size-12 min-right" onclick="Jumps()">
  765. <i class="ga"></i>&nbsp;管理中心
  766. </span>
  767. <span class="size-12 shezhi">
  768. <i class="sz"></i>&nbsp;设置
  769. </span>
  770. <span class="size-12" onclick="logout()">
  771. <i class="tc"></i>退出
  772. </span>
  773. </div>
  774. </div>
  775. </div>
  776. </nav>
  777. </div>
  778. <div class="row content-tabs1">
  779. <ul>
  780. <li class="top1" style="width: 5%;"></li>
  781. <li class="top2" style="width: 8%;"></li>
  782. <li class="top3" style="width: 10%;"></li>
  783. <li class="top4" style="width: 13%;"></li>
  784. <li class="top5" style="width: 10%;"></li>
  785. <li class="top6" style="width: 5%;"></li>
  786. <li class="top7" style="width: 13%;"></li>
  787. <li class="top8" style="width: 10%;"></li>
  788. <li class="top9" style="width: 11.2%;"></li>
  789. <li class="top10" style="width: 6%;"></li>
  790. <li class="top11" style="width: 3%;"></li>
  791. <li class="top12" style="width: 5%;"></li>
  792. </ul>
  793. </div>
  794. <div class="row content-tabs">
  795. <button class="roll-nav roll-left J_tabLeft">
  796. <i class="fa fa-backward"></i>
  797. </button>
  798. <nav class="page-tabs J_menuTabs">
  799. <div class="page-tabs-content">
  800. <a href="javascript:;" class="active J_menuTab" data-id="index_v1.html">首页</a>
  801. </div>
  802. </nav>
  803. <button class="roll-nav roll-right J_tabRight">
  804. <i class="fa fa-forward"></i>
  805. </button>
  806. <!--<div class="btn-group roll-nav roll-right">
  807. <button class="dropdown J_tabClose" data-toggle="dropdown">关闭操作<span class="caret"></span>
  808. </button>
  809. <ul role="menu" class="dropdown-menu dropdown-menu-right">
  810. <li class="J_tabShowActive"><a>定位当前选项卡</a>
  811. </li>
  812. <li class="divider"></li>
  813. <li class="J_tabCloseAll"><a>关闭全部选项卡</a>
  814. </li>
  815. <li class="J_tabCloseOther"><a>关闭其他选项卡</a>
  816. </li>
  817. </ul>
  818. </div>-->
  819. <!--<a href="login.html" class="roll-nav roll-right J_tabExit"><i class="fa fa fa-sign-out"></i> 退出</a>-->
  820. </div>
  821. <div class="row J_mainContent" id="content-main">
  822. <!--<iframe class="J_iframe" name="iframe0" width="100%" height="100%" src="widgets.html" frameborder="0" data-id="index_v1.html" seamless></iframe>-->
  823. <iframe class="J_iframe J_iframe0" name="iframe0" width="100%" height="100%" src="widgets.html" frameborder="0" data-id="index_v1.html" seamless></iframe>
  824. </div>
  825. <div class="row content-tabs1 LH">
  826. <ul>
  827. <li class="top13" style="width: 100%;"></li>
  828. </ul>
  829. <span class="fr">Copyright © 加一信息 All Rights Reserved</span>
  830. </div>
  831. </div>
  832. </div>
  833. <!--外呼键盘-->
  834. <div class="WH animated fadeInDown hidens ">
  835. <!--top-->
  836. <div class="clearflow Color">
  837. <div class="WH-top">
  838. <span>外呼信息</span>
  839. <span class="closes"><a>X</a></span>
  840. </div>
  841. <div class="Cotent_box clearflow">
  842. <!--左边键盘-->
  843. <div class="KeyWord col-sm-4">
  844. <div class="WH_input clearflow">
  845. <div class="clearflow WH_Itop">
  846. <input id="Result" type="text" class="fl" value="" maxlength="18" autofocus="autofocus" />
  847. <input id="hidwhtype" type="hidden" value="" />
  848. <i class="img fl hidens"></i>
  849. </div>
  850. </div>
  851. <div class="Num_box clearflow">
  852. <ul class="Num_ul clearflow">
  853. <li>
  854. <div>
  855. <a>1</a>
  856. </div>
  857. </li>
  858. <li>
  859. <div>
  860. <a>2</a>
  861. </div>
  862. </li>
  863. <li>
  864. <div>
  865. <a>3</a>
  866. </div>
  867. </li>
  868. <li>
  869. <div>
  870. <a>4</a>
  871. </div>
  872. </li>
  873. <li>
  874. <div>
  875. <a>5</a>
  876. </div>
  877. </li>
  878. <li>
  879. <div>
  880. <a>6</a>
  881. </div>
  882. </li>
  883. <li>
  884. <div>
  885. <a>7</a>
  886. </div>
  887. </li>
  888. <li>
  889. <div>
  890. <a>8</a>
  891. </div>
  892. </li>
  893. <li>
  894. <div>
  895. <a>9</a>
  896. </div>
  897. </li>
  898. <li>
  899. <div>
  900. <a>*</a>
  901. </div>
  902. </li>
  903. <li>
  904. <div>
  905. <a>0</a>
  906. </div>
  907. </li>
  908. <li>
  909. <div>
  910. <a>#</a>
  911. </div>
  912. </li>
  913. <li class="Last_phone">
  914. <div>
  915. <a class="CallOut"></a>
  916. </div>
  917. </li>
  918. </ul>
  919. </div>
  920. </div>
  921. <!--右边图表-->
  922. <div class="col-sm-8 Rbg">
  923. <div class="bg bg_cotent">
  924. <ul class="bg_title clearflow">
  925. <li class="lactive" itemid="0">最近电话</li>
  926. <li itemid="1">公司电话</li>
  927. <li itemid="2">客户电话</li>
  928. </ul>
  929. <div class="bg_box phonediv">
  930. <div class="cx">
  931. <span class="blanks">
  932. 电话号码:
  933. <input type="text" id="lastphone" />
  934. </span>
  935. <span class="ty">搜索</span>
  936. <!--<span class="ty">重置</span>-->
  937. </div>
  938. <div class="phone_bg" style="width: 100%;padding: 10px;">
  939. <!--<table class="table table-bordered text-center">
  940. <thead>
  941. <tr>
  942. <td class="tbth">电话号码</td>
  943. <td class="tbth">呼叫状态</td>
  944. <td class="tbth">是否处理</td>
  945. <td class="tbth">坐席工号</td>
  946. <td class="tbth">坐席姓名</td>
  947. <td class="tbth">通话开始时间</td>
  948. <td class="tbth">通话结束时间</td>
  949. <td class="tbth">通话时长(s)</td>
  950. <td class="tbth">录音</td>
  951. </tr>
  952. </thead>
  953. <tbody class="phonelist"></tbody>
  954. </table>-->
  955. <table class="phonelist fixed-table-container" data-row-style="rowStyle" data-query-params="queryParams" data-pagination="true" data-height="400">
  956. <thead>
  957. <tr>
  958. <th data-field="CallNumber" data-formatter="view">电话号码</th>
  959. <th data-field="CallState" data-formatter="GetCallState">呼叫状态</th>
  960. <th data-field="DealType" data-formatter="formatterDealType" data-align="center">处理方式</th>
  961. <!--<th data-field="IsDeal" data-formatter="GetDealState">是否处理</th>-->
  962. <th data-field="UserCode">坐席工号</th>
  963. <th data-field="UserName">坐席姓名</th>
  964. <th data-field="BeginTime">开始时间</th>
  965. <th data-field="TalkStartTime">通话开始时间</th>
  966. <th data-field="TalkEndTime">通话结束时间</th>
  967. <th data-field="TalkLongTime">通话时长(s)</th>
  968. <!--<th data-field="FilePath">录音</th>-->
  969. </tr>
  970. </thead>
  971. </table>
  972. </div>
  973. </div>
  974. <div class="bg_box phonediv " style="display:none;">
  975. <div class="cx">
  976. <span class="blanks">
  977. 部门:
  978. <select id="s_department">
  979. <option value="">请选择</option>
  980. </select>
  981. </span>
  982. <span class="blanks">
  983. 电话号码:
  984. <input type="text" id="gsphone" />
  985. </span>
  986. <span class="blanks">
  987. 名称:
  988. <input type="text" id="gsname" />
  989. </span>
  990. <span class="ty">搜索</span>
  991. <!--<span class="ty">重置</span>-->
  992. </div>
  993. <div class="phone_bg" style="width: 100%;padding: 10px;">
  994. <!--<table class="table table-bordered text-center">
  995. <thead>
  996. <tr>
  997. <td class="tbth">坐席工号</td>
  998. <td class="tbth">坐席姓名</td>
  999. <td class="tbth">分机号</td>
  1000. <td class="tbth">电话号码1</td>
  1001. <td class="tbth">电话号码2</td>
  1002. <td class="tbth">电话号码3</td>
  1003. </tr>
  1004. </thead>
  1005. <tbody class="phonelist"></tbody>
  1006. </table>-->
  1007. <table class="phonelist" data-row-style="rowStyle" data-query-params="queryParams" data-pagination="true">
  1008. <thead>
  1009. <tr>
  1010. <th data-field="F_UserCode">坐席工号</th>
  1011. <th data-field="F_UserName">坐席姓名</th>
  1012. <th data-field="F_WorkNumber" data-formatter="view">分机号</th>
  1013. <th data-field="F_Telephone" data-formatter="view">电话号码1</th>
  1014. <th data-field="F_Mobile" data-formatter="view">电话号码2</th>
  1015. <th data-field="F_HomePhone" data-formatter="view">电话号码3</th>
  1016. </tr>
  1017. </thead>
  1018. </table>
  1019. </div>
  1020. </div>
  1021. <div class="bg_box phonediv" style="display:none;">
  1022. <div class="cx">
  1023. <span class="blanks">
  1024. 电话号码:
  1025. <input type="text" id="khphone" />
  1026. </span>
  1027. <span class="blanks">
  1028. 名称:
  1029. <input type="text" id="khname" />
  1030. </span>
  1031. <span class="ty">搜索</span>
  1032. <!--<span class="ty">重置</span>-->
  1033. </div>
  1034. <div class="phone_bg" style="width: 100%;padding: 10px;">
  1035. <!--<table class="table table-bordered text-center">
  1036. <thead>
  1037. <tr>
  1038. <td class="tbth">名称</td>
  1039. <td class="tbth">电话号码1</td>
  1040. <td class="tbth">电话号码2</td>
  1041. <td class="tbth">电话号码3</td>
  1042. </tr>
  1043. </thead>
  1044. <tbody class="phonelist"></tbody>
  1045. </table>-->
  1046. <table class="phonelist" data-row-style="rowStyle" data-query-params="queryParams" data-pagination="true">
  1047. <thead>
  1048. <tr>
  1049. <th data-field="F_CustomerName">名称</th>
  1050. <th data-field="F_Telephone" data-formatter="view">电话号码1</th>
  1051. <th data-field="F_Mobile" data-formatter="view">电话号码2</th>
  1052. <th data-field="F_ChargeTelephone" data-formatter="view">电话号码3</th>
  1053. </tr>
  1054. </thead>
  1055. </table>
  1056. </div>
  1057. </div>
  1058. </div>
  1059. </div>
  1060. </div>
  1061. </div>
  1062. </div>
  1063. <!--下载框-->
  1064. <div class="t-shade">
  1065. <div class="shade_k">
  1066. <div class="shade_title">
  1067. <span>录音播放与下载<srong class="cknum"></srong></span>
  1068. <span class="setwin"><a>x</a></span>
  1069. </div>
  1070. <div class="shade_content">
  1071. <div class="Ly_box audiojs">
  1072. </div>
  1073. </div>
  1074. </div>
  1075. </div>
  1076. <!--修改密码开始-->
  1077. <div class="personal" id="dialogMove">
  1078. <div class="ptop clearFix" id="dialogDrag">
  1079. <p class="ptl">个人中心</p>
  1080. <p class="ptr" title="关闭">x</p>
  1081. </div>
  1082. <div class="perBox " style="height:500px;">
  1083. <ul class="perTab clearFix">
  1084. <li class="sel">个人资料</li>
  1085. <li>修改头像</li>
  1086. </ul>
  1087. <div class="perTab_con">
  1088. <div class="geRen" style="display: block;">
  1089. <div class="grt clearFix">
  1090. <p class="grtl">基本资料</p>
  1091. <p class="grtr">
  1092. <i class="grqx" title="取消编辑"></i>
  1093. <i class="grbj" title="编辑资料"></i>
  1094. </p>
  1095. </div>
  1096. <table class="table grzl">
  1097. <tr>
  1098. <th>我的工号:</th>
  1099. <td><input type="text" class="mgh" readonly="readonly" /></td>
  1100. </tr>
  1101. <tr>
  1102. <th>我的姓名:</th>
  1103. <td><input type="text" class="mn" readonly="readonly" /></td>
  1104. </tr>
  1105. <tr>
  1106. <th>分机号:</th>
  1107. <td><input type="text" class="fenji" readonly="readonly" /></td>
  1108. </tr>
  1109. <!--<tr>
  1110. <th>外线号码:</th>
  1111. <td><input type="text" class="wxno" readonly="readonly" /></td>
  1112. </tr>-->
  1113. <tr>
  1114. <th>原密码:</th>
  1115. <td><input type="password" class="spwd zhidu" /></td>
  1116. </tr>
  1117. <tr>
  1118. <th>新密码:</th>
  1119. <td><input type="password" class="npwd zhidu" /></td>
  1120. </tr>
  1121. <tr>
  1122. <th>确认密码:</th>
  1123. <td><input type="password" class="epwd zhidu" /><span class="wrong">*密码不一致</span></td>
  1124. </tr>
  1125. <tr>
  1126. <th>手机号:</th>
  1127. <td><input type="text" class="mobile zhidu" /></td>
  1128. </tr>
  1129. <tr>
  1130. <th></th>
  1131. <td><button class="btnn grbtn form-control" disabled="disabled" style="width: 100px;">保存修改</button></td>
  1132. </tr>
  1133. </table>
  1134. </div>
  1135. <div class="crop ">
  1136. <div class="clearFix" style="margin-top: 45px;">
  1137. <div class="crop_left">
  1138. <div class="image-crop">
  1139. <img src="./img/gaga.jpg">
  1140. </div>
  1141. </div>
  1142. <div class="crop_right">
  1143. <h4>图片预览:</h4>
  1144. <div class="img-preview img-preview-sm"></div>
  1145. </div>
  1146. </div>
  1147. <!--<div class="btn-group">
  1148. <label title="上传图片" for="inputImage" class="btn btn-primary">
  1149. <input type="file" accept="image/*" name="file" id="inputImage" class="hide"> 本地上传
  1150. </label>-->
  1151. <!--<label title="下载图片" id="download" class="btn btn-primary">下载</label>-->
  1152. <!--</div>
  1153. <div class="btn-group">-->
  1154. <!--<button class="btn btn-white" id="zoomIn" type="button">放大</button>-->
  1155. <!--<button class="btn btn-white" id="zoomOut" type="button">缩小</button>-->
  1156. <!--<button class="btn btn-white" id="rotateLeft" type="button">左旋转</button>-->
  1157. <!--<button class="btn btn-white" id="rotateRight" type="button">右旋转</button>-->
  1158. <!--<button class="btn btn-warning " id="setDrag" type="button">裁剪</button>
  1159. </div>-->
  1160. <div class="anniu" style="margin-top: 75px;text-align: center;">
  1161. <label title="上传图片" for="inputImage" class="btnn" style="margin-right: 100px;">
  1162. <input type="file" accept="image/jpeg,image/jpg,image/png" name="file" id="inputImage" class="hide"> 本地上传
  1163. </label>
  1164. <!--<button class="btn btn-warning " id="setDrag" type="button">裁剪</button>-->
  1165. <button class="btnn" id="zoomIn" type="button">放大</button>
  1166. <button class="btnn" id="zoomOut" type="button">缩小</button>
  1167. <button class="btnn" id="rotateLeft" type="button">左旋转</button>
  1168. <button class="btnn" id="rotateRight" type="button">右旋转</button>
  1169. <button class="btnn" id="setDrag" type="button">确定保存</button>
  1170. </div>
  1171. </div>
  1172. </div>
  1173. </div>
  1174. </div>
  1175. <!--修改密码结束-->
  1176. <script src="./js/plugins/pace/pace.min.js"></script>
  1177. <script src="./js/plugins/iCheck/icheck.min.js"></script>
  1178. <script src="./css/laydate/laydate.js"></script>
  1179. <script src="./js/main.js?v=1.5"></script>
  1180. <script src="./js/index.js?v=2.0"></script>
  1181. <script src="./js/zTree/jquery.ztree.core.js"></script>
  1182. <script src="./js/plugins/datapicker/bootstrap-datepicker.js"></script>
  1183. <script src="./js/bootstrap-select/js/bootstrap-select.js"></script>
  1184. <script src="./js/plugins/cropper/cropper.min.js"></script>
  1185. <script src="./js/guid.js"></script>
  1186. <script src="./js/dialogDrag.js"></script>
  1187. <script src="./js/plugins/metisMenu/jquery.metisMenu.js"></script>
  1188. <script src="./js/plugins/slimscroll/jquery.slimscroll.min.js"></script>
  1189. <script src="./js/plugins/layer/layer.min.js"></script>
  1190. <script src="./js/hplus.min.js?v=4.1.0"></script>
  1191. <script src="./js/contabs.min.js"></script>
  1192. </body>
  1193. </html>