Przeglądaj źródła

修改反馈的bug

zhangshuangnan 7 lat temu
rodzic
commit
475c434141
2 zmienionych plików z 5 dodań i 3 usunięć
  1. 2 2
      CallCenterWeb.UI/index.html
  2. 3 1
      CallCenterWeb.UI/js/newtx.js

+ 2 - 2
CallCenterWeb.UI/index.html

@@ -1051,8 +1051,8 @@
1051 1051
 						<div class="bg bg_cotent">
1052 1052
 							<ul class="bg_title clearflow">
1053 1053
 								<li class="lactive" itemid="0">最近电话</li>
1054
-								<li itemid="1">公司电话</li>
1055
-								<li itemid="2">客户电话</li>
1054
+								<!--<li itemid="1">公司电话</li>
1055
+								<li itemid="2">客户电话</li>-->
1056 1056
 							</ul>
1057 1057
 							<div class="bg_box phonediv">
1058 1058
 								<div class="cx">

+ 3 - 1
CallCenterWeb.UI/js/newtx.js

@@ -109,6 +109,8 @@ $(document).ready(function() {
109 109
 	$(".closes").click(function() {
110 110
 		$(".WH").removeClass("fadeInDown").addClass("fadeOutUp");
111 111
 		$(".WH").addClass("hidens");
112
+		AgentFree();
113
+		
112 114
 	})
113 115
 	//键盘事件外呼
114 116
 	document.onkeydown = function(e) {
@@ -881,7 +883,7 @@ $(document).ready(function() {
881 883
 				    console.log('callid' + callid + 'calledType' + calledType);
882 884
 					becallout = false;
883 885
 					becallcome = true;
884
-					var p = '<a href="javascript:;" class="active J_menuTab" data-id="./callScreen/callScreen.html?Number=' + callerNum + '&CallID=' + callid + '&callType='+ calledType +'">来电弹屏' + callerNum + ' <i class="fa fa-times-circle"></i></a>';
886
+					var p = '<a href="javascript:;" class="active J_menuTab" data-id="./callScreen/callScreen.html?Number=' + callerNum + '&CallID=' + callid + '&callType='+ calledType +'">来电' + callerNum + ' <i class="fa fa-times-circle"></i></a>';
885 887
 					$(".J_menuTab").removeClass("active");
886 888
 					var nif = '<iframe class="J_iframe J_iframeNew" name="iframe'+ callid  +'"  width="100%" height="100%" src="./callScreen/callScreen.html?Number=' + callerNum + '&CallID=' + callid + '&callType='+ calledType +'" frameborder="0" data-id="./callScreen/callScreen.html?Number=' + callerNum + '&CallID=' + callid + '&callType='+ calledType +'" seamless></iframe>';
887 889
 					$(".J_mainContent").find("iframe.J_iframe").hide().parents(".J_mainContent").append(nif);