瀏覽代碼

嵌入页面 弹框弹不出来的问题

zhangshuangnan 7 年之前
父節點
當前提交
7635e65929

+ 7 - 6
CallCenterWeb.UI/TelCall/TimeManagement.html

@@ -18,7 +18,6 @@
18 18
 	<body class="gray-bg">
19 19
 		<div class="wrapper wrapper-content animated fadeInRight">
20 20
           	<iframe class="time_iframe"  width="100%" height="100%" src="https://www.baidu.com/" frameborder="0" data-id="index_v1.html" seamless></iframe>
21
-            
22 21
 		</div>
23 22
 		<script>
24 23
 			var type = helper.request.queryString("type");
@@ -26,19 +25,21 @@
26 25
 			var iframe_url='';
27 26
 			switch (type){
28 27
 				case "BSCL": //报事处理
29
-				iframe_url='http://192.168.128.246/400/'
28
+					iframe_url='http://192.168.128.246/400/?logid='+ userCode
30 29
 					break;
31 30
 				case "BSHF_1": //报事一次回访
32
-				iframe_url='http://192.168.128.246/400/return.html'
31
+//				iframe_url='http://192.168.128.246/400/return.html?logid='+ userCode
32
+				iframe_url='http://117.158.24.187:8001/400/return.html?logid=8022'
33 33
 					break;
34 34
 				case "BSHF_2": //报事二次回访
35
-				iframe_url='http://192.168.128.246/400/returnVisit.html'
35
+				iframe_url='http://192.168.128.246/400/returnVisit.html?logid='+ userCode
36 36
 					break;
37 37
 				case "BSCX_N": //报事查询——新
38
-				iframe_url='http://192.168.128.246/400/bill_query.html'
38
+				iframe_url='http://192.168.128.246/400/bill_query.html?logid='+ userCode
39 39
 					break;
40 40
 				case "BSCX_O": //报事查询——旧
41
-				iframe_url='http://192.168.0.78/HM/Callcenter/Call/IncidentSeach.aspx?logid='+ userCode +'&EntrySign='+ userCode +'&CorpID=1000&UserCode=000858&CustID=&Telephone='
41
+//				iframe_url='http://192.168.0.78/HM/Callcenter/Call/IncidentSeach.aspx?logid='+ userCode +'&EntrySign='+ userCode +'&CorpID=1000&UserCode=000858&CustID=&Telephone='
42
+				iframe_url='http://117.158.24.187:8001/HM/Callcenter/Call/IncidentSeach.aspx?logid='+ userCode +'&EntrySign='+ userCode +'&CorpID=1000&UserCode=000858&CustID=&Telephone='
42 43
 					break;
43 44
 			}
44 45
 			$('.time_iframe').attr('src', iframe_url)

+ 1 - 1
CallCenterWeb.UI/callScreen/callScreen.html

@@ -38,7 +38,7 @@
38 38
 							break;
39 39
 					}
40 40
 				}
41
-			$('.callIn_iframe').attr('src','Http://192.168.0.78/HM/CallCenter/login1000.aspx?Username='+userCode+'&password=8e13baf517a646be785f1ca8b7438c43&callerno='+Number+'&calltype='+ callType +'&Media='+CallID)
41
+			$('.callIn_iframe').attr('src', 'http://192.168.128.246/400/?logid=' + userCode + '&Telephone=' + Number + '&calltype=' + callType + '&Media=' + CallID)
42 42
 		</script>
43 43
 	</body>
44 44
 

+ 1 - 1
CallCenterWeb.UI/index.html

@@ -1364,7 +1364,7 @@
1364 1364
 		<input type="hidden" id="passWord"value="123456" name="passWord" /><!--密码(与cti关联密码)-->
1365 1365
 		<input type="hidden" id="extenNum"value="1026" name="extenNum" /><!--分机号-->
1366 1366
 		<input type="hidden" id="callId" value="" name="callId" /><!--CallId-->
1367
-		<input type="hidden" id="callNumber" value="" name="callNumber"/><!--来电号码-->
1367
+		<input type="hidden" id="callNumber" value="" name="callNumber"/><!--来电主叫号码-->
1368 1368
 		<input type="hidden" id="ZYNumber" value="" name="ZYNumber"/><!--转移号码-->
1369 1369
 		<input type="hidden" id="hfOtype" value="" name="hfOtype"/><!--外呼类型-->
1370 1370
 		<input type="hidden" id="callLogid" value="" name="callLogid"/><!--置忙返回的日志ID-->

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

@@ -474,7 +474,8 @@ $(document).ready(function() {
474 474
 			}
475 475
 	//弹出错误描述
476 476
 	function GetErrorDesc(errorCode) {
477
-					$('.hwzt').html(Phone.GetPromptByErrorCode(errorCode))
477
+//					$('.hwzt').html(Phone.GetPromptByErrorCode(errorCode))
478
+					 alert(Phone.GetPromptByErrorCode(errorCode));
478 479
 			}
479 480
 	//签入 2.1.1
480 481
 	function AutographJoin() {
@@ -629,7 +630,6 @@ $(document).ready(function() {
629 630
                         becallout = true;
630 631
                         becallcome = false;
631 632
                         DialIsOK = Phone.CallOutEx3(5, '', res.data.phone, '', 0, 3, '');
632
-                        
633 633
                     }
634 634
                     else {   //呼叫外部电话
635 635
                         DialIsOK = Phone.CallOutEx3(5, '', res.data.phone, '', 0, 3, '');
@@ -771,7 +771,7 @@ $(document).ready(function() {
771 771
 										var rtn = Phone.GetHoldEx(holdcallid);
772 772
 										if(rtn == '0') {
773 773
 											console.log('接回成功!')
774
-//											return;
774
+											return;
775 775
 										} else {
776 776
 											alert("操作失败");
777 777
 										}