No Description

index.html 47KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341
  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. </style>
  634. </head>
  635. <body class="fixed-sidebar full-height-layout gray-bg" style="overflow:hidden">
  636. <div id="wrapper">
  637. <!--左侧导航开始-->
  638. <nav class="navbar-default navbar-static-side" role="navigation">
  639. <div class="nav-close">
  640. <i class="fa fa-times-circle"></i>
  641. </div>
  642. <div class="sidebar-collapse">
  643. <ul class="nav" id="side-menu">
  644. <li class="nav-header">
  645. <div class="dropdown profile-element text-center">
  646. <span style="position: relative;">
  647. <img alt="image" class="img-circle yhtx" src="./img/zxPhone.png" onerror="this.src = './img/zxPhone.png'" />
  648. <input type="file" name="upFile" id="upFile" accept="image/jpeg,image/jpg,image/png" style="display: none;">
  649. <i class="phoneBZ"></i>
  650. </span>
  651. <a data-toggle="dropdown" class="dropdown-toggle" href="#">
  652. <span class="clear">
  653. <span class="block m-t-xs">
  654. <b class="xian"></b>
  655. <strong class="font-bold username">张三</strong>
  656. <span class="text-muted text-xs size-12 user_code" style="color: #fff;"></span>
  657. <b class="xian"></b>
  658. </span>
  659. <span class="text-muted text-xs block size-14 ">
  660. <span class="text-muted text-xs group" style="color: #fff;"></span> <span class="text-muted text-xs rolename" style="color: #fff;"></span>
  661. <input type="hidden" id="groupcode" value="" />
  662. </span>
  663. <span class="text-muted text-xs block Gnumbox" style="color: #fff;">
  664. <span class="text-muted text-xs" style="color: #fff;">分机号:</span> <span class="text-muted text-xs Gnum" style="color: #fff;"></span>
  665. </span>
  666. </span>
  667. </a>
  668. </div>
  669. <div class="logo-element">
  670. </div>
  671. </li>
  672. </ul>
  673. </div>
  674. </nav>
  675. <!--左侧导航结束-->
  676. <!--右侧部分开始-->
  677. <div id="page-wrapper" class="gray-bg dashbard-1">
  678. <div class="row border-bottom">
  679. <nav class="navbar navbar-static-top" role="navigation" style="margin-bottom: 0">
  680. <div class="navbar-header">
  681. <a class="navbar-minimalize minimalize-styl-2 btn btn-primary " href="#"><i class="fa fa-bars"></i> </a>
  682. <input type="hidden" id="isml" value="0" />
  683. <div class="nav navbar-top-links navbar-left">
  684. <ul class="title-box" id="top-search" style="padding-left: 0; display:none;">
  685. <li datafun="DropCall">
  686. <i class="iconfont fa-5x DropCall"></i>
  687. <p>挂断</p>
  688. </li>
  689. <li datafun="MakeCall">
  690. <i class="iconfont fa-5x MakeCall"></i>
  691. <p>外呼</p>
  692. </li>
  693. <li datafun="SayBusy">
  694. <i class="iconfont fa-5x SayBusy"></i>
  695. <p>置忙</p>
  696. </li>
  697. <li datafun="SayFree">
  698. <i class="iconfont fa-5x SayFree"></i>
  699. <p>置闲</p>
  700. </li>
  701. <li datafun="Meeting">
  702. <i class="iconfont fa-5x Meeting"></i>
  703. <p>多方通话</p>
  704. </li>
  705. <li datafun="Transfer">
  706. <i class="iconfont fa-5x Transfer"></i>
  707. <p>转移</p>
  708. </li>
  709. <li datafun="Hold">
  710. <i class="iconfont fa-5x Hold"></i>
  711. <p>保持</p>
  712. </li>
  713. <li datafun="Retrieve">
  714. <i class="iconfont fa-5x Retrieve"></i>
  715. <p>接回</p>
  716. </li>
  717. <li datafun="Login">
  718. <i class="iconfont fa-5x Login"></i>
  719. <p>签入</p>
  720. </li>
  721. <li datafun="Logout">
  722. <i class="iconfont fa-5x Logout"></i>
  723. <p>签出</p>
  724. </li>
  725. </ul>
  726. </div>
  727. <div class="nav closed">
  728. <!--左边-->
  729. <!--头像显示-->
  730. <!--<div class="text-center max-box">
  731. <ul class="fl maxOpen animated" style="display: none;">
  732. <li>
  733. <h3 class="size-12 ldname">未知</h3>
  734. <h3 class="size-12 ldtel" style="margin-bottom: 0;"></h3>
  735. </li>
  736. <li>
  737. <div class="photo">
  738. <img src="" alt="" />
  739. </div>
  740. </li>
  741. </ul>
  742. </div>-->
  743. <div style="text-align: center;margin-top: 5px;">
  744. <!--<ul class="zts" style="display:none;">
  745. <li>话机状态: </li>
  746. <li class="quan fwzt lx br"> </li>
  747. <li>坐席状态: </li>
  748. <li class="quan zxzt lx br"></li>
  749. <li><span class="hwzt" style="color:red;"></span></li>
  750. </ul>-->
  751. <span>话机状态: </span>
  752. <span class="quan fwzt lx br" style="display: inline-block;height: 20px;line-height: 20px;"> </span>
  753. <span>坐席状态: </span>
  754. <span class="quan zxzt lx br" style="display: inline-block;height: 20px;line-height: 20px;"></span>
  755. <span class="hwzt" style="color:red;"></span>
  756. </div>
  757. <div class="ls" style="margin-top: 10px;">
  758. <span class="size-12 min-right" onclick="Jumps()">
  759. <i class="ga"></i>&nbsp;管理中心
  760. </span>
  761. <span class="size-12 shezhi">
  762. <i class="sz"></i>&nbsp;设置
  763. </span>
  764. <span class="size-12" onclick="logout()">
  765. <i class="tc"></i>退出
  766. </span>
  767. </div>
  768. </div>
  769. </div>
  770. </nav>
  771. </div>
  772. <div class="row content-tabs1">
  773. <ul>
  774. <li class="top1" style="width: 5%;"></li>
  775. <li class="top2" style="width: 8%;"></li>
  776. <li class="top3" style="width: 10%;"></li>
  777. <li class="top4" style="width: 13%;"></li>
  778. <li class="top5" style="width: 10%;"></li>
  779. <li class="top6" style="width: 5%;"></li>
  780. <li class="top7" style="width: 13%;"></li>
  781. <li class="top8" style="width: 10%;"></li>
  782. <li class="top9" style="width: 11.2%;"></li>
  783. <li class="top10" style="width: 6%;"></li>
  784. <li class="top11" style="width: 3%;"></li>
  785. <li class="top12" style="width: 5%;"></li>
  786. </ul>
  787. </div>
  788. <div class="row content-tabs">
  789. <button class="roll-nav roll-left J_tabLeft">
  790. <i class="fa fa-backward"></i>
  791. </button>
  792. <nav class="page-tabs J_menuTabs">
  793. <div class="page-tabs-content">
  794. <a href="javascript:;" class="active J_menuTab" data-id="index_v1.html">首页</a>
  795. </div>
  796. </nav>
  797. <button class="roll-nav roll-right J_tabRight">
  798. <i class="fa fa-forward"></i>
  799. </button>
  800. <!--<div class="btn-group roll-nav roll-right">
  801. <button class="dropdown J_tabClose" data-toggle="dropdown">关闭操作<span class="caret"></span>
  802. </button>
  803. <ul role="menu" class="dropdown-menu dropdown-menu-right">
  804. <li class="J_tabShowActive"><a>定位当前选项卡</a>
  805. </li>
  806. <li class="divider"></li>
  807. <li class="J_tabCloseAll"><a>关闭全部选项卡</a>
  808. </li>
  809. <li class="J_tabCloseOther"><a>关闭其他选项卡</a>
  810. </li>
  811. </ul>
  812. </div>-->
  813. <!--<a href="login.html" class="roll-nav roll-right J_tabExit"><i class="fa fa fa-sign-out"></i> 退出</a>-->
  814. </div>
  815. <div class="row J_mainContent" id="content-main">
  816. <!--<iframe class="J_iframe" name="iframe0" width="100%" height="100%" src="widgets.html" frameborder="0" data-id="index_v1.html" seamless></iframe>-->
  817. <iframe class="J_iframe J_iframe0" name="iframe0" width="100%" height="100%" src="widgets.html" frameborder="0" data-id="index_v1.html" seamless></iframe>
  818. </div>
  819. <div class="row content-tabs1 LH">
  820. <ul>
  821. <li class="top13" style="width: 100%;"></li>
  822. </ul>
  823. <span class="fr">Copyright © 加一信息 All Rights Reserved</span>
  824. </div>
  825. </div>
  826. </div>
  827. <!--外呼键盘-->
  828. <div class="WH animated fadeInDown hidens ">
  829. <!--top-->
  830. <div class="clearflow Color">
  831. <div class="WH-top">
  832. <span>外呼信息</span>
  833. <span class="closes"><a>X</a></span>
  834. </div>
  835. <div class="Cotent_box clearflow">
  836. <!--左边键盘-->
  837. <div class="KeyWord col-sm-4">
  838. <div class="WH_input clearflow">
  839. <div class="clearflow WH_Itop">
  840. <input id="Result" type="text" class="fl" value="" maxlength="18" autofocus="autofocus" />
  841. <input id="hidwhtype" type="hidden" value="" />
  842. <i class="img fl hidens"></i>
  843. </div>
  844. </div>
  845. <div class="Num_box clearflow">
  846. <ul class="Num_ul clearflow">
  847. <li>
  848. <div>
  849. <a>1</a>
  850. </div>
  851. </li>
  852. <li>
  853. <div>
  854. <a>2</a>
  855. </div>
  856. </li>
  857. <li>
  858. <div>
  859. <a>3</a>
  860. </div>
  861. </li>
  862. <li>
  863. <div>
  864. <a>4</a>
  865. </div>
  866. </li>
  867. <li>
  868. <div>
  869. <a>5</a>
  870. </div>
  871. </li>
  872. <li>
  873. <div>
  874. <a>6</a>
  875. </div>
  876. </li>
  877. <li>
  878. <div>
  879. <a>7</a>
  880. </div>
  881. </li>
  882. <li>
  883. <div>
  884. <a>8</a>
  885. </div>
  886. </li>
  887. <li>
  888. <div>
  889. <a>9</a>
  890. </div>
  891. </li>
  892. <li>
  893. <div>
  894. <a>*</a>
  895. </div>
  896. </li>
  897. <li>
  898. <div>
  899. <a>0</a>
  900. </div>
  901. </li>
  902. <li>
  903. <div>
  904. <a>#</a>
  905. </div>
  906. </li>
  907. <li class="Last_phone">
  908. <div>
  909. <a class="CallOut"></a>
  910. </div>
  911. </li>
  912. </ul>
  913. </div>
  914. </div>
  915. <!--右边图表-->
  916. <div class="col-sm-8 Rbg">
  917. <div class="bg bg_cotent">
  918. <ul class="bg_title clearflow">
  919. <li class="lactive" itemid="0">最近电话</li>
  920. <li itemid="1">公司电话</li>
  921. <li itemid="2">客户电话</li>
  922. </ul>
  923. <div class="bg_box phonediv">
  924. <div class="cx">
  925. <span class="blanks">
  926. 电话号码:
  927. <input type="text" id="lastphone" />
  928. </span>
  929. <span class="ty">搜索</span>
  930. <!--<span class="ty">重置</span>-->
  931. </div>
  932. <div class="phone_bg" style="width: 100%;padding: 10px;">
  933. <!--<table class="table table-bordered text-center">
  934. <thead>
  935. <tr>
  936. <td class="tbth">电话号码</td>
  937. <td class="tbth">呼叫状态</td>
  938. <td class="tbth">是否处理</td>
  939. <td class="tbth">坐席工号</td>
  940. <td class="tbth">坐席姓名</td>
  941. <td class="tbth">通话开始时间</td>
  942. <td class="tbth">通话结束时间</td>
  943. <td class="tbth">通话时长(s)</td>
  944. <td class="tbth">录音</td>
  945. </tr>
  946. </thead>
  947. <tbody class="phonelist"></tbody>
  948. </table>-->
  949. <table class="phonelist fixed-table-container" data-row-style="rowStyle" data-query-params="queryParams" data-pagination="true" data-height="400">
  950. <thead>
  951. <tr>
  952. <th data-field="CallNumber" data-formatter="view">电话号码</th>
  953. <th data-field="CallState" data-formatter="GetCallState">呼叫状态</th>
  954. <th data-field="DealType" data-formatter="formatterDealType" data-align="center">处理方式</th>
  955. <!--<th data-field="IsDeal" data-formatter="GetDealState">是否处理</th>-->
  956. <th data-field="UserCode">坐席工号</th>
  957. <th data-field="UserName">坐席姓名</th>
  958. <th data-field="BeginTime">开始时间</th>
  959. <th data-field="TalkStartTime">通话开始时间</th>
  960. <th data-field="TalkEndTime">通话结束时间</th>
  961. <th data-field="TalkLongTime">通话时长(s)</th>
  962. <!--<th data-field="FilePath">录音</th>-->
  963. </tr>
  964. </thead>
  965. </table>
  966. </div>
  967. </div>
  968. <div class="bg_box phonediv " style="display:none;">
  969. <div class="cx">
  970. <span class="blanks">
  971. 部门:
  972. <select id="s_department">
  973. <option value="">请选择</option>
  974. </select>
  975. </span>
  976. <span class="blanks">
  977. 电话号码:
  978. <input type="text" id="gsphone" />
  979. </span>
  980. <span class="blanks">
  981. 名称:
  982. <input type="text" id="gsname" />
  983. </span>
  984. <span class="ty">搜索</span>
  985. <!--<span class="ty">重置</span>-->
  986. </div>
  987. <div class="phone_bg" style="width: 100%;padding: 10px;">
  988. <!--<table class="table table-bordered text-center">
  989. <thead>
  990. <tr>
  991. <td class="tbth">坐席工号</td>
  992. <td class="tbth">坐席姓名</td>
  993. <td class="tbth">分机号</td>
  994. <td class="tbth">电话号码1</td>
  995. <td class="tbth">电话号码2</td>
  996. <td class="tbth">电话号码3</td>
  997. </tr>
  998. </thead>
  999. <tbody class="phonelist"></tbody>
  1000. </table>-->
  1001. <table class="phonelist" data-row-style="rowStyle" data-query-params="queryParams" data-pagination="true">
  1002. <thead>
  1003. <tr>
  1004. <th data-field="F_UserCode">坐席工号</th>
  1005. <th data-field="F_UserName">坐席姓名</th>
  1006. <th data-field="F_WorkNumber" data-formatter="view">分机号</th>
  1007. <th data-field="F_Telephone" data-formatter="view">电话号码1</th>
  1008. <th data-field="F_Mobile" data-formatter="view">电话号码2</th>
  1009. <th data-field="F_HomePhone" data-formatter="view">电话号码3</th>
  1010. </tr>
  1011. </thead>
  1012. </table>
  1013. </div>
  1014. </div>
  1015. <div class="bg_box phonediv" style="display:none;">
  1016. <div class="cx">
  1017. <span class="blanks">
  1018. 电话号码:
  1019. <input type="text" id="khphone" />
  1020. </span>
  1021. <span class="blanks">
  1022. 名称:
  1023. <input type="text" id="khname" />
  1024. </span>
  1025. <span class="ty">搜索</span>
  1026. <!--<span class="ty">重置</span>-->
  1027. </div>
  1028. <div class="phone_bg" style="width: 100%;padding: 10px;">
  1029. <!--<table class="table table-bordered text-center">
  1030. <thead>
  1031. <tr>
  1032. <td class="tbth">名称</td>
  1033. <td class="tbth">电话号码1</td>
  1034. <td class="tbth">电话号码2</td>
  1035. <td class="tbth">电话号码3</td>
  1036. </tr>
  1037. </thead>
  1038. <tbody class="phonelist"></tbody>
  1039. </table>-->
  1040. <table class="phonelist" data-row-style="rowStyle" data-query-params="queryParams" data-pagination="true">
  1041. <thead>
  1042. <tr>
  1043. <th data-field="F_CustomerName">名称</th>
  1044. <th data-field="F_Telephone" data-formatter="view">电话号码1</th>
  1045. <th data-field="F_Mobile" data-formatter="view">电话号码2</th>
  1046. <th data-field="F_ChargeTelephone" data-formatter="view">电话号码3</th>
  1047. </tr>
  1048. </thead>
  1049. </table>
  1050. </div>
  1051. </div>
  1052. </div>
  1053. </div>
  1054. </div>
  1055. </div>
  1056. </div>
  1057. <!--下载框-->
  1058. <div class="t-shade">
  1059. <div class="shade_k">
  1060. <div class="shade_title">
  1061. <span>录音播放与下载<srong class="cknum"></srong></span>
  1062. <span class="setwin"><a>x</a></span>
  1063. </div>
  1064. <div class="shade_content">
  1065. <div class="Ly_box audiojs">
  1066. </div>
  1067. </div>
  1068. </div>
  1069. </div>
  1070. <!--修改密码开始-->
  1071. <div class="personal" id="dialogMove">
  1072. <div class="ptop clearFix" id="dialogDrag">
  1073. <p class="ptl">个人中心</p>
  1074. <p class="ptr" title="关闭">x</p>
  1075. </div>
  1076. <div class="perBox " style="height:500px;">
  1077. <ul class="perTab clearFix">
  1078. <li class="sel">个人资料</li>
  1079. <li>修改头像</li>
  1080. </ul>
  1081. <div class="perTab_con">
  1082. <div class="geRen" style="display: block;">
  1083. <div class="grt clearFix">
  1084. <p class="grtl">基本资料</p>
  1085. <p class="grtr">
  1086. <i class="grqx" title="取消编辑"></i>
  1087. <i class="grbj" title="编辑资料"></i>
  1088. </p>
  1089. </div>
  1090. <table class="table grzl">
  1091. <tr>
  1092. <th>我的工号:</th>
  1093. <td><input type="text" class="mgh" readonly="readonly" /></td>
  1094. </tr>
  1095. <tr>
  1096. <th>我的姓名:</th>
  1097. <td><input type="text" class="mn" readonly="readonly" /></td>
  1098. </tr>
  1099. <tr>
  1100. <th>分机号:</th>
  1101. <td><input type="text" class="fenji" readonly="readonly" /></td>
  1102. </tr>
  1103. <!--<tr>
  1104. <th>外线号码:</th>
  1105. <td><input type="text" class="wxno" readonly="readonly" /></td>
  1106. </tr>-->
  1107. <tr>
  1108. <th>原密码:</th>
  1109. <td><input type="password" class="spwd zhidu" /></td>
  1110. </tr>
  1111. <tr>
  1112. <th>新密码:</th>
  1113. <td><input type="password" class="npwd zhidu" /></td>
  1114. </tr>
  1115. <tr>
  1116. <th>确认密码:</th>
  1117. <td><input type="password" class="epwd zhidu" /><span class="wrong">*密码不一致</span></td>
  1118. </tr>
  1119. <tr>
  1120. <th>手机号:</th>
  1121. <td><input type="text" class="mobile zhidu" /></td>
  1122. </tr>
  1123. <tr>
  1124. <th></th>
  1125. <td><button class="btnn grbtn form-control" disabled="disabled" style="width: 100px;">保存修改</button></td>
  1126. </tr>
  1127. </table>
  1128. </div>
  1129. <div class="crop ">
  1130. <div class="clearFix" style="margin-top: 45px;">
  1131. <div class="crop_left">
  1132. <div class="image-crop">
  1133. <img src="./img/gaga.jpg">
  1134. </div>
  1135. </div>
  1136. <div class="crop_right">
  1137. <h4>图片预览:</h4>
  1138. <div class="img-preview img-preview-sm"></div>
  1139. </div>
  1140. </div>
  1141. <!--<div class="btn-group">
  1142. <label title="上传图片" for="inputImage" class="btn btn-primary">
  1143. <input type="file" accept="image/*" name="file" id="inputImage" class="hide"> 本地上传
  1144. </label>-->
  1145. <!--<label title="下载图片" id="download" class="btn btn-primary">下载</label>-->
  1146. <!--</div>
  1147. <div class="btn-group">-->
  1148. <!--<button class="btn btn-white" id="zoomIn" type="button">放大</button>-->
  1149. <!--<button class="btn btn-white" id="zoomOut" type="button">缩小</button>-->
  1150. <!--<button class="btn btn-white" id="rotateLeft" type="button">左旋转</button>-->
  1151. <!--<button class="btn btn-white" id="rotateRight" type="button">右旋转</button>-->
  1152. <!--<button class="btn btn-warning " id="setDrag" type="button">裁剪</button>
  1153. </div>-->
  1154. <div class="anniu" style="margin-top: 75px;text-align: center;">
  1155. <label title="上传图片" for="inputImage" class="btnn" style="margin-right: 100px;">
  1156. <input type="file" accept="image/jpeg,image/jpg,image/png" name="file" id="inputImage" class="hide"> 本地上传
  1157. </label>
  1158. <!--<button class="btn btn-warning " id="setDrag" type="button">裁剪</button>-->
  1159. <button class="btnn" id="zoomIn" type="button">放大</button>
  1160. <button class="btnn" id="zoomOut" type="button">缩小</button>
  1161. <button class="btnn" id="rotateLeft" type="button">左旋转</button>
  1162. <button class="btnn" id="rotateRight" type="button">右旋转</button>
  1163. <button class="btnn" id="setDrag" type="button">确定保存</button>
  1164. </div>
  1165. </div>
  1166. </div>
  1167. </div>
  1168. </div>
  1169. <!--修改密码结束-->
  1170. <script src="./js/plugins/pace/pace.min.js"></script>
  1171. <script src="./js/plugins/iCheck/icheck.min.js"></script>
  1172. <script src="./css/laydate/laydate.js"></script>
  1173. <script src="./js/main.js?v=1.5"></script>
  1174. <script src="./js/index.js?v=2.0"></script>
  1175. <script src="./js/zTree/jquery.ztree.core.js"></script>
  1176. <script src="./js/plugins/datapicker/bootstrap-datepicker.js"></script>
  1177. <script src="./js/bootstrap-select/js/bootstrap-select.js"></script>
  1178. <script src="./js/plugins/cropper/cropper.min.js"></script>
  1179. <script src="./js/guid.js"></script>
  1180. <script src="./js/dialogDrag.js"></script>
  1181. <script src="./js/plugins/metisMenu/jquery.metisMenu.js"></script>
  1182. <script src="./js/plugins/slimscroll/jquery.slimscroll.min.js"></script>
  1183. <script src="./js/plugins/layer/layer.min.js"></script>
  1184. <script src="./js/hplus.min.js?v=4.1.0"></script>
  1185. <script src="./js/contabs.min.js"></script>
  1186. </body>
  1187. </html>