三元财务UI

index.html 32KB

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