Przeglądaj źródła

修改监控图像

zhoufan 8 lat temu
rodzic
commit
7c9db7bfec
1 zmienionych plików z 6 dodań i 1 usunięć
  1. 6 1
      WebUI/CallCenterWeb.UI/TelCall/SeatMonitor.html

+ 6 - 1
WebUI/CallCenterWeb.UI/TelCall/SeatMonitor.html

@@ -410,7 +410,11 @@
410 410
                     $(user).each(function (i, n) {
411 411
                         var html = '<li class="people_list ' + n.F_WorkNumber + '">'
412 412
                             + '<div>'
413
-                            + '    <div class="bg_person"></div>'
413
+                             + '    <div class="bg_person">';
414
+                        if (n.F_See) {
415
+                            html += '<img width="65px" src="' + huayi.config.callcenter_url + n.F_See + '"/>';
416
+                        }
417
+                        html += '</div>'
414 418
                             + '    <p>'
415 419
                             + '        <span>工号:</span>'
416 420
                             + '        <span class="g-num">' + n.F_WorkNumber + '</span>'
@@ -429,6 +433,7 @@
429 433
                                 $(".zxtp .g_nums").text($(this).find(".g-num").text());
430 434
                                 $(".zxtp .g_names").text($(this).find(".g-name").text());
431 435
                                 $(".zxtp i").removeClass().addClass($(this).find("i").attr("class"));
436
+                                $(".zxtp .bg_person").html($(this).find(".bg_person").html());
432 437
                                 //if (!$(this).find("i").hasClass("lx")) {
433 438
                                 //    Center($('.zxtp'));
434 439
                                 //}