安图前端代码

index.html 49KB

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