off-sidebar2.html 7.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251
  1. <!-- start: OFF RIGHT SIDEBAR TABSET -->
  2. <tabset class="sidebar-wrapper" justified="true">
  3. <tab>
  4. <tab-heading>
  5. <i class="fa fa-phone"></i>
  6. </tab-heading>
  7. <div class="tab-pane" id="getup">
  8. <div class="users-list fontsizes-14">
  9. <div style="padding: 0 15px;" class="col-xs-12" ng-if="jry_state!='weiqianru'&&jry_state!='laidian'&&jry_state!='tonghuazhong'">
  10. <input type="button" ng-if="jry_state=='shixian'" style="margin-left: 8px;" value="示忙" ng-click="jry_shimang()" class="jry_btn">
  11. <input type="button" ng-if="jry_state=='shimang'" style="margin-left: 8px;" value="示闲" ng-click="jry_shixian()" class="jry_btn">
  12. </div>
  13. <div ng-if="jry_state=='weiqianru'" class="row form-group fontcolor-two" style="margin-top:30px" id="updata">
  14. <div class="col-xs-12 fontsizes-14">
  15. <div class="col-xs-12">
  16. <div class="control-label" for="title">
  17. 绑定分机:
  18. </div>
  19. <ui-select class="col-xs-12 margin-top-8" ng-model="jry_extnNumberObj.jry_extnNumber" theme="bootstrap" ng-change="changeWorkId()">
  20. <ui-select-match placeholder="">
  21. {{$select.selected.name}}
  22. </ui-select-match>
  23. <ui-select-choices repeat="item in jry_extnNumberSelect">
  24. <div ng-bind-html="item.name"></div>
  25. </ui-select-choices>
  26. </ui-select>
  27. </div>
  28. <div class="col-xs-12">
  29. <input type="button" value="签入" ng-click="jry_qianru()" class="jry_btn">
  30. </div>
  31. </div>
  32. </div>
  33. <div class="row form-group fontcolor-two" style="margin-top:30px" id="dialout"
  34. ng-if="jry_state!='tonghuazhong'&&jry_state!='weiqianru'">
  35. <div class="col-xs-12 fontsizes-14">
  36. <div class="col-xs-12">
  37. <div>
  38. <div class="control-label" for="title">
  39. 目的号码:
  40. </div>
  41. <div class="">
  42. <ui-select class="col-xs-12 margin-top-8" ng-model="jry_extnNumberObj.tel1" theme="bootstrap" ng-change="changeWorkId()">
  43. <ui-select-match placeholder="">
  44. {{$select.selected.name}}
  45. </ui-select-match>
  46. <ui-select-choices repeat="item in jry_extnNumberSelect">
  47. <div ng-bind-html="item.name"></div>
  48. </ui-select-choices>
  49. </ui-select>
  50. </div>
  51. </div>
  52. </div>
  53. <div class="col-xs-12">
  54. <input type="button" style="margin-left:8px;" value="呼叫" ng-click="tlaCallagc()"
  55. ng-if="jry_state!='laidian'" class="jry_btn">
  56. <input type="button" style="margin-left:8px;" value="签出" ng-click="jry_qianchu()" class="jry_btn">
  57. </div>
  58. </div>
  59. </div>
  60. <div class="row form-group fontcolor-two" style="margin-top:30px" ng-if="jry_state=='tonghuazhong'">
  61. <div class="col-xs-12 fontsizes-14">
  62. <div class="col-xs-12">
  63. <div class="control-label" for="title" style="padding-right:0px">
  64. 转接号码:
  65. </div>
  66. <div class="">
  67. <ui-select class="col-xs-12 margin-top-8" ng-model="jry_extnNumberObj.tel2" theme="bootstrap"
  68. ng-change="changeWorkId()">
  69. <ui-select-match placeholder="">
  70. {{$select.selected.name}}
  71. </ui-select-match>
  72. <ui-select-choices repeat="item in jry_extnNumberSelect">
  73. <div ng-bind-html="item.name"></div>
  74. </ui-select-choices>
  75. </ui-select>
  76. </div>
  77. </div>
  78. <div class="col-xs-12">
  79. <input type="button" style="margin-left:8px;" value="转接" ng-click="tlaTransfertoagc()" class="jry_btn">
  80. <input type="button" style="margin-left:8px;" value="签出" ng-click="jry_qianchu()" class="jry_btn">
  81. </div>
  82. </div>
  83. </div>
  84. </div>
  85. </div>
  86. </tab>
  87. </tabset>
  88. <!-- <div class="jry_flex">
  89. <div class="phone_call">
  90. <div class="tit">请选择坐席号:</div>
  91. <ui-select class="col-xs-12 margin-top-8" ng-model="jry_extnNumberObj.jry_extnNumber"
  92. theme="bootstrap" ng-change="changeWorkId()">
  93. <ui-select-match placeholder="">
  94. {{$select.selected.name}}
  95. </ui-select-match>
  96. <ui-select-choices repeat="item in jry_extnNumberSelect">
  97. <div ng-bind-html="item.name"></div>
  98. </ui-select-choices>
  99. </ui-select>
  100. <div>
  101. <input type="button" value="签入" ng-click="jry_qianru()" ng-if="jry_state=='weiqianru'" class="jry_btn">
  102. <input type="button" value="签出" ng-click="jry_qianchu()" ng-if="jry_state!='weiqianru'" class="jry_btn">
  103. </div>
  104. </div>
  105. </div> -->
  106. <style>
  107. .jry_btn {
  108. width: 60px;
  109. height: 28px;
  110. background-color: #00437A;
  111. color: white;
  112. font-size: 14px;
  113. border: 0;
  114. border-radius: 4px;
  115. margin-top: 8px;
  116. float: right;
  117. font-weight: bold
  118. }
  119. .jry_btn:focus {
  120. background-color: #00437A !important;
  121. }
  122. .jry_flex {
  123. display: flex;
  124. flex-direction: column;
  125. height: 100%;
  126. }
  127. .jry_phoneIpt {
  128. width: 100%;
  129. margin-top: 5px;
  130. }
  131. .jry_phoneBtn {
  132. margin-left: 3px
  133. }
  134. .phone_call {
  135. padding: 16px;
  136. /* background-color: white */
  137. }
  138. .phone_call .tit {
  139. height: 26px;
  140. line-height: 26px;
  141. font-size: 14px
  142. }
  143. .phone_call .phone_ipt {
  144. height: 30px;
  145. border: 1px rgb(209, 209, 203) solid;
  146. margin-top: 5px
  147. }
  148. .phone_call .phone_ipt .ipt {
  149. width: 190px;
  150. float: left;
  151. padding-left: 5px;
  152. height: 27px;
  153. border: 0;
  154. font-size: 13px
  155. }
  156. .phone_call .phone_ipt .phone_ico {
  157. float: left;
  158. width: 35px;
  159. height: 29px;
  160. line-height: 29px;
  161. text-align: center;
  162. border-left: 1px rgb(209, 209, 203) solid;
  163. cursor: pointer;
  164. }
  165. .phone_call .phone_ipt .phone_ico i {
  166. color: blue;
  167. font-size: 18px;
  168. }
  169. .phone_call .phone_ipt .ipt:focus {
  170. outline: none
  171. }
  172. .unanswered_tit {
  173. height: 34px;
  174. background-color: rgb(243, 243, 243);
  175. line-height: 34px;
  176. font-size: 14px;
  177. padding-left: 16px
  178. }
  179. .unanswered_list {
  180. height: 100%;
  181. background-color: white;
  182. overflow-y: scroll
  183. }
  184. .unanswered_list .unanswered_phone {}
  185. .unanswered_list .unanswered_phone .unanswered_phone_msg {
  186. display: flex;
  187. padding: 16px;
  188. align-items: center
  189. }
  190. .unanswered_list .unanswered_phone .unanswered_phone_msg div:nth-child(1) {
  191. width: 60%
  192. }
  193. .unanswered_list .unanswered_phone .unanswered_phone_msg div:nth-child(1) span {
  194. color: red
  195. }
  196. .unanswered_list .unanswered_phone .unanswered_phone_msg div:nth-child(2) {
  197. font-size: 12px;
  198. color: rgb(164, 164, 164)
  199. }
  200. .unanswered_list .unanswered_phone .unanswered_fot_ipt {
  201. height: 34px;
  202. border-top: 1px rgb(243, 243, 243) solid;
  203. border-bottom: 1px rgb(243, 243, 243) solid;
  204. }
  205. .unanswered_list .unanswered_phone .unanswered_fot_ipt div:nth-child(1) {
  206. height: 34px;
  207. line-height: 34px;
  208. background-color: #f9f9f9;
  209. color: #005395;
  210. font-size: 14px;
  211. width: 49%;
  212. float: left;
  213. text-align: center;
  214. cursor: pointer;
  215. }
  216. .unanswered_list .unanswered_phone .unanswered_fot_ipt div:nth-child(2) {
  217. height: 34px;
  218. line-height: 34px;
  219. font-size: 14px;
  220. width: 49%;
  221. border-left: 1px rgb(243, 243, 243) solid;
  222. float: left;
  223. text-align: center;
  224. cursor: pointer;
  225. }
  226. .unanswered_list::-webkit-scrollbar {
  227. display: none
  228. }
  229. </style>