liuyifan 4 lat temu
rodzic
commit
e4a557d1b0

+ 2 - 2
WebUI/CallCenterWeb.UI/Appeal/AddAppeal.html

@@ -141,7 +141,7 @@
141 141
                             </select>
142 142
                         </td>
143 143
                     </tr>
144
-                    <tr class="phonetype-wrapper" style="display: none;">
144
+                    <tr class="phonetype-wrapper">
145 145
                         <th class="">电话类别:</th>
146 146
                         <td>
147 147
                             <select class="select_" id="phonetype">
@@ -402,8 +402,8 @@
402 402
                             $("<option value='" + n.F_ValueId + "'>" + n.F_Value + "</option>")
403 403
                                 .appendTo(obj);
404 404
                         })
405
-
406 405
                     }
406
+                    obj.val("1")
407 407
                 }
408 408
             });
409 409
         }

+ 11 - 5
WebUI/CallCenterWeb.UI/Appeal/Lawsuit.html

@@ -235,13 +235,21 @@
235 235
         }
236 236
 
237 237
         .Min-width {
238
+            display: inline-block;
238 239
             width: 280px;
240
+            margin-right: 30px;
239 241
         }
240 242
 
241 243
         .btn-default {
242 244
             background: #ffffff;
243 245
             color: #000000;
244 246
         }
247
+        .nameJustified {
248
+            width: 5em;
249
+            display: inline-block;
250
+            text-align: justify;
251
+            text-align-last: justify;
252
+        }
245 253
     </style>
246 254
 </head>
247 255
 
@@ -288,7 +296,7 @@
288 296
                                 <td>
289 297
                                     <input type="text" placeholder="输入工单号" id="wids" class="form-control" />
290 298
                                 </td>
291
-                                <th>来电人:</th>
299
+                                <th><span class="nameJustified">来电人:</span></th>
292 300
                                 <td>
293 301
                                     <input type="text" id="name" class="form-control" autocomplete="off" />
294 302
                                 </td>
@@ -325,7 +333,7 @@
325 333
                                     <input type="text" placeholder="输入来电内容" id="workOrderContent"
326 334
                                         class="form-control" />
327 335
                                 </td>
328
-                                <th>审核员:</th>
336
+                                <th><span class="nameJustified">审核员:</span></th>
329 337
                                 <td>
330 338
                                     <select id="yardman" name="select" class="selectpicker show-tick form-control"
331 339
                                         multiple data-live-search="true">
@@ -379,8 +387,6 @@
379 387
                                 <th>来电类型:</th>
380 388
                                 <td>
381 389
                                     <select class="form-control Min-width" id="type"></select>
382
-                                </td>
383
-                                <td>
384 390
                                     <botton class="btns Seach">搜索</botton>
385 391
                                 </td>
386 392
                             </tr>
@@ -424,9 +430,9 @@
424 430
                                             已公开
425 431
                                         </option>
426 432
                                     </select>
433
+                                    <botton class="btns Export">导出</botton>
427 434
                                 </td>
428 435
                                 <td>
429
-                                    <botton class="btns Export">导出</botton>
430 436
                                 </td>
431 437
                             </tr>
432 438
                             <tr>

+ 10 - 8
WebUI/CallCenterWeb.UI/Appeal/integratedQuery.html

@@ -235,13 +235,21 @@
235 235
         }
236 236
 
237 237
         .Min-width {
238
+            display: inline-block;
238 239
             width: 280px;
240
+            margin-right: 30px;
239 241
         }
240 242
 
241 243
         .btn-default {
242 244
             background: #ffffff;
243 245
             color: #000000;
244 246
         }
247
+        .nameJustified {
248
+            width: 5em;
249
+            display: inline-block;
250
+            text-align: justify;
251
+            text-align-last: justify;
252
+        }
245 253
     </style>
246 254
 </head>
247 255
 
@@ -288,7 +296,7 @@
288 296
                                 <td>
289 297
                                     <input type="text" placeholder="输入工单号" id="wids" class="form-control" />
290 298
                                 </td>
291
-                                <th>来电人:</th>
299
+                                <th><span class="nameJustified">来电人:</span></th>
292 300
                                 <td>
293 301
                                     <input type="text" id="name" class="form-control" autocomplete="off" />
294 302
                                 </td>
@@ -316,8 +324,6 @@
316 324
                                 <td>
317 325
                                     <select class="form-control Min-width" id="sourceAreas"></select>
318 326
                                 </td>
319
-                                <td></td>
320
-                                <td></td>
321 327
                             </tr>
322 328
                             <tr>
323 329
                                 <th>来电内容:</th>
@@ -325,7 +331,7 @@
325 331
                                     <input type="text" placeholder="输入来电内容" id="workOrderContent"
326 332
                                         class="form-control" />
327 333
                                 </td>
328
-                                <th>审核员:</th>
334
+                                <th><span class="nameJustified">审核员:</span></th>
329 335
                                 <td>
330 336
                                     <select id="yardman" name="select" class="selectpicker show-tick form-control"
331 337
                                         multiple data-live-search="true">
@@ -379,8 +385,6 @@
379 385
                                 <th>来电类型:</th>
380 386
                                 <td>
381 387
                                     <select class="form-control Min-width" id="type"></select>
382
-                                </td>
383
-                                <td>
384 388
                                     <botton class="btns Seach">搜索</botton>
385 389
                                 </td>
386 390
                             </tr>
@@ -424,8 +428,6 @@
424 428
                                             已公开
425 429
                                         </option>
426 430
                                     </select>
427
-                                </td>
428
-                                <td>
429 431
                                     <botton class="btns Export">导出</botton>
430 432
                                 </td>
431 433
                             </tr>

+ 2 - 1
WebUI/CallCenterWeb.UI/CommonHtml/AddAppeal.html

@@ -245,11 +245,12 @@
245 245
             if (wid) {
246 246
                 $.ajax({
247 247
                     type: "get",
248
-                    url: huayi.config.callcenter_url + "WorkOrder/GetWorkOrder",
248
+                    url: huayi.config.callcenter_url + "WorkOrder/GetWorkOrderNew",
249 249
                     dataType: 'json',
250 250
                     async: false,
251 251
                     data: {
252 252
                         workorderid: wid,
253
+                        type: 0, // 工单信息
253 254
                         token: $.cookie("token")
254 255
                     },
255 256
                     success: function (data) {

+ 5 - 5
WebUI/CallCenterWeb.UI/CommonHtml/AddAppealDCL.html

@@ -287,7 +287,7 @@
287 287
                 layer.open({
288 288
                     type: 2,
289 289
                     content: "../CommonHtml/associatWorkOrder.html?wid=" +
290
-                    wid, //iframe的url,no代表不显示滚动条
290
+                        wid, //iframe的url,no代表不显示滚动条
291 291
                     title: "关联工单",
292 292
                     area: ["90%", "90%"], //宽高
293 293
                 });
@@ -296,12 +296,12 @@
296 296
             if (wid) {
297 297
                 $.ajax({
298 298
                     type: "get",
299
-                    url: huayi.config.callcenter_url +
300
-                        "WorkOrder/GetWorkOrder",
299
+                    url: huayi.config.callcenter_url + "WorkOrder/GetWorkOrderNew",
301 300
                     dataType: "json",
302 301
                     async: false,
303 302
                     data: {
304 303
                         workorderid: wid,
304
+                        type: 0, // 工单信息
305 305
                         token: $.cookie("token"),
306 306
                     },
307 307
                     success: function (data) {
@@ -339,7 +339,7 @@
339 339
                             //来源
340 340
                             $("#source option:selected").val(Data[0].F_InfoSource + "");
341 341
                             $("#source option:selected").text(Data[0].SourceName); //来源
342
-                            if(Data[0].F_InfoSource + "" === "4") {
342
+                            if (Data[0].F_InfoSource + "" === "4") {
343 343
                                 $(".leaderCharge-wrapper").show()
344 344
                                 $("#leaderCharge").val(Data[0].splituser)
345 345
                             }
@@ -690,7 +690,7 @@
690 690
                 },
691 691
             });
692 692
         }
693
-        $("#source").click(function() {
693
+        $("#source").click(function () {
694 694
             if ($("#source").val() === "4") {
695 695
                 $(".leaderCharge-wrapper").show()
696 696
             } else {

+ 1 - 1
WebUI/CallCenterWeb.UI/CommonHtml/PrintPreview-1.html

@@ -717,7 +717,7 @@
717 717
                     var a = document.createElement('a')
718 718
                     var aurl = window.URL.createObjectURL(blob)
719 719
                     a.href = aurl;
720
-                    a.download = wid + "_安阳市12345政务服务热线交办单.docx";
720
+                    a.download = wid + "_安阳市12345政务服务热线交办单.doc";
721 721
                     a.click();
722 722
                 }
723 723
             }

+ 2 - 0
WebUI/CallCenterWeb.UI/CommonHtml/WorkDatil.html

@@ -979,6 +979,8 @@
979 979
                                         $('.ZT').text("待审核");
980 980
                                     } else if (State == 11) {
981 981
                                         $('.ZT').text("重办待交办");
982
+                                    } else if (State == 13) {
983
+                                        $('.ZT').text("重办驳回");
982 984
                                     }
983 985
                                     //办理方式
984 986
                                     if (CLFS == 0) {

+ 10 - 6
WebUI/CallCenterWeb.UI/MarketingManagement/LawsuitMarketing.html

@@ -235,13 +235,21 @@
235 235
         }
236 236
 
237 237
         .Min-width {
238
+            display: inline-block;
238 239
             width: 280px;
240
+            margin-right: 30px;
239 241
         }
240 242
 
241 243
         .btn-default {
242 244
             background: #ffffff;
243 245
             color: #000000;
244 246
         }
247
+        .nameJustified {
248
+            width: 5em;
249
+            display: inline-block;
250
+            text-align: justify;
251
+            text-align-last: justify;
252
+        }
245 253
     </style>
246 254
 </head>
247 255
 
@@ -288,7 +296,7 @@
288 296
                                 <td>
289 297
                                     <input type="text" placeholder="输入工单号" id="wids" class="form-control" />
290 298
                                 </td>
291
-                                <th>来电人:</th>
299
+                                <th><span class="nameJustified">来电人:</span></th>
292 300
                                 <td>
293 301
                                     <input type="text" id="name" class="form-control" autocomplete="off" />
294 302
                                 </td>
@@ -325,7 +333,7 @@
325 333
                                     <input type="text" placeholder="输入来电内容" id="workOrderContent"
326 334
                                         class="form-control" />
327 335
                                 </td>
328
-                                <th>审核员:</th>
336
+                                <th><span class="nameJustified">审核员:</span></th>
329 337
                                 <td>
330 338
                                     <select id="yardman" name="select" class="selectpicker show-tick form-control"
331 339
                                         multiple data-live-search="true">
@@ -379,8 +387,6 @@
379 387
                                 <th>来电类型:</th>
380 388
                                 <td>
381 389
                                     <select class="form-control Min-width" id="type"></select>
382
-                                </td>
383
-                                <td>
384 390
                                     <botton class="btns Seach">搜索</botton>
385 391
                                 </td>
386 392
                             </tr>
@@ -424,8 +430,6 @@
424 430
                                             已公开
425 431
                                         </option>
426 432
                                     </select>
427
-                                </td>
428
-                                <td>
429 433
                                     <botton class="btns Export">导出</botton>
430 434
                                 </td>
431 435
                             </tr>

+ 11 - 8
WebUI/CallCenterWeb.UI/MultimediaWorkOrder/LawsuitMedia.html

@@ -234,13 +234,22 @@
234 234
         }
235 235
 
236 236
         .Min-width {
237
+            display: inline-block;
237 238
             width: 280px;
239
+            margin-right: 30px;
238 240
         }
239 241
 
240 242
         .btn-default {
241 243
             background: #ffffff;
242 244
             color: #000000;
243 245
         }
246
+
247
+        .nameJustified {
248
+            width: 5em;
249
+            display: inline-block;
250
+            text-align: justify;
251
+            text-align-last: justify;
252
+        }
244 253
     </style>
245 254
 </head>
246 255
 
@@ -287,7 +296,7 @@
287 296
                                 <td>
288 297
                                     <input type="text" placeholder="输入工单号" id="wids" class="form-control" />
289 298
                                 </td>
290
-                                <th>来电人:</th>
299
+                                <th><span class="nameJustified">来电人:</span></th>
291 300
                                 <td>
292 301
                                     <input type="text" id="name" class="form-control" autocomplete="off" />
293 302
                                 </td>
@@ -315,8 +324,6 @@
315 324
                                 <td>
316 325
                                     <select class="form-control Min-width" id="sourceAreas"></select>
317 326
                                 </td>
318
-                                <td></td>
319
-                                <td></td>
320 327
                             </tr>
321 328
                             <tr>
322 329
                                 <th>来电内容:</th>
@@ -324,7 +331,7 @@
324 331
                                     <input type="text" placeholder="输入来电内容" id="workOrderContent"
325 332
                                         class="form-control" />
326 333
                                 </td>
327
-                                <th>审核员:</th>
334
+                                <th><span class="nameJustified">审核员:</span></th>
328 335
                                 <td>
329 336
                                     <select id="yardman" name="select" class="selectpicker show-tick form-control"
330 337
                                         multiple data-live-search="true">
@@ -378,8 +385,6 @@
378 385
                                 <th>来电类型:</th>
379 386
                                 <td>
380 387
                                     <select class="form-control Min-width" id="type"></select>
381
-                                </td>
382
-                                <td>
383 388
                                     <botton class="btns Seach">搜索</botton>
384 389
                                 </td>
385 390
                             </tr>
@@ -423,8 +428,6 @@
423 428
                                             已公开
424 429
                                         </option>
425 430
                                     </select>
426
-                                </td>
427
-                                <td>
428 431
                                     <botton class="btns Export">导出</botton>
429 432
                                 </td>
430 433
                             </tr>

+ 10 - 6
WebUI/CallCenterWeb.UI/OtherPhoneManagement/LawsuitOtherPhone.html

@@ -235,13 +235,21 @@
235 235
         }
236 236
 
237 237
         .Min-width {
238
+            display: inline-block;
238 239
             width: 280px;
240
+            margin-right: 30px;
239 241
         }
240 242
 
241 243
         .btn-default {
242 244
             background: #ffffff;
243 245
             color: #000000;
244 246
         }
247
+        .nameJustified {
248
+            width: 5em;
249
+            display: inline-block;
250
+            text-align: justify;
251
+            text-align-last: justify;
252
+        }
245 253
     </style>
246 254
 </head>
247 255
 
@@ -288,7 +296,7 @@
288 296
                                 <td>
289 297
                                     <input type="text" placeholder="输入工单号" id="wids" class="form-control" />
290 298
                                 </td>
291
-                                <th>来电人:</th>
299
+                                <th><span class="nameJustified">来电人:</span></th>
292 300
                                 <td>
293 301
                                     <input type="text" id="name" class="form-control" autocomplete="off" />
294 302
                                 </td>
@@ -325,7 +333,7 @@
325 333
                                     <input type="text" placeholder="输入来电内容" id="workOrderContent"
326 334
                                         class="form-control" />
327 335
                                 </td>
328
-                                <th>审核员:</th>
336
+                                <th><span class="nameJustified">审核员:</span></th>
329 337
                                 <td>
330 338
                                     <select id="yardman" name="select" class="selectpicker show-tick form-control"
331 339
                                         multiple data-live-search="true">
@@ -379,8 +387,6 @@
379 387
                                 <th>来电类型:</th>
380 388
                                 <td>
381 389
                                     <select class="form-control Min-width" id="type"></select>
382
-                                </td>
383
-                                <td>
384 390
                                     <botton class="btns Seach">搜索</botton>
385 391
                                 </td>
386 392
                             </tr>
@@ -424,8 +430,6 @@
424 430
                                             已公开
425 431
                                         </option>
426 432
                                     </select>
427
-                                </td>
428
-                                <td>
429 433
                                     <botton class="btns Export">导出</botton>
430 434
                                 </td>
431 435
                             </tr>

+ 45 - 1
WebUI/CallCenterWeb.UI/ReportForm/superviseDataStatistics.html

@@ -111,6 +111,16 @@
111 111
             font-size: 16px;
112 112
             text-align: center;
113 113
         }
114
+        .select {
115
+            width: 200px;
116
+            height: 32px;
117
+            border: 1px solid rgb(229, 230, 231);
118
+        }
119
+        .footerDataStatistics {
120
+            /* padding: 0 0 0 20px; */
121
+            margin: 10px 0 0 10px;
122
+            font-size: 18px;
123
+        }
114 124
     </style>
115 125
 </head>
116 126
 
@@ -147,6 +157,8 @@
147 157
                                 <ul id="deptTree" class="ztree"></ul>
148 158
                             </div>
149 159
                         </div>
160
+                        工单来源:
161
+                        <select class="select" id="source"></select>
150 162
                         <button class="btns search_1">查询</button>
151 163
                         <a class="btns" id="exportPublicSentiments">导出</a>
152 164
                     </div>
@@ -280,7 +292,8 @@
280 292
                                 <th data-field="Chargeback" data-formatter="backCountList" data-align="center">退单件</th>
281 293
                                 <th data-field="Chargebackrate" data-align="center">有效回复率</th>
282 294
                                 <th data-field="Chargebackscore" data-align="center">得分(15分)</th>
283
-                                <th data-field="Comment" data-formatter="visitCountList" data-formatter="visitCountList" data-align="center">群众评议总数</th>
295
+                                <th data-field="Comment" data-formatter="visitCountList" data-formatter="visitCountList"
296
+                                    data-align="center">群众评议总数</th>
284 297
                                 <th data-field="dissatisfied" data-formatter="dissatisfiedCountList"
285 298
                                     data-align="center">不满意件</th>
286 299
                                 <th data-field="satisfiedrate" data-align="center">满意率</th>
@@ -291,6 +304,7 @@
291 304
                         </thead>
292 305
                     </table>
293 306
                 </div>
307
+                <div class="footerDataStatistics">统计时段:00:00—23:59:59</div>
294 308
             </div>
295 309
         </div>
296 310
     </div>
@@ -309,6 +323,7 @@
309 323
 
310 324
             initTable();
311 325
             bindtree();
326
+        	LY($("#source"));
312 327
         });
313 328
         //表格
314 329
         function initTable() {
@@ -319,6 +334,7 @@
319 334
                     starttime: $('#squeryTime').val(),
320 335
                     endtime: $('#equeryTime').val(),
321 336
                     deptid: $("#deptid").val(),
337
+                    source: $("#source").val(),
322 338
                     token: $.cookie("token")
323 339
                 },
324 340
                 dataType: "json",
@@ -486,6 +502,34 @@
486 502
                 area: ['90%', '90%'], //宽高
487 503
             });
488 504
         }
505
+        //来源
506
+        function LY(obj) {
507
+            obj.empty();
508
+            obj.append(
509
+                '<option selected="selected" value="">请选择</option>'
510
+            );
511
+            $.getJSON(
512
+                huayi.config.callcenter_url +
513
+                "Dictionary/GetDicValueListById", {
514
+                    token: $.cookie("token"),
515
+                    id: 1,
516
+                },
517
+                function (data) {
518
+                    if (data.state.toLowerCase() == "success") {
519
+                        var content = data.data;
520
+                        $(content).each(function (i, n) {
521
+                            $(
522
+                                "<option value='" +
523
+                                n.F_ValueId +
524
+                                "'>" +
525
+                                n.F_Value +
526
+                                "</option>"
527
+                            ).appendTo(obj);
528
+                        });
529
+                    }
530
+                }
531
+            );
532
+        }
489 533
     </script>
490 534
 </body>
491 535
 

+ 52 - 5
WebUI/CallCenterWeb.UI/ReportForm/superviseStatisticsList.html

@@ -25,8 +25,12 @@
25 25
                         <th data-field="DeptName" data-align="center">承办单位</th>
26 26
                         <th data-field="UserName" data-align="center">受理人</th>
27 27
                         <th data-field="F_WorkState" data-align="center" data-formatter="States">办理状态</th>
28
-                        <th data-field="OverState" data-formatter="OverTime" data-align="center">时限</th>
29
-                        <th data-field="LimitTime" data-formatter="BanTime" data-align="center">办理时限</th>
28
+                        <th data-field="F_ComContent" data-align="center">来电内容</th>
29
+                        <th data-field="OverState" data-formatter="OverTime" data-class="OverState" data-align="center">
30
+                            时限</th>
31
+                        <th data-field="LimitTime" data-formatter="BanTime" data-class="LimitTime" data-align="center">
32
+                            办理时限</th>
33
+                        <th data-field="Dissatisfied" data-class="Dissatisfied" data-align="center">不满意原因</th>
30 34
                     </tr>
31 35
                 </thead>
32 36
                 <tbody class="list"></tbody>
@@ -83,14 +87,56 @@
83 87
                     return param;
84 88
                 },
85 89
                 onLoadSuccess: function (data) { //加载成功时执行
86
-                    //layer.msg("加载成功");
87
-                    //console.log(data);
90
+                    listJudgment();
88 91
                 },
89 92
                 onLoadError: function () { //加载失败时执行
90 93
                     //layer.msg("加载数据失败", { time: 1500, icon: 2 });
91 94
                 }
92 95
             });
93 96
         }
97
+
98
+        /* 
99
+        1、承办件弹出的工单列表中去掉“时限、办理时限”,增加显示出来电内容
100
+
101
+        2、超期件弹出的工单列表中增加显示出来电内容
102
+
103
+        3、未果件弹出的工单列表中去掉“时限、办理时限”,增加显示出来电内容
104
+
105
+        4、退单件弹出的工单列表中去掉“时限、办理时限”,增加显示出来电内容
106
+
107
+        5、群众评议总数弹出的工单列表中去掉“时限、办理时限”,增加显示出来电内容
108
+
109
+        6、不满意件弹出的工单列表中去掉“时限、办理时限”,增加显示出来电内容、不满意件原因
110
+        */
111
+        function listJudgment() {
112
+            if (dbtype === "0") {
113
+                $("#orderlist").find(".OverState").hide()
114
+                $("#orderlist").find(".LimitTime").hide()
115
+                $("#orderlist").find(".Dissatisfied").hide()
116
+            } else if (dbtype === "1") {
117
+                // $(".OverState").hide()
118
+                // $(".LimitTime").hide()
119
+                $("#orderlist").find(".Dissatisfied").hide()
120
+            } else if (dbtype === "2") {
121
+                $("#orderlist").find(".OverState").hide()
122
+                $("#orderlist").find(".LimitTime").hide()
123
+                $("#orderlist").find(".Dissatisfied").hide()
124
+            } else if (dbtype === "3") {
125
+                $("#orderlist").find(".OverState").hide()
126
+                $("#orderlist").find(".LimitTime").hide()
127
+                $("#orderlist").find(".Dissatisfied").hide()
128
+            } else if (dbtype === "4") {
129
+                $("#orderlist").find(".OverState").hide()
130
+                $("#orderlist").find(".LimitTime").hide()
131
+                $("#orderlist").find(".Dissatisfied").hide()
132
+            } else if (dbtype === "5") {
133
+                $("#orderlist").find(".OverState").hide()
134
+                $("#orderlist").find(".LimitTime").hide()
135
+                $("#orderlist").find(".Dissatisfied").show()
136
+            }
137
+
138
+        }
139
+
94 140
         //状态
95 141
         function States(val, row) {
96 142
             var html = '';
@@ -207,7 +253,8 @@
207 253
             var dbdata = 1;
208 254
 
209 255
             var url = huayi.config.callcenter_url + "WorkOrder/GetList?token=" + $.cookie("token");
210
-            url += "&starttime=" + starttime + "&endtime=" + endtime + "&dbdata=" + dbdata + "&deptid=" + deptId + "&dbtype=" + dbtype + "&isdc=1";
256
+            url += "&starttime=" + starttime + "&endtime=" + endtime + "&dbdata=" + dbdata + "&deptid=" + deptId +
257
+                "&dbtype=" + dbtype + "&isdc=1";
211 258
             window.location.href = url;
212 259
         }
213 260
     </script>

+ 2 - 2
WebUI/CallCenterWeb.UI/css/init.css

@@ -41,9 +41,9 @@
41 41
 .btns {
42 42
 	background: #00a1cb;
43 43
 	color: #fff;
44
-	padding: 6px 10px;
44
+	padding: 8px 18px;
45 45
 	outline: none;
46
-	font-size: 12px;
46
+	/* font-size: 14px; */
47 47
 	margin-left: 15px;
48 48
 	border: 0;
49 49
 	border-radius: 3px;

+ 2 - 2
WebUI/CallCenterWeb.UI/home.html

@@ -1358,10 +1358,10 @@
1358 1358
                                     <i class="iconfont fa-5x Meeting"></i>
1359 1359
                                     <p>多方通话</p>
1360 1360
                                 </li>
1361
-                                <li datafun="MeetingTakeBack">
1361
+                                <!-- <li datafun="MeetingTakeBack">
1362 1362
                                     <i class="iconfont fa-5x MeetingTakeBack"></i>
1363 1363
                                     <p>多方通话回签</p>
1364
-                                </li>
1364
+                                </li> -->
1365 1365
                                 <li datafun="Transfer">
1366 1366
                                     <i class="iconfont fa-5x Transfer"></i>
1367 1367
                                     <p>转移</p>

+ 2 - 2
WebUI/CallCenterWeb.UI/js/WorkOrder/WorkOrderList.js

@@ -17,10 +17,10 @@ function View(val, row) {
17 17
         '<span style="color: #FF0000">' +
18 18
         workIdAddress +
19 19
         "</span>" +
20
-        '<span style="color: #32CD32">' +
20
+        '<span style="color: #008000">' +
21 21
         workIdDate +
22 22
         "</span>" +
23
-        '<span style="color: #BA55D3">' +
23
+        '<span style="color: #800080">' +
24 24
         workIdSerialNumber +
25 25
         "</span>" +
26 26
         "</a></div>"

+ 1 - 1
WebUI/CallCenterWeb.UI/js/search/screen.js

@@ -246,7 +246,7 @@ function depart() {
246 246
 
247 247
 function treeReactionCategory() {
248 248
 	$.get(
249
-		huayi.config.callcenter_url + "Dictionary/GetZTreeList", {
249
+		huayi.config.callcenter_url + "Dictionary/GetZTreeListNew", {
250 250
 			token: $.cookie("token"),
251 251
 			pid: 38
252 252
 		},

+ 1 - 1
WebUI/CallCenterWeb.UI/js/ztreeSelect.js

@@ -22,7 +22,7 @@ $('.Cleans').click(function() {
22 22
 
23 23
 function tree() {
24 24
 	$.get(
25
-		huayi.config.callcenter_url + "Dictionary/GetZTreeList", {
25
+		huayi.config.callcenter_url + "Dictionary/GetZTreeListNew", {
26 26
 			token: $.cookie("token"),
27 27
 			pid: 38
28 28
 		},