|
|
@@ -497,12 +497,15 @@
|
|
497
|
497
|
}
|
|
498
|
498
|
function AgentQR() {
|
|
499
|
499
|
//reconnect();
|
|
|
500
|
+ debugger
|
|
500
|
501
|
var usercode = document.getElementById("txtLabourwork").value;
|
|
501
|
502
|
var extnumber = document.getElementById("txtPhoneNum").value;
|
|
502
|
503
|
var typed = document.getElementById("HdIswin"); //是否是坐席用户
|
|
503
|
|
- if (typed.value == "true") {
|
|
|
504
|
+ //var typed.value = true; //是否是坐席用户
|
|
|
505
|
+ if (typed.value != "true") {
|
|
504
|
506
|
|
|
505
|
507
|
var timeno = new Date().getTime();
|
|
|
508
|
+
|
|
506
|
509
|
/*2020-09-24miaofuhao注释*/
|
|
507
|
510
|
if (!$(".fa-phone").hasClass("selectClass")) {
|
|
508
|
511
|
|
|
|
@@ -850,25 +853,25 @@
|
|
850
|
853
|
</dd>
|
|
851
|
854
|
<dd>
|
|
852
|
855
|
<a onclick="OpenOtherForm('邮箱入口', 'http://mail.zzmetro.cn/index.php')"><i class="fa fa-envelope"
|
|
853
|
|
- style="font-size: 20px !important; margin-right: 5px;color:deepskyblue;"></i><cite
|
|
|
856
|
+ style="font-size: 20px !important; margin-right: 5px;"></i><cite
|
|
854
|
857
|
style="text-align:left">邮箱入口</cite></a>
|
|
855
|
858
|
</dd>
|
|
856
|
859
|
|
|
857
|
860
|
<dd>
|
|
858
|
861
|
<a onclick="OpenOtherForm('失物招领', 'https://portal.zzmetro.cn:4455/zw/loginController.do?loginSign')">
|
|
859
|
|
- <i class="fa fa-internet-explorer" style="font-size: 20px !important; margin-right: 5px;"></i>
|
|
|
862
|
+ <i class="fa fa-bank" style="font-size: 20px !important; margin-right: 5px;"></i>
|
|
860
|
863
|
<cite style="text-align:left">失物招领</cite>
|
|
861
|
864
|
</a>
|
|
862
|
865
|
</dd>
|
|
863
|
866
|
<dd>
|
|
864
|
867
|
<a onclick="OpenOtherForm('公司内网', 'http://portal.zzmetro.cn:7819/manage/sso')">
|
|
865
|
|
- <i class="fa fa-internet-explorer" style="font-size: 20px !important; margin-right: 5px;"></i>
|
|
|
868
|
+ <i class="fa fa-arrows-alt" style="font-size: 20px !important; margin-right: 5px;"></i>
|
|
866
|
869
|
<cite style="text-align:left">公司内网</cite>
|
|
867
|
870
|
</a>
|
|
868
|
871
|
</dd>
|
|
869
|
872
|
<dd>
|
|
870
|
873
|
<a onclick="OpenOtherForm('集团门户', 'https://portal.zzmetro.cn:4443/webcenter')">
|
|
871
|
|
- <i class="fa fa-internet-explorer" style="font-size: 20px !important; margin-right: 5px;"></i>
|
|
|
874
|
+ <i class="fa fa-bookmark" style="font-size: 20px !important; margin-right: 5px;"></i>
|
|
872
|
875
|
<cite style="text-align:left">集团门户</cite>
|
|
873
|
876
|
</a>
|
|
874
|
877
|
</dd>
|