off-sidebar2.html 7.9 KB

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