Browse Source

代码提交

miaofuhao 5 years ago
parent
commit
0daeef58f8

+ 1 - 1
web/YTSoft.BaseCallCenter.MVCWeb/Content/js/callSocket.js

@@ -370,7 +370,7 @@ function makecallBack () {
370 370
 }
371 371
 //来电弹屏事件
372 372
 function Form_callCommingCaller (data) {
373
-
373
+  debugger
374 374
   if (seatComming) {
375 375
     return
376 376
   }

+ 1 - 1
web/YTSoft.BaseCallCenter.MVCWeb/Views/CallRecord/CallRecordList.cshtml

@@ -94,7 +94,7 @@
94 94
               <div class="layui-input-block">
95 95
                 <select id="TalkLongTime">
96 96
                   <option value=""></option>
97
-                  <option value="TalkLongTime">序</option>
97
+                  <option value="TalkLongTime">序</option>
98 98
                   <option value="">默认</option>
99 99
                 </select>
100 100
               </div>

+ 3 - 3
web/YTSoft.BaseCallCenter.MVCWeb/Views/CallRecord/CallScreen.cshtml

@@ -56,10 +56,10 @@
56 56
     }
57 57
     .telLine li {
58 58
       width: 120px;
59
-      margin: 30px;
59
+      margin: 30px 30px 0px 30px;
60 60
       line-height: 40px !important;
61 61
       float: left;
62
-      height: 100px;
62
+      height: 70px;
63 63
       cursor: pointer;
64 64
       color: #ffffff;
65 65
     }
@@ -148,7 +148,7 @@
148 148
 
149 149
     <div class="title">转接信息<span class="closeBtn">×</span></div>
150 150
     <div class="telLineUl">
151
-      <ul class="layui-nav" style="background: none;">
151
+      <ul class="layui-nav">
152 152
         
153 153
       </ul>
154 154
     </div>

+ 34 - 1
web/YTSoft.BaseCallCenter.MVCWeb/Views/DutyNumber/GetList.cshtml

@@ -30,6 +30,9 @@
30 30
                     <button class="layui-btn layui-btn-normal" data-type="rowAdd">
31 31
                         <i class="layui-icon">&#xe654;</i>新增
32 32
                     </button>
33
+                    <button class="layui-btn layui-btn-normal" style="margin-left: 15px !important;"  onclick="">
34
+                        切换留言
35
+                    </button>
33 36
                 </div>
34 37
             </div>
35 38
 
@@ -75,5 +78,35 @@
75 78
 <script src="~/Content/js/CallRecord/dutyNumber.js" charset="utf-8"></script>
76 79
 <script src="/Content/layui/formatdate.js"></script>
77 80
 
78
-
81
+<script>
82
+  $(document).ready(function () {
83
+
84
+    //定责一级分类
85
+    $.ajax({
86
+      url: "/DutyNumber/GetStat",
87
+      type: "get",
88
+      contentType: "application/json",
89
+      dataType: "text",
90
+      async: false,
91
+      success: function (thisResult) {
92
+
93
+        if (eval('(' + thisResult + ')').msg == "成功") {
94
+          $("#OrderFirstDZ").empty();
95
+          $("#OrderFirstDZ").append("<option value='' ></option>");
96
+          var list = eval('(' + thisResult + ')').data;
97
+          $(list).each(function (i, n) {
98
+            $("#OrderFirstDZ").append("<option value='" + n.Classid + "'>" + n.Classname + "</option>");
99
+          })
100
+        }
101
+        else {
102
+          layui.layer.alert("获取该部门下用户信息失败!", {
103
+            icon: 2
104
+          });
105
+        }
106
+
107
+      }
108
+    });
109
+
110
+  })
111
+</script>
79 112
 </html>

+ 8 - 5
web/YTSoft.BaseCallCenter.MVCWeb/Views/Main/Index.cshtml

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

+ 1 - 1
web/YTSoft.BaseCallCenter.MVCWeb/Views/SystemManage/DictionaryValueEdit.cshtml

@@ -31,7 +31,7 @@
31 31
                             <label class="layui-form-label" style="width:100px">关联的字典值</label>
32 32
                             <div class="layui-input-block">
33 33
                                
34
-                                    <input name="F_ValueCode" readonly value="@Model.F_ValueCode" lay-verify="required" autocomplete="off" placeholder="" class="layui-input" type="text" style="width:220px" />
34
+                                    <input name="F_ValueCode" value="@Model.F_ValueCode" lay-verify="required" autocomplete="off" placeholder="" class="layui-input" type="text" style="width:220px" />
35 35
                                
36 36
                             </div>
37 37
                         </div>