|
|
@@ -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)
|