소스 검색

界面修改,文字提示

seimin 3 년 전
부모
커밋
f9a071e3e0

+ 31 - 22
assets/js/controllers/incident/incidentCtrl.js

@@ -308,7 +308,7 @@ app.controller('incidentListCtrl', ["$scope", "$http", "i18nService", "$rootScop
308
             {
308
             {
309
                 name: '操作',
309
                 name: '操作',
310
                 enableSorting: false,
310
                 enableSorting: false,
311
-                width: 400,
311
+                width: 500,
312
                 cellTemplate: '<incidentoperator style="background-color:{{row.entity.colourInfo.rgb}}" item="row.entity" colobject="col">',
312
                 cellTemplate: '<incidentoperator style="background-color:{{row.entity.colourInfo.rgb}}" item="row.entity" colobject="col">',
313
                 enableFiltering: false
313
                 enableFiltering: false
314
             },
314
             },
@@ -422,7 +422,7 @@ app.controller('incidentListCtrl', ["$scope", "$http", "i18nService", "$rootScop
422
             {
422
             {
423
                 name: '操作',
423
                 name: '操作',
424
                 enableSorting: false,
424
                 enableSorting: false,
425
-                width: 400,
425
+                width: 600,
426
                 cellTemplate: '<incidentoperator style="background-color:{{row.entity.colourInfo.rgb}}" item="row.entity" colobject="col">',
426
                 cellTemplate: '<incidentoperator style="background-color:{{row.entity.colourInfo.rgb}}" item="row.entity" colobject="col">',
427
                 enableFiltering: false
427
                 enableFiltering: false
428
             },
428
             },
@@ -2883,13 +2883,15 @@ app.controller('IncidentOperCtrl', ['$rootScope', '$http', '$scope', '$modal', '
2883
     $scope.qiangdan = false;
2883
     $scope.qiangdan = false;
2884
     $scope.dayin = false;
2884
     $scope.dayin = false;
2885
     $scope.huifang = false;
2885
     $scope.huifang = false;
2886
-    $scope.assign = false;
2886
+    // $scope.assign = false;
2887
     $scope.delFlag = false;
2887
     $scope.delFlag = false;
2888
-    if(loginUser.role.length){
2889
-        $scope.assign = loginUser.role.some(function(v){
2890
-            return v.rolecode === "incident-category-manager"||v.rolecode === 'incident manager';
2891
-        })
2892
-    }
2888
+    $scope.editFlag = false;//编辑
2889
+    $scope.assignFlag = false;//指派
2890
+    // if(loginUser.role.length){
2891
+    //     $scope.assign = loginUser.role.some(function(v){
2892
+    //         return v.rolecode === "incident-category-manager"||v.rolecode === 'incident manager';
2893
+    //     })
2894
+    // }
2893
     for (var i = 0; i < loginUser.menu.length; i++) {
2895
     for (var i = 0; i < loginUser.menu.length; i++) {
2894
         if (loginUser.menu[i].link == "shijianliebiao_chuli") {
2896
         if (loginUser.menu[i].link == "shijianliebiao_chuli") {
2895
             $scope.chuli = true
2897
             $scope.chuli = true
@@ -2906,6 +2908,12 @@ app.controller('IncidentOperCtrl', ['$rootScope', '$http', '$scope', '$modal', '
2906
         if (loginUser.menu[i].link == "shijianliebiao_del") {
2908
         if (loginUser.menu[i].link == "shijianliebiao_del") {
2907
             $scope.delFlag = true
2909
             $scope.delFlag = true
2908
         }
2910
         }
2911
+        if (loginUser.menu[i].link == "shijianliebiao_edit") {
2912
+            $scope.editFlag = true
2913
+        }
2914
+        if (loginUser.menu[i].link == "shijianliebiao_assign") {
2915
+            $scope.assignFlag = true
2916
+        }
2909
     }
2917
     }
2910
     $scope.up = true;
2918
     $scope.up = true;
2911
     $scope.fuwutaiRenYuan = false;//服务台人员
2919
     $scope.fuwutaiRenYuan = false;//服务台人员
@@ -2951,15 +2959,16 @@ app.controller('IncidentOperCtrl', ['$rootScope', '$http', '$scope', '$modal', '
2951
     //修改页面显示判断
2959
     //修改页面显示判断
2952
     $scope.jry_modify = function (item) {
2960
     $scope.jry_modify = function (item) {
2953
         console.log(item)
2961
         console.log(item)
2954
-        var jry_role = false;
2955
-        for (var i = 0; i < $rootScope.user.role.length; i++) {
2956
-            if ($rootScope.user.role[i].rolecode == "call center") {
2957
-                jry_role = true
2958
-            }
2959
-        }
2960
-        var arrFlag = ['reassign','assigned','pending','handler','storage'];
2962
+        // var jry_role = false;
2963
+        // for (var i = 0; i < $rootScope.user.role.length; i++) {
2964
+        //     if ($rootScope.user.role[i].rolecode == "call center") {
2965
+        //         jry_role = true
2966
+        //     }
2967
+        // }
2968
+        var arrFlag = ['pending','handler'];
2961
         var stateFlag = arrFlag.includes(item.state.value)
2969
         var stateFlag = arrFlag.includes(item.state.value)
2962
-        return jry_role && stateFlag;
2970
+        // return jry_role && stateFlag;
2971
+        return stateFlag && $scope.editFlag;
2963
     }
2972
     }
2964
     // 回访操作权限
2973
     // 回访操作权限
2965
     for (var obj in $rootScope.user.role) {
2974
     for (var obj in $rootScope.user.role) {
@@ -3115,18 +3124,18 @@ app.directive('incidentoperator', function () {
3115
         controller: 'IncidentOperCtrl',
3124
         controller: 'IncidentOperCtrl',
3116
         template: '<div><div class="cl-effect-1 ui-grid-cell-contents pull-left" >' +
3125
         template: '<div><div class="cl-effect-1 ui-grid-cell-contents pull-left" >' +
3117
             // '<a ng-click="look()"   tooltip="查看" tooltip-placement="left"><i class="ti-eye"></i></a>'+
3126
             // '<a ng-click="look()"   tooltip="查看" tooltip-placement="left"><i class="ti-eye"></i></a>'+
3118
-            '<a ng-click="handler()" ng-show="{{item.state.id != 1546 &&!item.handlerUser&&item.tiquPower&&qiangdan}}" class="bianjifont" >抢单</a>' +
3119
-            '<a ng-click="changeCenter()"  ng-show="jry_modify(item)"  class="luyinfont">修改</a>' +
3127
+            '<a ng-click="toDetail(item)" class="bianjifont" >查看</a>' +
3120
             '<a ng-click="edit()"  ng-show="{{item.chaozuoPower&&chuli}}"  class="bianjifont">处理</a>' +
3128
             '<a ng-click="edit()"  ng-show="{{item.chaozuoPower&&chuli}}"  class="bianjifont">处理</a>' +
3129
+            '<a ng-click="handler()" ng-show="{{item.state.id != 1546 &&!item.handlerUser&&item.tiquPower&&qiangdan}}" class="bianjifont" >抢单</a>' +
3121
             '<a ng-click="visit()"  ng-show="{{item.huifang&&huifang}}"  class="bianjifont">回访</a>' +
3130
             '<a ng-click="visit()"  ng-show="{{item.huifang&&huifang}}"  class="bianjifont">回访</a>' +
3131
+            '<a ng-click="changeCenter()"  ng-show="jry_modify(item)"  class="luyinfont">编辑</a>' +
3132
+            '<a ng-click="toAssign()" ng-show="{{(item.state.id==1543||item.state.id==1544)&&assignFlag&&item.assignee}}" class="assign" >指派</a>' +
3133
+            '<a ng-click="toHandlerLog()" ng-show="{{item.state.id==1544}}" class="assign" >新增处理日志</a>' +
3134
+            '<a ng-click="delSj()" ng-show="{{delFlag&&item.state.value!== \'deleted\'}}" class="assign" >删除</a>' +
3122
             '<a ng-click="print()" ng-show="dayin" class="bianjifont" >打印</a>' +
3135
             '<a ng-click="print()" ng-show="dayin" class="bianjifont" >打印</a>' +
3123
-            '<a ng-click="toDetail(item)" class="bianjifont" >查看</a>' +
3124
             // '<a ng-click="jry_evaluate()"  ng-show="jry_evaluateShow()" class="luyinfont" >评价</a>' +
3136
             // '<a ng-click="jry_evaluate()"  ng-show="jry_evaluateShow()" class="luyinfont" >评价</a>' +
3125
             // '<a ng-click="record()"  ng-show="{{item.listen}}" class="luyinfont" >录音</a>' +
3137
             // '<a ng-click="record()"  ng-show="{{item.listen}}" class="luyinfont" >录音</a>' +
3126
             // '<a ng-click="rotate()" ng-show="{{item.state.id==4}}" class="rotate" >转派</a>' +
3138
             // '<a ng-click="rotate()" ng-show="{{item.state.id==4}}" class="rotate" >转派</a>' +
3127
-            '<a ng-click="toAssign()" ng-show="{{(item.state.id==1543||item.state.id==1544)&&assign&&item.assignee}}" class="assign" >指派</a>' +
3128
-            '<a ng-click="toHandlerLog()" ng-show="{{item.state.id==1544}}" class="assign" >新增处理日志</a>' +
3129
-            '<a ng-click="delSj()" ng-show="{{delFlag&&item.state.value!== \'deleted\'}}" class="assign" >删除</a>' +
3130
             // '<a ng-click="upgrade()" ng-show="{{up&&item.state.id==4&&item.currentRole!=' + "'incident manager'" + '}}" class="upgrade" >升级</a>' +
3139
             // '<a ng-click="upgrade()" ng-show="{{up&&item.state.id==4&&item.currentRole!=' + "'incident manager'" + '}}" class="upgrade" >升级</a>' +
3131
             // '<a ng-click="problem()" ng-show="{{item.state.id==5&&item.currentRole!=' + "'incident manager'" + '}}" class="upgrade" >问题升级</a>' +
3140
             // '<a ng-click="problem()" ng-show="{{item.state.id==5&&item.currentRole!=' + "'incident manager'" + '}}" class="upgrade" >问题升级</a>' +
3132
             // '<a ng-click="configuration()"  ng-show="{{item.state.id==5}}"  class="bianjifont">变更升级</a>' +
3141
             // '<a ng-click="configuration()"  ng-show="{{item.state.id==5}}"  class="bianjifont">变更升级</a>' +

+ 42 - 59
assets/js/controllers/report/deck_reportCtrl.js

@@ -100,7 +100,10 @@ app.controller('deck_reportCtrl', ["$scope", "$rootScope", "$state", "$timeout",
100
         if ($scope.tap == 'LDZS') {
100
         if ($scope.tap == 'LDZS') {
101
             setTimeout(function () {
101
             setTimeout(function () {
102
                 barechart();
102
                 barechart();
103
-                barechart1();
103
+                barechart1({id:"sjfx1",name:'来电数量',unit:'个'});
104
+                barechart1({id:"sjfx2",name:'接听通话时长',unit:'秒'});
105
+                barechart1({id:"sjfx3",name:'接听电话平均时长',unit:'秒'});
106
+                barechart1({id:"sjfx4",name:'未接电话',unit:'个'});
104
             }, 500);
107
             }, 500);
105
         } else {
108
         } else {
106
             setTimeout(function () {
109
             setTimeout(function () {
@@ -170,7 +173,7 @@ app.controller('deck_reportCtrl', ["$scope", "$rootScope", "$state", "$timeout",
170
                 }
173
                 }
171
             },
174
             },
172
             legend: {
175
             legend: {
173
-                data: ['正班时间', '值班时间', '非工作时间', '来电转换率'],
176
+                data: ['来电总数', '建单总数'],
174
                 align: 'left',
177
                 align: 'left',
175
                 // itemWidth:10,
178
                 // itemWidth:10,
176
                 // itemHeight:10,
179
                 // itemHeight:10,
@@ -205,7 +208,7 @@ app.controller('deck_reportCtrl', ["$scope", "$rootScope", "$state", "$timeout",
205
             yAxis: [{
208
             yAxis: [{
206
                     type: 'value',
209
                     type: 'value',
207
                     scale: true,
210
                     scale: true,
208
-                    name: '来电数量  (个)',
211
+                    name: '数量  (个)',
209
                     min: 0,
212
                     min: 0,
210
                     boundaryGap: [0.2, 0.2],
213
                     boundaryGap: [0.2, 0.2],
211
                     axisLabel: {
214
                     axisLabel: {
@@ -221,32 +224,33 @@ app.controller('deck_reportCtrl', ["$scope", "$rootScope", "$state", "$timeout",
221
                             // type: 'dotted'
224
                             // type: 'dotted'
222
                         },
225
                         },
223
                     },
226
                     },
224
-                },
225
-                {
226
-                    type: 'value',
227
-                    scale: true,
228
-                    name: '来电转换率',
229
-                    min: 0,
230
-                    max: 100,
231
-                    boundaryGap: [0.2, 0.2],
232
-                    axisLabel: {
233
-                        formatter: '{value} %',
234
-                        textStyle: {
235
-                            color: '#7B7B7B',
236
-                            // fontSize: '14',
237
-                        }
238
-                    },
239
-                    axisLine: {
240
-                        show: true,
241
-                        lineStyle: {
242
-                            color: '#7B7B7B',
243
-                            // type: 'dotted'
244
-                        },
245
-                    },
246
                 }
227
                 }
228
+                // {
229
+                //     type: 'value',
230
+                //     scale: true,
231
+                //     name: '来电转换率',
232
+                //     min: 0,
233
+                //     max: 100,
234
+                //     boundaryGap: [0.2, 0.2],
235
+                //     axisLabel: {
236
+                //         formatter: '{value} %',
237
+                //         textStyle: {
238
+                //             color: '#7B7B7B',
239
+                //             // fontSize: '14',
240
+                //         }
241
+                //     },
242
+                //     axisLine: {
243
+                //         show: true,
244
+                //         lineStyle: {
245
+                //             color: '#7B7B7B',
246
+                //             // type: 'dotted'
247
+                //         },
248
+                //     },
249
+                // }
247
             ],
250
             ],
248
-            series: [{
249
-                    name: '正班时间',
251
+            series: [
252
+                {
253
+                    name: '来电总数',
250
                     type: 'bar',
254
                     type: 'bar',
251
                     itemStyle: {
255
                     itemStyle: {
252
                         normal: {
256
                         normal: {
@@ -255,7 +259,7 @@ app.controller('deck_reportCtrl', ["$scope", "$rootScope", "$state", "$timeout",
255
                     },
259
                     },
256
                     data: [20, 12, 31, 23, 56, 78, 92, 12, 23]
260
                     data: [20, 12, 31, 23, 56, 78, 92, 12, 23]
257
                 }, {
261
                 }, {
258
-                    name: '值班时间',
262
+                    name: '建单总数',
259
                     type: 'bar',
263
                     type: 'bar',
260
                     itemStyle: {
264
                     itemStyle: {
261
                         normal: {
265
                         normal: {
@@ -263,30 +267,6 @@ app.controller('deck_reportCtrl', ["$scope", "$rootScope", "$state", "$timeout",
263
                         }
267
                         }
264
                     },
268
                     },
265
                     data: [10, 20, 5, 5, 2, 32, 34, 56, 23]
269
                     data: [10, 20, 5, 5, 2, 32, 34, 56, 23]
266
-                }, {
267
-                    name: '非工作时间',
268
-                    type: 'bar',
269
-                    itemStyle: {
270
-                        normal: {
271
-                            color: '#FFCE3D'
272
-                        }
273
-                    },
274
-                    data: [1, 1, 2, 4, 8, 9, 6, 54, 43]
275
-                },
276
-                {
277
-                    name: '来电转换率',
278
-                    type: 'line',
279
-                    itemStyle: {
280
-                        normal: {
281
-                            color: '#49A9EE'
282
-                        }
283
-                    },
284
-                    lineStyle: {
285
-                        normal: {
286
-                            color: '#49A9EE'
287
-                        }
288
-                    },
289
-                    data: [10, 20, 5, 43, 12, 34, 12, 56, 67]
290
                 }
270
                 }
291
             ]
271
             ]
292
         };
272
         };
@@ -296,9 +276,9 @@ app.controller('deck_reportCtrl', ["$scope", "$rootScope", "$state", "$timeout",
296
         }
276
         }
297
     }
277
     }
298
     //图表 事件趋势
278
     //图表 事件趋势
299
-    function barechart1() {
279
+    function barechart1(options) {
300
         console.log(echarts)
280
         console.log(echarts)
301
-        var dom = document.getElementById("sjfx");
281
+        var dom = document.getElementById(options.id);
302
         console.log(dom)
282
         console.log(dom)
303
         var myChart1 = echarts.init(dom);
283
         var myChart1 = echarts.init(dom);
304
         var option1 = null;
284
         var option1 = null;
@@ -324,14 +304,14 @@ app.controller('deck_reportCtrl', ["$scope", "$rootScope", "$state", "$timeout",
324
                 }
304
                 }
325
             },
305
             },
326
             legend: {
306
             legend: {
327
-                data: ['通话时长'],
307
+                data: [options.name],
328
                 align: 'left',
308
                 align: 'left',
329
                 // itemWidth:10,
309
                 // itemWidth:10,
330
                 // itemHeight:10,
310
                 // itemHeight:10,
331
                 bottom: 0
311
                 bottom: 0
332
             },
312
             },
333
             grid: {
313
             grid: {
334
-                left: '.5%',
314
+                left: '1%',
335
                 right: '0%',
315
                 right: '0%',
336
                 bottom: '15%',
316
                 bottom: '15%',
337
                 top: '10%',
317
                 top: '10%',
@@ -360,7 +340,7 @@ app.controller('deck_reportCtrl', ["$scope", "$rootScope", "$state", "$timeout",
360
             yAxis: [{
340
             yAxis: [{
361
                 type: 'value',
341
                 type: 'value',
362
                 scale: true,
342
                 scale: true,
363
-                name: '通话时长  (s)',
343
+                name: options.name + '(' + options.unit +')',
364
                 min: 0,
344
                 min: 0,
365
                 boundaryGap: [0.2, 0.2],
345
                 boundaryGap: [0.2, 0.2],
366
                 axisLabel: {
346
                 axisLabel: {
@@ -378,7 +358,7 @@ app.controller('deck_reportCtrl', ["$scope", "$rootScope", "$state", "$timeout",
378
                 },
358
                 },
379
             }, ],
359
             }, ],
380
             series: [{
360
             series: [{
381
-                name: '通话时长',
361
+                name: options.name,
382
                 type: 'line',
362
                 type: 'line',
383
                 itemStyle: {
363
                 itemStyle: {
384
                     normal: {
364
                     normal: {
@@ -690,7 +670,10 @@ app.controller('deck_reportCtrl', ["$scope", "$rootScope", "$state", "$timeout",
690
 
670
 
691
     setTimeout(function () {
671
     setTimeout(function () {
692
         barechart();
672
         barechart();
693
-        barechart1();
673
+        barechart1({id:"sjfx1",name:'来电数量',unit:'个'});
674
+        barechart1({id:"sjfx2",name:'接听通话时长',unit:'秒'});
675
+        barechart1({id:"sjfx3",name:'接听电话平均时长',unit:'秒'});
676
+        barechart1({id:"sjfx4",name:'未接电话',unit:'个'});
694
     }, 1000);
677
     }, 1000);
695
 
678
 
696
 
679
 

+ 57 - 0
assets/js/controllers/report/event_formCtrl.js

@@ -153,6 +153,11 @@ app.controller('event_formCtrl', ["$scope", "$rootScope", "$state", "$timeout",
153
         value: $scope.groupSelected[0]//选中
153
         value: $scope.groupSelected[0]//选中
154
     };
154
     };
155
     $scope.tableGroupSelectedOne = '';//处理组或人
155
     $scope.tableGroupSelectedOne = '';//处理组或人
156
+    // 三方公司
157
+    $scope.companySelected = [];
158
+    $scope.companySelectedOne = {
159
+        value: {id:-1,name:""}//选中
160
+    };
156
     // 区域地点
161
     // 区域地点
157
     $scope.areaSelected = [{
162
     $scope.areaSelected = [{
158
         name: '区域',
163
         name: '区域',
@@ -205,6 +210,12 @@ app.controller('event_formCtrl', ["$scope", "$rootScope", "$state", "$timeout",
205
                 $scope.mdxquery('sum', 'desc');
210
                 $scope.mdxquery('sum', 'desc');
206
                 $scope.groupSelectedOne.value = $scope.groupSelected[0];//选择处理人/组
211
                 $scope.groupSelectedOne.value = $scope.groupSelected[0];//选择处理人/组
207
                 break;
212
                 break;
213
+            case 'SFGS'://三方公司
214
+                $scope.sortActive = 'sumtop';
215
+                $scope.name = 'sum';//表格排序,字段名称
216
+                $scope.mdxquery('sum', 'desc');
217
+                $scope.companySelectedOne.value = {id:-1,name:''};//选择三方公司
218
+                break;
208
             case 'QYDD'://区域地点
219
             case 'QYDD'://区域地点
209
                 $scope.sortActive = 'sumtop';
220
                 $scope.sortActive = 'sumtop';
210
                 $scope.name = 'sum';//表格排序,字段名称
221
                 $scope.name = 'sum';//表格排序,字段名称
@@ -271,6 +282,12 @@ app.controller('event_formCtrl', ["$scope", "$rootScope", "$state", "$timeout",
271
     $scope.clrz_responseTime = '0分';//平均响应时间
282
     $scope.clrz_responseTime = '0分';//平均响应时间
272
     $scope.clrz_resolvedTime = '0分';//平均解决时间
283
     $scope.clrz_resolvedTime = '0分';//平均解决时间
273
     $scope.clrz_satisfactionRatio = 0;//满意度
284
     $scope.clrz_satisfactionRatio = 0;//满意度
285
+    //三方公司
286
+    $scope.sfgs_list = null;//表格列表
287
+    $scope.sfgs_num = 0;//公司总数
288
+    $scope.sfgs_num1 = 0;//人员总数
289
+    $scope.sfgs_num2 = 0;//解决事件总数
290
+    $scope.sfgs_resolvedTime = '0分';//平均解决时长
274
     //区域地点
291
     //区域地点
275
     $scope.qydd_list = null;//表格列表
292
     $scope.qydd_list = null;//表格列表
276
     $scope.qydd_num = 0;//事件总数数量
293
     $scope.qydd_num = 0;//事件总数数量
@@ -393,6 +410,39 @@ app.controller('event_formCtrl', ["$scope", "$rootScope", "$state", "$timeout",
393
                     }
410
                     }
394
                 })
411
                 })
395
                 break;
412
                 break;
413
+            case 'SFGS'://三方公司
414
+                $scope.sfgs_list = null;
415
+                //获取三方公司
416
+                api_user_data.fetchDataList('company', {
417
+                    idx: 0,
418
+                    sum: 1000,
419
+                    company: {}
420
+                }).then(res => {
421
+                    if (res.status == 200) {
422
+                        $scope.companySelected = res.list;//下拉框数据
423
+                        // 请求列表
424
+                        var postData = {
425
+                            "startTime": moment($scope.starttimesModel).format('YYYY-MM-DD'),
426
+                            "endTime": moment($scope.endtimesModel).format('YYYY-MM-DD'),
427
+                            "sortData": name,
428
+                            "sortType": type
429
+                        }
430
+                        if($scope.companySelectedOne.value.id > 0){
431
+                            postData.companyId = $scope.companySelectedOne.value.id;
432
+                        }
433
+                        api_event_form.fetchSfgsList(postData).then(function (res) {
434
+                            if (res.stats == 200) {
435
+                                $scope.sfgs_list = res.dataList;//表格列表
436
+                                $scope.sfgs_num = res.sum;//公司总数
437
+                                $scope.sfgs_num1 = res.sum1;//人员总数
438
+                                $scope.sfgs_num2 = res.responseTime;//解决事件总数
439
+                                $scope.sfgs_resolvedTime = res.resolvedTime;//平均解决时长
440
+                            }
441
+                        })
442
+                    }
443
+                })
444
+                
445
+                break;
396
             case 'QYDD'://区域地点
446
             case 'QYDD'://区域地点
397
                 $scope.qydd_list = null;
447
                 $scope.qydd_list = null;
398
                 // 请求列表
448
                 // 请求列表
@@ -484,6 +534,10 @@ app.controller('event_formCtrl', ["$scope", "$rootScope", "$state", "$timeout",
484
                 postData.key = 'mdv2_incident_repot_handle';
534
                 postData.key = 'mdv2_incident_repot_handle';
485
                 postData.titles = ['处理组', '事件数量', '事件占比', '按时响应', '超时响应', '平均响应时间', '超时响应占比', '按时解决', '超时解决', '平均解决时间', '超时解决占比', '满意度(%)'];
535
                 postData.titles = ['处理组', '事件数量', '事件占比', '按时响应', '超时响应', '平均响应时间', '超时响应占比', '按时解决', '超时解决', '平均解决时间', '超时解决占比', '满意度(%)'];
486
                 break;
536
                 break;
537
+            case 'SFGS'://三方公司
538
+                postData.key = 'mdv2_incident_repot_company';
539
+                postData.titles = ['公司名称', '人员总数', '事件数量', '平均响应时长', '平均解决时长'];
540
+                break;
487
             case 'QYDD'://区域地点
541
             case 'QYDD'://区域地点
488
                 postData.type = $scope.areaSelectedOne.value.id;
542
                 postData.type = $scope.areaSelectedOne.value.id;
489
                 postData.key = 'mdv2_incident_repot_area_place';
543
                 postData.key = 'mdv2_incident_repot_area_place';
@@ -515,6 +569,9 @@ app.controller('event_formCtrl', ["$scope", "$rootScope", "$state", "$timeout",
515
                 case 'CLRZ'://处理人/组
569
                 case 'CLRZ'://处理人/组
516
                     fileName = '处理人/组';
570
                     fileName = '处理人/组';
517
                     break;
571
                     break;
572
+                case 'SFGS'://三方公司
573
+                    fileName = '三方公司';
574
+                    break;
518
                 case 'QYDD'://区域地点
575
                 case 'QYDD'://区域地点
519
                     fileName = '区域地点';
576
                     fileName = '区域地点';
520
                     break;
577
                     break;

+ 4 - 0
assets/js/main.js

@@ -1993,6 +1993,10 @@ app.factory('api_event_form', ['eventFormApi', function (eventFormApi) {
1993
         fetchClrzList: function (data) {
1993
         fetchClrzList: function (data) {
1994
             return dataService.customPOST(data, 'mdv2_incident_repot_handle');
1994
             return dataService.customPOST(data, 'mdv2_incident_repot_handle');
1995
         },
1995
         },
1996
+        // 三方公司
1997
+        fetchSfgsList: function (data) {
1998
+            return dataService.customPOST(data, 'mdv2_incident_repot_company');
1999
+        },
1996
         // 区域地点
2000
         // 区域地点
1997
         fetchQyddList: function (data) {
2001
         fetchQyddList: function (data) {
1998
             return dataService.customPOST(data, 'mdv2_incident_repot_area_place');
2002
             return dataService.customPOST(data, 'mdv2_incident_repot_area_place');

+ 1 - 1
assets/views/incident/list.html

@@ -18,7 +18,7 @@
18
                 <button class="btn btn-statebutton statebutton wt_btn2" ng-class="{'statecolor':searchstate=='todo'}"
18
                 <button class="btn btn-statebutton statebutton wt_btn2" ng-class="{'statecolor':searchstate=='todo'}"
19
                     ng-click="onChange('todo')">待处理</button>
19
                     ng-click="onChange('todo')">待处理</button>
20
                 <button class="btn btn-statebutton statebutton wt_btn2" ng-class="{'statecolor':searchstate=='done'}"
20
                 <button class="btn btn-statebutton statebutton wt_btn2" ng-class="{'statecolor':searchstate=='done'}"
21
-                    ng-click="onChange('done')">处理</button>
21
+                    ng-click="onChange('done')">处理</button>
22
                 <button class="btn btn-statebutton statebutton keeprightbottom wt_btn2"
22
                 <button class="btn btn-statebutton statebutton keeprightbottom wt_btn2"
23
                     ng-class="{'statecolor':searchstate=='create'}" ng-click="onChange('create')">我创建</button>
23
                     ng-class="{'statecolor':searchstate=='create'}" ng-click="onChange('create')">我创建</button>
24
                 <button class="btn btn-statebutton statebutton keeprightbottom wt_btn2" ng-if="delFlagTab"
24
                 <button class="btn btn-statebutton statebutton keeprightbottom wt_btn2" ng-if="delFlagTab"

+ 90 - 21
assets/views/report/deck_report.html

@@ -1,7 +1,7 @@
1
 <section id="page-title">
1
 <section id="page-title">
2
     <div class="row">
2
     <div class="row">
3
         <div class="col-sm-8">
3
         <div class="col-sm-8">
4
-            <h1 class="mainTitle">服务台报表
4
+            <h1 class="mainTitle">服务台分析
5
                 <i tooltip='请点击对应报表名称,查看相关数据。' tooltip-placement="right"
5
                 <i tooltip='请点击对应报表名称,查看相关数据。' tooltip-placement="right"
6
                     class="fa  ti-help-alt margin-left-10 fontcolor-five pointfont"></i>
6
                     class="fa  ti-help-alt margin-left-10 fontcolor-five pointfont"></i>
7
             </h1>
7
             </h1>
@@ -14,9 +14,9 @@
14
             <div class="deck_head_L" ng-class="{ac:tap=='LDZS'}" ng-click="active('LDZS')">
14
             <div class="deck_head_L" ng-class="{ac:tap=='LDZS'}" ng-click="active('LDZS')">
15
                 <span>来电总数</span>
15
                 <span>来电总数</span>
16
             </div>
16
             </div>
17
-            <div class="deck_head_R" ng-class="{ac:tap=='LDZH'}" ng-click="active('LDZH')">
17
+            <!-- <div class="deck_head_R" ng-class="{ac:tap=='LDZH'}" ng-click="active('LDZH')">
18
                 <span>来电转换</span>
18
                 <span>来电转换</span>
19
-            </div>
19
+            </div> -->
20
         </div>
20
         </div>
21
         <div class="deck_cont">
21
         <div class="deck_cont">
22
             <div class="deck_cont_head">
22
             <div class="deck_cont_head">
@@ -54,7 +54,7 @@
54
                             </div>
54
                             </div>
55
                         </div>
55
                         </div>
56
                     </div>
56
                     </div>
57
-                    <div class="col-xs-3 col-sm-3 P-0">
57
+                    <!-- <div class="col-xs-3 col-sm-3 P-0">
58
                         <p class="">选择人员 :</p>
58
                         <p class="">选择人员 :</p>
59
                         <div class="form-group">
59
                         <div class="form-group">
60
                             <div class="">
60
                             <div class="">
@@ -67,7 +67,7 @@
67
                                         refresh="onChangehandling($select.search)">
67
                                         refresh="onChangehandling($select.search)">
68
                                         <div ng-bind-html="item.name | highlight: $select.search"></div>
68
                                         <div ng-bind-html="item.name | highlight: $select.search"></div>
69
                                     </ui-select-choices>
69
                                     </ui-select-choices>
70
-                                </ui-select>
70
+                                </ui-select> -->
71
 
71
 
72
                                 <!-- <ui-select class="pull-left" style="width:101px" ng-model="searchkeys.handlingPersonnelUser" theme="bootstrap">
72
                                 <!-- <ui-select class="pull-left" style="width:101px" ng-model="searchkeys.handlingPersonnelUser" theme="bootstrap">
73
                                         <ui-select-match placeholder="">
73
                                         <ui-select-match placeholder="">
@@ -77,10 +77,10 @@
77
                                             <div ng-bind-html="item.name | highlight: $select.search"></div>
77
                                             <div ng-bind-html="item.name | highlight: $select.search"></div>
78
                                         </ui-select-choices>
78
                                         </ui-select-choices>
79
                                     </ui-select> -->
79
                                     </ui-select> -->
80
-                            </div>
80
+                            <!-- </div>
81
                         </div>
81
                         </div>
82
 
82
 
83
-                    </div>
83
+                    </div> -->
84
                     <div class="col-xs-3 col-sm-3 pull-right P-T-15 P-0 searchBtnBox">
84
                     <div class="col-xs-3 col-sm-3 pull-right P-T-15 P-0 searchBtnBox">
85
                         <!-- <div class="form-group pull-right">
85
                         <!-- <div class="form-group pull-right">
86
                             <a class="btn btn-zancun zancunlistheight" id="exportToPdf" ng-disabled="disabledParentGroup" type="button">重置</a>
86
                             <a class="btn btn-zancun zancunlistheight" id="exportToPdf" ng-disabled="disabledParentGroup" type="button">重置</a>
@@ -96,15 +96,18 @@
96
             </div>
96
             </div>
97
             <div class="deck_cont_body" ng-if="tap=='LDZS'">
97
             <div class="deck_cont_body" ng-if="tap=='LDZS'">
98
                 <div class="deck_cont_body_TB1">
98
                 <div class="deck_cont_body_TB1">
99
-                    来电转换总数
99
+                    <span tooltip-html-unsafe='<div class="slf">根据月份统计的,来电总数和建单总数</div>' tooltip-placement="right">
100
+                        来电总数
101
+                        <i class="fa ti-help-alt fontcolor-five pointfont"></i>
102
+                    </span>
100
                     <div class="TB">
103
                     <div class="TB">
101
                         <div class="TB_head">
104
                         <div class="TB_head">
102
                             <div class="TB_head_L">
105
                             <div class="TB_head_L">
103
-                                <div class="TB_LDZH">
104
-                                    <p>来电转换 (个)</p>
106
+                                <div class="TB_LDZH" tooltip='接听数 + 未接数' tooltip-placement="top">
107
+                                    <p>来电总数 (个)</p>
105
                                     <span>300</span>
108
                                     <span>300</span>
106
                                 </div>
109
                                 </div>
107
-                                <div class="TB_ITEMS">
110
+                                <!-- <div class="TB_ITEMS">
108
                                     <div class="TB_ITEM">
111
                                     <div class="TB_ITEM">
109
                                         <p>正班时间</p>
112
                                         <p>正班时间</p>
110
                                         <span>300 &nbsp;15%</span>
113
                                         <span>300 &nbsp;15%</span>
@@ -117,14 +120,26 @@
117
                                         <p>非工作时间</p>
120
                                         <p>非工作时间</p>
118
                                         <span>300 &nbsp;50%</span>
121
                                         <span>300 &nbsp;50%</span>
119
                                     </div>
122
                                     </div>
123
+                                </div> -->
124
+                            </div>
125
+                            <div class="TB_head_L noLeft">
126
+                                <div class="TB_LDZH" tooltip='通过来电转弹屏建单的工单总数' tooltip-placement="top">
127
+                                    <p>建单总数 (个)</p>
128
+                                    <span>300</span>
129
+                                </div>
130
+                            </div>
131
+                            <div class="TB_head_L noLeft">
132
+                                <div class="TB_LDZH" tooltip='建单总数\(来电总数\100)' tooltip-placement="top">
133
+                                    <p>来电转换率 (%)</p>
134
+                                    <span>300</span>
120
                                 </div>
135
                                 </div>
121
                             </div>
136
                             </div>
122
-                            <div class="TB_head_R">
137
+                            <!-- <div class="TB_head_R">
123
                                 <div class="TB_ZHL">
138
                                 <div class="TB_ZHL">
124
                                     <p>来电转换率</p>
139
                                     <p>来电转换率</p>
125
                                     <span>100%</span>
140
                                     <span>100%</span>
126
                                 </div>
141
                                 </div>
127
-                            </div>
142
+                            </div> -->
128
                         </div>
143
                         </div>
129
                         <div class="TB_cont">
144
                         <div class="TB_cont">
130
                             <div id="ldzh">
145
                             <div id="ldzh">
@@ -135,17 +150,59 @@
135
 
150
 
136
                 </div>
151
                 </div>
137
                 <div class="deck_cont_body_TB2">
152
                 <div class="deck_cont_body_TB2">
138
-                    事件数量趋势分析
153
+                    <span tooltip-html-unsafe='<div class="slf">根据小时统计,来电数量趋势</div>' tooltip-placement="right">
154
+                        24小时来电趋势图
155
+                        <i class="fa ti-help-alt fontcolor-five pointfont"></i>
156
+                    </span>
157
+                    <div class="TB">
158
+                        <div class="TB_cont">
159
+                            <div id="sjfx1">
160
+
161
+                            </div>
162
+                        </div>
163
+                    </div>
164
+                </div>
165
+                <div class="deck_cont_body_TB2">
166
+                    <span tooltip-html-unsafe='<div class="slf">根据月份统计,接听后,通话总时长趋势</div>' tooltip-placement="right">
167
+                        通话总时长趋势图
168
+                        <i class="fa ti-help-alt fontcolor-five pointfont"></i>
169
+                    </span>
139
                     <div class="TB">
170
                     <div class="TB">
140
                         <div class="TB_cont">
171
                         <div class="TB_cont">
141
-                            <div id="sjfx">
172
+                            <div id="sjfx2">
173
+
174
+                            </div>
175
+                        </div>
176
+                    </div>
177
+                </div>
178
+                <div class="deck_cont_body_TB2">
179
+                    <span tooltip-html-unsafe='<div class="slf">根据月份统计,接听后,通话平均时长趋势</div>' tooltip-placement="right">
180
+                        通话平均时长趋势图
181
+                        <i class="fa ti-help-alt fontcolor-five pointfont"></i>
182
+                    </span>
183
+                    <div class="TB">
184
+                        <div class="TB_cont">
185
+                            <div id="sjfx3">
186
+
187
+                            </div>
188
+                        </div>
189
+                    </div>
190
+                </div>
191
+                <div class="deck_cont_body_TB2">
192
+                    <span tooltip-html-unsafe='<div class="slf">根据月份统计,未接听数量趋势</div>' tooltip-placement="right">
193
+                        通话未接听数量趋势图
194
+                        <i class="fa ti-help-alt fontcolor-five pointfont"></i>
195
+                    </span>
196
+                    <div class="TB">
197
+                        <div class="TB_cont">
198
+                            <div id="sjfx4">
142
 
199
 
143
                             </div>
200
                             </div>
144
                         </div>
201
                         </div>
145
                     </div>
202
                     </div>
146
                 </div>
203
                 </div>
147
             </div>
204
             </div>
148
-            <div class="deck_cont_body" ng-if="tap=='LDZH'">
205
+            <!-- <div class="deck_cont_body" ng-if="tap=='LDZH'">
149
                 <div class="deck_cont_body_TB1">
206
                 <div class="deck_cont_body_TB1">
150
                     来电转换总数
207
                     来电转换总数
151
                     <div class="TB">
208
                     <div class="TB">
@@ -240,7 +297,7 @@
240
                         </div>
297
                         </div>
241
                     </div>
298
                     </div>
242
                 </div>
299
                 </div>
243
-            </div>
300
+            </div> -->
244
         </div>
301
         </div>
245
     </div>
302
     </div>
246
 </div>
303
 </div>
@@ -263,7 +320,7 @@
263
 
320
 
264
     .deck_head .deck_head_L {
321
     .deck_head .deck_head_L {
265
         float: left;
322
         float: left;
266
-        width: 50%;
323
+        width: 100%;
267
         height: 100%;
324
         height: 100%;
268
         text-align: center;
325
         text-align: center;
269
         border-top: 5px solid #EAEAEA;
326
         border-top: 5px solid #EAEAEA;
@@ -346,16 +403,20 @@
346
 
403
 
347
     .TB_head {
404
     .TB_head {
348
         width: 100%;
405
         width: 100%;
349
-        height: 90px
406
+        height: 54px
350
     }
407
     }
351
 
408
 
352
     .TB_head_L {
409
     .TB_head_L {
353
         float: left;
410
         float: left;
354
         height: 100%;
411
         height: 100%;
355
-        border-left: 5px solid #005395;
412
+        border-left: 8px solid #005395;
356
         padding: 0px 15px;
413
         padding: 0px 15px;
357
     }
414
     }
358
 
415
 
416
+    .TB_head_L.noLeft{
417
+        border-left: none;
418
+    }
419
+
359
     .TB_head_R {
420
     .TB_head_R {
360
         float: left;
421
         float: left;
361
         height: 100%;
422
         height: 100%;
@@ -382,6 +443,10 @@
382
         font-weight: 600;
443
         font-weight: 600;
383
     }
444
     }
384
 
445
 
446
+    .TB_LDZH{
447
+        text-align: center;
448
+    }
449
+
385
     .TB_LDZH p {
450
     .TB_LDZH p {
386
         font-size: 12px;
451
         font-size: 12px;
387
         color: #7B7B7B
452
         color: #7B7B7B
@@ -416,7 +481,11 @@
416
         height: 100%;
481
         height: 100%;
417
     }
482
     }
418
 
483
 
419
-    .TB_cont #sjfx {
484
+    .TB_cont #sjfx1,
485
+    .TB_cont #sjfx2,
486
+    .TB_cont #sjfx3,
487
+    .TB_cont #sjfx4
488
+     {
420
         height: 100%;
489
         height: 100%;
421
     }
490
     }
422
 
491
 

+ 180 - 47
assets/views/report/event_form.html

@@ -20,6 +20,9 @@
20
             <div class="deck_head_L" ng-class="{ac:tap=='CLRZ'}" ng-click="active('CLRZ')">
20
             <div class="deck_head_L" ng-class="{ac:tap=='CLRZ'}" ng-click="active('CLRZ')">
21
                 <span>处理人/组</span>
21
                 <span>处理人/组</span>
22
             </div>
22
             </div>
23
+            <div class="deck_head_L" ng-if="false" ng-class="{ac:tap=='SFGS'}" ng-click="active('SFGS')">
24
+                <span>三方公司</span>
25
+            </div>
23
             <div class="deck_head_L" ng-class="{ac:tap=='QYDD'}" ng-click="active('QYDD')">
26
             <div class="deck_head_L" ng-class="{ac:tap=='QYDD'}" ng-click="active('QYDD')">
24
                 <span>区域地点</span>
27
                 <span>区域地点</span>
25
             </div>
28
             </div>
@@ -105,6 +108,20 @@
105
                             </ui-select-choices>
108
                             </ui-select-choices>
106
                         </ui-select>
109
                         </ui-select>
107
                     </div>
110
                     </div>
111
+                    <!-- 选择三方公司 -->
112
+                    <div class="selectSj P-0 fl" ng-if="tap=='SFGS'">
113
+                        <div class="selectSj-hd">
114
+                            <p>选择三方公司:</p>
115
+                        </div>
116
+                        <ui-select class="sj-select" ng-model="companySelectedOne.value" theme="bootstrap">
117
+                            <ui-select-match placeholder="请选择">
118
+                                {{$select.selected.name}}
119
+                            </ui-select-match>
120
+                            <ui-select-choices repeat="item in companySelected">
121
+                                <div ng-bind-html="item.name"></div>
122
+                            </ui-select-choices>
123
+                        </ui-select>
124
+                    </div>
108
                     <!-- 区域地点 -->
125
                     <!-- 区域地点 -->
109
                     <div class="selectSj P-0 fl" ng-if="tap=='QYDD'">
126
                     <div class="selectSj P-0 fl" ng-if="tap=='QYDD'">
110
                         <div class="selectSj-hd">
127
                         <div class="selectSj-hd">
@@ -134,20 +151,20 @@
134
                     <div class="TB">
151
                     <div class="TB">
135
                         <div class="TB_head">
152
                         <div class="TB_head">
136
                             <div class="TB_head_L">
153
                             <div class="TB_head_L">
137
-                                <div class="TB_LDZH fl">
154
+                                <div class="TB_LDZH fl" tooltip='事件状态已关单,并且有处理人的单子' tooltip-placement="top">
138
                                     <p>事件总数</p>
155
                                     <p>事件总数</p>
139
                                     <span>{{sjzs_num}}</span>
156
                                     <span>{{sjzs_num}}</span>
140
                                 </div>
157
                                 </div>
141
                                 <div class="TB_ITEMS fl">
158
                                 <div class="TB_ITEMS fl">
142
-                                    <div class="TB_ITEM">
159
+                                    <div class="TB_ITEM" tooltip='接单时间 – 建单时间' tooltip-placement="top">
143
                                         <p>平均响应时间</p>
160
                                         <p>平均响应时间</p>
144
                                         <span>{{sjzs_responseTime}}</span>
161
                                         <span>{{sjzs_responseTime}}</span>
145
                                     </div>
162
                                     </div>
146
-                                    <div class="TB_ITEM">
163
+                                    <div class="TB_ITEM" tooltip='处理完成时间 –  接单时间' tooltip-placement="top">
147
                                         <p>平均解决时间</p>
164
                                         <p>平均解决时间</p>
148
                                         <span>{{sjzs_resolvedTime}}</span>
165
                                         <span>{{sjzs_resolvedTime}}</span>
149
                                     </div>
166
                                     </div>
150
-                                    <div class="TB_ITEM">
167
+                                    <div class="TB_ITEM" tooltip='服务台关单回访满意度' tooltip-placement="top">
151
                                         <p>满意度</p>
168
                                         <p>满意度</p>
152
                                         <span>{{sjzs_satisfactionRatio}}%</span>
169
                                         <span>{{sjzs_satisfactionRatio}}%</span>
153
                                     </div>
170
                                     </div>
@@ -162,7 +179,7 @@
162
                                         <th style="width:6%">
179
                                         <th style="width:6%">
163
                                             序号
180
                                             序号
164
                                         </th>
181
                                         </th>
165
-                                        <th style="width:10%" ng-click="tableSort('accdate')">
182
+                                        <th style="width:10%" ng-click="tableSort('accdate')" tooltip='统计标的,当天(00:00:00 – 23:59:59)' tooltip-placement="top">
166
                                             <strong>
183
                                             <strong>
167
                                                 时间
184
                                                 时间
168
                                                 <em class="sort-wrap">
185
                                                 <em class="sort-wrap">
@@ -171,7 +188,7 @@
171
                                                 </em>
188
                                                 </em>
172
                                             </strong>
189
                                             </strong>
173
                                         </th>
190
                                         </th>
174
-                                        <th style="width:8%" ng-click="tableSort('sum')">
191
+                                        <th style="width:8%" ng-click="tableSort('sum')" tooltip='事件数量' tooltip-placement="top">
175
                                             <strong>
192
                                             <strong>
176
                                                 事件数量
193
                                                 事件数量
177
                                                 <em class="sort-wrap">
194
                                                 <em class="sort-wrap">
@@ -180,7 +197,7 @@
180
                                                 </em>
197
                                                 </em>
181
                                             </strong>
198
                                             </strong>
182
                                         </th>
199
                                         </th>
183
-                                        <th style="width:18%" ng-click="tableSort('responseTime')">
200
+                                        <th style="width:18%" ng-click="tableSort('responseTime')" tooltip='接单时间 – 建单时间' tooltip-placement="top">
184
                                             <strong>
201
                                             <strong>
185
                                                 平均响应时间
202
                                                 平均响应时间
186
                                                 <em class="sort-wrap">
203
                                                 <em class="sort-wrap">
@@ -189,7 +206,7 @@
189
                                                 </em>
206
                                                 </em>
190
                                             </strong>
207
                                             </strong>
191
                                         </th>
208
                                         </th>
192
-                                        <th style="width:18%" ng-click="tableSort('resolvedTime')">
209
+                                        <th style="width:18%" ng-click="tableSort('resolvedTime')" tooltip='处理完成时间 –  接单时间' tooltip-placement="top">
193
                                             <strong>
210
                                             <strong>
194
                                                 平均解决时间
211
                                                 平均解决时间
195
                                                 <em class="sort-wrap">
212
                                                 <em class="sort-wrap">
@@ -198,16 +215,16 @@
198
                                                 </em>
215
                                                 </em>
199
                                             </strong>
216
                                             </strong>
200
                                         </th>
217
                                         </th>
201
-                                        <th style="width:10%">
218
+                                        <th style="width:10%" tooltip='处理结果为:完全解决的单数' tooltip-placement="top">
202
                                             完全解决
219
                                             完全解决
203
                                         </th>
220
                                         </th>
204
-                                        <th style="width:10%">
221
+                                        <th style="width:10%" tooltip='处理结果为:部分解决的单数' tooltip-placement="top">
205
                                             部分解决
222
                                             部分解决
206
                                         </th>
223
                                         </th>
207
-                                        <th style="width:6%">
224
+                                        <th style="width:6%" tooltip='处理结果为:其它的工单数' tooltip-placement="top">
208
                                             其他
225
                                             其他
209
                                         </th>
226
                                         </th>
210
-                                        <th style="width:14%" ng-click="tableSort('satisfactionRatio')">
227
+                                        <th style="width:14%" ng-click="tableSort('satisfactionRatio')" tooltip='服务台关单回访满意度' tooltip-placement="top">
211
                                             <strong>
228
                                             <strong>
212
                                                 满意度(%)
229
                                                 满意度(%)
213
                                                 <em class="sort-wrap">
230
                                                 <em class="sort-wrap">
@@ -268,7 +285,7 @@
268
                     <div class="TB">
285
                     <div class="TB">
269
                         <div class="TB_head">
286
                         <div class="TB_head">
270
                             <div class="TB_head_L">
287
                             <div class="TB_head_L">
271
-                                <div class="TB_LDZH fl">
288
+                                <div class="TB_LDZH fl" tooltip='事件状态已关单,并且有处理人的单子' tooltip-placement="top">
272
                                     <p>事件总数</p>
289
                                     <p>事件总数</p>
273
                                     <span>{{sjlx_num}}</span>
290
                                     <span>{{sjlx_num}}</span>
274
                                 </div>
291
                                 </div>
@@ -282,10 +299,10 @@
282
                                         <th style="width:6%">
299
                                         <th style="width:6%">
283
                                             序号
300
                                             序号
284
                                         </th>
301
                                         </th>
285
-                                        <th style="width:22%">
302
+                                        <th style="width:22%" tooltip='统计标的,事件分类' tooltip-placement="top">
286
                                             事件类型
303
                                             事件类型
287
                                         </th>
304
                                         </th>
288
-                                        <th style="width:10%" ng-click="tableSort('sum')">
305
+                                        <th style="width:10%" ng-click="tableSort('sum')" tooltip='此事件分类下的事件工单数量(包含子级工单)' tooltip-placement="top">
289
                                             <strong>
306
                                             <strong>
290
                                                 类型数量
307
                                                 类型数量
291
                                                 <em class="sort-wrap">
308
                                                 <em class="sort-wrap">
@@ -294,10 +311,10 @@
294
                                                 </em>
311
                                                 </em>
295
                                             </strong>
312
                                             </strong>
296
                                         </th>
313
                                         </th>
297
-                                        <th style="width:10%">
314
+                                        <th style="width:10%" tooltip='分类下工单占比' tooltip-placement="top">
298
                                             类型占比
315
                                             类型占比
299
                                         </th>
316
                                         </th>
300
-                                        <th style="width:14%" ng-click="tableSort('responseTime')">
317
+                                        <th style="width:14%" ng-click="tableSort('responseTime')" tooltip='接单时间 – 建单时间' tooltip-placement="top">
301
                                             <strong>
318
                                             <strong>
302
                                                 平均响应时间
319
                                                 平均响应时间
303
                                                 <em class="sort-wrap">
320
                                                 <em class="sort-wrap">
@@ -306,7 +323,7 @@
306
                                                 </em>
323
                                                 </em>
307
                                             </strong>
324
                                             </strong>
308
                                         </th>
325
                                         </th>
309
-                                        <th style="width:14%" ng-click="tableSort('resolvedTime')">
326
+                                        <th style="width:14%" ng-click="tableSort('resolvedTime')" tooltip='处理完成时间 –  接单时间' tooltip-placement="top">
310
                                             <strong>
327
                                             <strong>
311
                                                 平均解决时间
328
                                                 平均解决时间
312
                                                 <em class="sort-wrap">
329
                                                 <em class="sort-wrap">
@@ -315,13 +332,13 @@
315
                                                 </em>
332
                                                 </em>
316
                                             </strong>
333
                                             </strong>
317
                                         </th>
334
                                         </th>
318
-                                        <th style="width:8%">
335
+                                        <th style="width:8%" tooltip='处理结果为:完全解决的单数' tooltip-placement="top">
319
                                             完全解决
336
                                             完全解决
320
                                         </th>
337
                                         </th>
321
-                                        <th style="width:8%">
338
+                                        <th style="width:8%" tooltip='处理结果为:部分的工单数' tooltip-placement="top">
322
                                             部分解决
339
                                             部分解决
323
                                         </th>
340
                                         </th>
324
-                                        <th style="width:8%">
341
+                                        <th style="width:8%" tooltip='处理结果为:其它的工单数' tooltip-placement="top">
325
                                             其他
342
                                             其他
326
                                         </th>
343
                                         </th>
327
                                     </tr>
344
                                     </tr>
@@ -377,20 +394,20 @@
377
                     <div class="TB">
394
                     <div class="TB">
378
                         <div class="TB_head">
395
                         <div class="TB_head">
379
                             <div class="TB_head_L">
396
                             <div class="TB_head_L">
380
-                                <div class="TB_LDZH fl">
397
+                                <div class="TB_LDZH fl" tooltip='事件状态已关单,并且有处理人的单子' tooltip-placement="top">
381
                                     <p>事件总数</p>
398
                                     <p>事件总数</p>
382
                                     <span>{{clrz_num}}</span>
399
                                     <span>{{clrz_num}}</span>
383
                                 </div>
400
                                 </div>
384
                                 <div class="TB_ITEMS fl">
401
                                 <div class="TB_ITEMS fl">
385
-                                    <div class="TB_ITEM">
402
+                                    <div class="TB_ITEM" tooltip='接单时间 – 建单时间' tooltip-placement="top">
386
                                         <p>平均响应时间</p>
403
                                         <p>平均响应时间</p>
387
                                         <span>{{clrz_responseTime}}</span>
404
                                         <span>{{clrz_responseTime}}</span>
388
                                     </div>
405
                                     </div>
389
-                                    <div class="TB_ITEM">
406
+                                    <div class="TB_ITEM" tooltip='处理完成时间 –  接单时间' tooltip-placement="top">
390
                                         <p>平均解决时间</p>
407
                                         <p>平均解决时间</p>
391
                                         <span>{{clrz_resolvedTime}}</span>
408
                                         <span>{{clrz_resolvedTime}}</span>
392
                                     </div>
409
                                     </div>
393
-                                    <div class="TB_ITEM">
410
+                                    <div class="TB_ITEM" tooltip='服务台关单回访满意度' tooltip-placement="top">
394
                                         <p>满意度</p>
411
                                         <p>满意度</p>
395
                                         <span>{{clrz_satisfactionRatio}}%</span>
412
                                         <span>{{clrz_satisfactionRatio}}%</span>
396
                                     </div>
413
                                     </div>
@@ -405,10 +422,10 @@
405
                                         <th style="width:6%" rowspan="2">
422
                                         <th style="width:6%" rowspan="2">
406
                                             序号
423
                                             序号
407
                                         </th>
424
                                         </th>
408
-                                        <th style="width:7%" rowspan="2">
425
+                                        <th style="width:7%" rowspan="2" tooltip='统计标的,事件分类' tooltip-placement="top">
409
                                             处理{{tableGroupSelectedOne == 1?'组':'人'}}
426
                                             处理{{tableGroupSelectedOne == 1?'组':'人'}}
410
                                         </th>
427
                                         </th>
411
-                                        <th style="width:7%" rowspan="2" ng-click="tableSort('sum')">
428
+                                        <th style="width:7%" rowspan="2" ng-click="tableSort('sum')" tooltip='此事件分类下的事件工单数量(包含子级工单)' tooltip-placement="top">
412
                                             <strong>
429
                                             <strong>
413
                                                 事件数量
430
                                                 事件数量
414
                                                 <em class="sort-wrap">
431
                                                 <em class="sort-wrap">
@@ -417,42 +434,42 @@
417
                                                 </em>
434
                                                 </em>
418
                                             </strong>
435
                                             </strong>
419
                                         </th>
436
                                         </th>
420
-                                        <th style="width:7%" rowspan="2">
437
+                                        <th style="width:7%" rowspan="2" tooltip='分类下工单占比' tooltip-placement="top">
421
                                             事件占比
438
                                             事件占比
422
                                         </th>
439
                                         </th>
423
-                                        <th style="width:32%" colspan="4">
440
+                                        <th style="width:32%" colspan="4" tooltip='按时响应次数' tooltip-placement="top">
424
                                             按时响应
441
                                             按时响应
425
                                         </th>
442
                                         </th>
426
-                                        <th style="width:32%" colspan="4">
443
+                                        <th style="width:32%" colspan="4" tooltip='按时解决次数' tooltip-placement="top">
427
                                             按时解决
444
                                             按时解决
428
                                         </th>
445
                                         </th>
429
-                                        <th style="width:7%" rowspan="2">
446
+                                        <th style="width:7%" rowspan="2" tooltip='服务台关单回访满意度' tooltip-placement="top">
430
                                             满意度(%)
447
                                             满意度(%)
431
                                         </th>
448
                                         </th>
432
                                     </tr>
449
                                     </tr>
433
                                     <tr>
450
                                     <tr>
434
-                                        <th style="width:8%">
451
+                                        <th style="width:8%" tooltip='按时响应次数' tooltip-placement="top">
435
                                             按时响应
452
                                             按时响应
436
                                         </th>
453
                                         </th>
437
-                                        <th style="width:8%">
454
+                                        <th style="width:8%" tooltip='超时响应次数' tooltip-placement="top">
438
                                             超时响应
455
                                             超时响应
439
                                         </th>
456
                                         </th>
440
-                                        <th style="width:8%">
457
+                                        <th style="width:8%" tooltip='接单时间 – 建单时间' tooltip-placement="top">
441
                                             平均响应时间
458
                                             平均响应时间
442
                                         </th>
459
                                         </th>
443
-                                        <th style="width:8%">
460
+                                        <th style="width:8%" tooltip='超时响应次数占比,对比按时响应次数' tooltip-placement="top">
444
                                             超时响应占比
461
                                             超时响应占比
445
                                         </th>
462
                                         </th>
446
-                                        <th style="width:8%">
463
+                                        <th style="width:8%" tooltip='按时解决次数' tooltip-placement="top">
447
                                             按时解决
464
                                             按时解决
448
                                         </th>
465
                                         </th>
449
-                                        <th style="width:8%">
466
+                                        <th style="width:8%" tooltip='超时解决次数' tooltip-placement="top">
450
                                             超时解决
467
                                             超时解决
451
                                         </th>
468
                                         </th>
452
-                                        <th style="width:8%">
469
+                                        <th style="width:8%" tooltip='处理完成时间 –  接单时间' tooltip-placement="top">
453
                                             平均解决时间
470
                                             平均解决时间
454
                                         </th>
471
                                         </th>
455
-                                        <th style="width:8%">
472
+                                        <th style="width:8%" tooltip='超时解决次数占比,对比按时解决次数' tooltip-placement="top">
456
                                             超时解决占比
473
                                             超时解决占比
457
                                         </th>
474
                                         </th>
458
                                     </tr>
475
                                     </tr>
@@ -514,13 +531,123 @@
514
                 <div class="noData" ng-if="isArrays(clrz_list)&&clrz_list.length==0">查询无记录</div>
531
                 <div class="noData" ng-if="isArrays(clrz_list)&&clrz_list.length==0">查询无记录</div>
515
                 <div class="noData" ng-if="!isArrays(clrz_list)"><img src="/assets/images/loading.gif" alt=""></div>
532
                 <div class="noData" ng-if="!isArrays(clrz_list)"><img src="/assets/images/loading.gif" alt=""></div>
516
             </div>
533
             </div>
534
+            <!-- 三方公司 -->
535
+            <div class="deck_cont_body" ng-if="tap=='SFGS'">
536
+                <div class="deck_cont_body_TB1" ng-if="isArrays(sfgs_list)&&sfgs_list.length>0">
537
+                    <div class="TB">
538
+                        <div class="TB_head">
539
+                            <div class="TB_head_L">
540
+                                <div class="TB_LDZH fl" tooltip='第三方公司名称' tooltip-placement="top">
541
+                                    <p>公司总数</p>
542
+                                    <span>{{sfgs_num}}</span>
543
+                                </div>
544
+                                <div class="TB_ITEMS fl">
545
+                                    <div class="TB_ITEM" tooltip='第三方公司下面的人员总数' tooltip-placement="top">
546
+                                        <p>人员总数</p>
547
+                                        <span>{{sfgs_num1}}</span>
548
+                                    </div>
549
+                                    <div class="TB_ITEM" tooltip='第三方公司人员处理事件总数。已关闭的单子' tooltip-placement="top">
550
+                                        <p>解决事件总数</p>
551
+                                        <span>{{sfgs_num2}}</span>
552
+                                    </div>
553
+                                    <div class="TB_ITEM" tooltip='每个单子的平均解决时长' tooltip-placement="top">
554
+                                        <p>平均解决时长</p>
555
+                                        <span>{{sfgs_resolvedTime}}%</span>
556
+                                    </div>
557
+                                </div>
558
+                            </div>
559
+                        </div>
560
+                        <div class="TB_cont">
561
+                            <table class="jry_table jry_table_head" cellspacing="0" cellpadding="16"
562
+                                style="font-weight:normal !important;table-layout:fixed">
563
+                                <thead>
564
+                                    <tr>
565
+                                        <th style="width:6%">
566
+                                            序号
567
+                                        </th>
568
+                                        <th style="width:22%" ng-click="tableSort('accdate')" tooltip='第三方公司名称' tooltip-placement="top">
569
+                                            公司名称
570
+                                        </th>
571
+                                        <th style="width:18%" ng-click="tableSort('sum')" tooltip='此公司下的人员数量' tooltip-placement="top">
572
+                                            <strong>
573
+                                                人员总数
574
+                                                <em class="sort-wrap">
575
+                                                    <i class="sortItem iconfont icon-xiangshang" ng-class="{active:sortActive == 'sumtop'}"></i>
576
+                                                    <i class="sortItem iconfont icon-xiangxia" ng-class="{active:sortActive == 'sumbottom'}"></i>
577
+                                                </em>
578
+                                            </strong>
579
+                                        </th>
580
+                                        <th style="width:18%" ng-click="tableSort('responseTime')" tooltip='此人员处理的工单数量' tooltip-placement="top">
581
+                                            <strong>
582
+                                                事件数量
583
+                                                <em class="sort-wrap">
584
+                                                    <i class="sortItem iconfont icon-xiangshang" ng-class="{active:sortActive == 'responseTimetop'}"></i>
585
+                                                    <i class="sortItem iconfont icon-xiangxia" ng-class="{active:sortActive == 'responseTimebottom'}"></i>
586
+                                                </em>
587
+                                            </strong>
588
+                                        </th>
589
+                                        <th style="width:18%" ng-click="tableSort('resolvedTime')" tooltip='接单时间 – 建单时间' tooltip-placement="top">
590
+                                            <strong>
591
+                                                平均响应时长
592
+                                                <em class="sort-wrap">
593
+                                                    <i class="sortItem iconfont icon-xiangshang" ng-class="{active:sortActive == 'resolvedTimetop'}"></i>
594
+                                                    <i class="sortItem iconfont icon-xiangxia" ng-class="{active:sortActive == 'resolvedTimebottom'}"></i>
595
+                                                </em>
596
+                                            </strong>
597
+                                        </th>
598
+                                        <th style="width:18%" ng-click="tableSort('resolvedTime')" tooltip='处理完成时间 –  接单时间' tooltip-placement="top">
599
+                                            <strong>
600
+                                                平均解决时长
601
+                                                <em class="sort-wrap">
602
+                                                    <i class="sortItem iconfont icon-xiangshang" ng-class="{active:sortActive == 'resolvedTimetop'}"></i>
603
+                                                    <i class="sortItem iconfont icon-xiangxia" ng-class="{active:sortActive == 'resolvedTimebottom'}"></i>
604
+                                                </em>
605
+                                            </strong>
606
+                                        </th>
607
+                                    </tr>
608
+                                </thead>
609
+                            </table>
610
+                            <div class="jry_table_wrap" ng-nicescroll nice-scroll-end="topEndComplete()">
611
+                                <table class="jry_table jry_table_body" cellspacing="0" cellpadding="16"
612
+                                    style="font-weight:normal !important;margin-bottom: 16px;table-layout:fixed">
613
+                                    <tbody class="tbody-hover">
614
+                                        <tr ng-repeat="rowData in sfgs_list">
615
+                                            <td style="width:6%">
616
+                                                {{$index+1}}
617
+                                            </td>
618
+                                            <td style="width:22%">
619
+                                                {{rowData.accdate}}
620
+                                            </td>
621
+                                            <td style="width:18%">
622
+                                                {{rowData.sum}}
623
+                                            </td>
624
+                                            <td style="width:18%">
625
+                                                {{rowData.responseTime}}
626
+                                            </td>
627
+                                            <td style="width:18%">
628
+                                                {{rowData.resolvedTime}}
629
+                                            </td>
630
+                                            <td style="width:18%">
631
+                                                {{rowData.allresult}}
632
+                                            </td>
633
+                                        </tr>
634
+                                    </tbody>
635
+                                </table>
636
+                            </div>
637
+                        </div>
638
+                    </div>
639
+
640
+                </div>
641
+                <div class="noData" ng-if="isArrays(sjzs_list)&&sjzs_list.length==0">查询无记录</div>
642
+                <div class="noData" ng-if="!isArrays(sjzs_list)"><img src="/assets/images/loading.gif" alt=""></div>
643
+            </div>
517
             <!-- 区域地点 -->
644
             <!-- 区域地点 -->
518
             <div class="deck_cont_body" ng-if="tap=='QYDD'">
645
             <div class="deck_cont_body" ng-if="tap=='QYDD'">
519
                 <div class="deck_cont_body_TB1" ng-if="isArrays(qydd_list)&&qydd_list.length>0">
646
                 <div class="deck_cont_body_TB1" ng-if="isArrays(qydd_list)&&qydd_list.length>0">
520
                     <div class="TB">
647
                     <div class="TB">
521
                         <div class="TB_head">
648
                         <div class="TB_head">
522
                             <div class="TB_head_L">
649
                             <div class="TB_head_L">
523
-                                <div class="TB_LDZH fl">
650
+                                <div class="TB_LDZH fl" tooltip='事件状态已关单,并且有处理人的单子' tooltip-placement="top">
524
                                     <p>事件总数</p>
651
                                     <p>事件总数</p>
525
                                     <span>{{qydd_num}}</span>
652
                                     <span>{{qydd_num}}</span>
526
                                 </div>
653
                                 </div>
@@ -534,10 +661,10 @@
534
                                         <th style="width:10%">
661
                                         <th style="width:10%">
535
                                             序号
662
                                             序号
536
                                         </th>
663
                                         </th>
537
-                                        <th style="width:30%">
664
+                                        <th style="width:30%" tooltip='统计标的,区域或者地点' tooltip-placement="top">
538
                                             区域/地点
665
                                             区域/地点
539
                                         </th>
666
                                         </th>
540
-                                        <th style="width:30%" ng-click="tableSort('sum')">
667
+                                        <th style="width:30%" ng-click="tableSort('sum')" tooltip='此标的下的事件工单数量(不包含子级工单)' tooltip-placement="top">
541
                                             <strong>
668
                                             <strong>
542
                                                 事件数量
669
                                                 事件数量
543
                                                 <em class="sort-wrap">
670
                                                 <em class="sort-wrap">
@@ -546,7 +673,7 @@
546
                                                 </em>
673
                                                 </em>
547
                                             </strong>
674
                                             </strong>
548
                                         </th>
675
                                         </th>
549
-                                        <th style="width:30%">
676
+                                        <th style="width:30%" tooltip='标的总体占比' tooltip-placement="top">
550
                                             事件占比
677
                                             事件占比
551
                                         </th>
678
                                         </th>
552
                                     </tr>
679
                                     </tr>
@@ -586,7 +713,7 @@
586
                     <div class="TB">
713
                     <div class="TB">
587
                         <div class="TB_head">
714
                         <div class="TB_head">
588
                             <div class="TB_head_L">
715
                             <div class="TB_head_L">
589
-                                <div class="TB_LDZH fl">
716
+                                <div class="TB_LDZH fl" tooltip='事件状态已关单,并且有处理人的单子' tooltip-placement="top">
590
                                     <p>事件总数</p>
717
                                     <p>事件总数</p>
591
                                     <span>{{sjly_num}}</span>
718
                                     <span>{{sjly_num}}</span>
592
                                 </div>
719
                                 </div>
@@ -600,10 +727,10 @@
600
                                         <th style="width:10%">
727
                                         <th style="width:10%">
601
                                             序号
728
                                             序号
602
                                         </th>
729
                                         </th>
603
-                                        <th style="width:30%">
730
+                                        <th style="width:30%" tooltip='统计标的,工单的事件来源' tooltip-placement="top">
604
                                             事件来源
731
                                             事件来源
605
                                         </th>
732
                                         </th>
606
-                                        <th style="width:30%" ng-click="tableSort('sum')">
733
+                                        <th style="width:30%" ng-click="tableSort('sum')" tooltip='此标的下的事件工单数量' tooltip-placement="top">
607
                                             <strong>
734
                                             <strong>
608
                                                 事件数量
735
                                                 事件数量
609
                                                 <em class="sort-wrap">
736
                                                 <em class="sort-wrap">
@@ -612,7 +739,7 @@
612
                                                 </em>
739
                                                 </em>
613
                                             </strong>
740
                                             </strong>
614
                                         </th>
741
                                         </th>
615
-                                        <th style="width:30%">
742
+                                        <th style="width:30%" tooltip='标的总体占比' tooltip-placement="top">
616
                                             事件来源占比
743
                                             事件来源占比
617
                                         </th>
744
                                         </th>
618
                                     </tr>
745
                                     </tr>
@@ -679,6 +806,7 @@
679
 
806
 
680
     .deck_head .deck_head_L {
807
     .deck_head .deck_head_L {
681
         float: left;
808
         float: left;
809
+        /* width: 16.66%; */
682
         width: 20%;
810
         width: 20%;
683
         height: 100%;
811
         height: 100%;
684
         text-align: center;
812
         text-align: center;
@@ -780,6 +908,7 @@
780
     .TB_ITEM {
908
     .TB_ITEM {
781
         float: left;
909
         float: left;
782
         margin-right: 16px;
910
         margin-right: 16px;
911
+        text-align: center;
783
     }
912
     }
784
 
913
 
785
     .MR_15 {
914
     .MR_15 {
@@ -797,6 +926,10 @@
797
         line-height: 1.2;
926
         line-height: 1.2;
798
     }
927
     }
799
 
928
 
929
+    .TB_LDZH{
930
+        text-align: center;
931
+    }
932
+
800
     .TB_LDZH p {
933
     .TB_LDZH p {
801
         font-size: 14px;
934
         font-size: 14px;
802
         color: #666
935
         color: #666

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 40 - 10
assets/views/report/incident_report.html


+ 57 - 57
assets/views/report/service_form.html

@@ -73,40 +73,40 @@
73
                     <div class="TB">
73
                     <div class="TB">
74
                         <div class="TB_head">
74
                         <div class="TB_head">
75
                             <div class="TB_head_L">
75
                             <div class="TB_head_L">
76
-                                <div class="TB_LDZH fl">
76
+                                <div class="TB_LDZH fl" tooltip='电话总数 + 微信/web总数 + 电话留言总数 + 柜台受理数' tooltip-placement="top">
77
                                     <p>请求总数</p>
77
                                     <p>请求总数</p>
78
                                     <span>{{zhtj_req_total}}</span>
78
                                     <span>{{zhtj_req_total}}</span>
79
                                 </div>
79
                                 </div>
80
                                 <div class="TB_ITEMS fl">
80
                                 <div class="TB_ITEMS fl">
81
-                                    <div class="TB_ITEM">
81
+                                    <div class="TB_ITEM" tooltip='从服务台打电话过来(只算呼入,不算呼出)的数量' tooltip-placement="top">
82
                                         <p>电话总数</p>
82
                                         <p>电话总数</p>
83
                                         <span>{{zhtj_req_phone}}</span>
83
                                         <span>{{zhtj_req_phone}}</span>
84
                                     </div>
84
                                     </div>
85
-                                    <div class="TB_ITEM">
85
+                                    <div class="TB_ITEM" tooltip='通过门户网站的web页面建单数 + 通过微信报修建单数。(不包含已撤回的单)' tooltip-placement="top">
86
                                         <p>微信/WEB总数</p>
86
                                         <p>微信/WEB总数</p>
87
                                         <span>{{zhtj_req_wxweb}}</span>
87
                                         <span>{{zhtj_req_wxweb}}</span>
88
                                     </div>
88
                                     </div>
89
-                                    <div class="TB_ITEM">
89
+                                    <div class="TB_ITEM" tooltip='电话留言数' tooltip-placement="top">
90
                                         <p>电话留言总数</p>
90
                                         <p>电话留言总数</p>
91
                                         <span>{{zhtj_req_msg}}</span>
91
                                         <span>{{zhtj_req_msg}}</span>
92
                                     </div>
92
                                     </div>
93
-                                    <div class="TB_ITEM">
93
+                                    <div class="TB_ITEM" tooltip='通过柜台建单数(建单时事件来源选项,选择了柜台选项的才算)' tooltip-placement="top">
94
                                         <p>柜台</p>
94
                                         <p>柜台</p>
95
                                         <span>{{zhtj_req_desk}}</span>
95
                                         <span>{{zhtj_req_desk}}</span>
96
                                     </div>
96
                                     </div>
97
                                 </div>
97
                                 </div>
98
                             </div>
98
                             </div>
99
                             <div class="TB_head_L">
99
                             <div class="TB_head_L">
100
-                                <div class="TB_LDZH fl">
100
+                                <div class="TB_LDZH fl" tooltip='电话转换数(打过来的电话不一定会建单) + 微信/web转换数 + 电话留言转换数(留言不一定会建单) + 柜台转换数' tooltip-placement="top">
101
                                     <p>工单转换总数</p>
101
                                     <p>工单转换总数</p>
102
                                     <span>{{zhtj_trans_total}}</span>
102
                                     <span>{{zhtj_trans_total}}</span>
103
                                 </div>
103
                                 </div>
104
                                 <div class="TB_ITEMS fl">
104
                                 <div class="TB_ITEMS fl">
105
-                                    <div class="TB_ITEM">
105
+                                    <div class="TB_ITEM" tooltip='工单事件来选选项是:柜台,电话,微信/web,留言。这四种类型的工单建单后,直接处理数量' tooltip-placement="top">
106
                                         <p>直接处理数量</p>
106
                                         <p>直接处理数量</p>
107
                                         <span>{{zhtj_p_total}}</span>
107
                                         <span>{{zhtj_p_total}}</span>
108
                                     </div>
108
                                     </div>
109
-                                    <div class="TB_ITEM">
109
+                                    <div class="TB_ITEM" tooltip='工单事件来选选项是:柜台,电话,微信/web,留言。这四种类型的工单建单后,派代处理数量' tooltip-placement="top">
110
                                         <p>派单数量</p>
110
                                         <p>派单数量</p>
111
                                         <span>{{zhtj_unp_total}}</span>
111
                                         <span>{{zhtj_unp_total}}</span>
112
                                     </div>
112
                                     </div>
@@ -121,10 +121,10 @@
121
                                         <th style="width:6%">
121
                                         <th style="width:6%">
122
                                             序号
122
                                             序号
123
                                         </th>
123
                                         </th>
124
-                                        <th style="width:11%">
124
+                                        <th style="width:11%" tooltip='未被删除的用户,服务台角色的建单人' tooltip-placement="top">
125
                                             人员
125
                                             人员
126
                                         </th>
126
                                         </th>
127
-                                        <th style="width:11%" ng-click="tableSort('total')">
127
+                                        <th style="width:11%" ng-click="tableSort('total')" tooltip='建单总数' tooltip-placement="top">
128
                                             <strong>
128
                                             <strong>
129
                                                 建单数量
129
                                                 建单数量
130
                                                 <em class="sort-wrap">
130
                                                 <em class="sort-wrap">
@@ -133,7 +133,7 @@
133
                                                 </em>
133
                                                 </em>
134
                                             </strong>
134
                                             </strong>
135
                                         </th>
135
                                         </th>
136
-                                        <th style="width:11%" ng-click="tableSort('p_total')">
136
+                                        <th style="width:11%" ng-click="tableSort('p_total')" tooltip='直接处理工单数' tooltip-placement="top">
137
                                             <strong>
137
                                             <strong>
138
                                                 直接处理数量
138
                                                 直接处理数量
139
                                                 <em class="sort-wrap">
139
                                                 <em class="sort-wrap">
@@ -142,7 +142,7 @@
142
                                                 </em>
142
                                                 </em>
143
                                             </strong>
143
                                             </strong>
144
                                         </th>
144
                                         </th>
145
-                                        <th style="width:11%" ng-click="tableSort('unp_total')">
145
+                                        <th style="width:11%" ng-click="tableSort('unp_total')" tooltip='派代处理工单数' tooltip-placement="top">
146
                                             <strong>
146
                                             <strong>
147
                                                 派单处理工单数
147
                                                 派单处理工单数
148
                                                 <em class="sort-wrap">
148
                                                 <em class="sort-wrap">
@@ -151,7 +151,7 @@
151
                                                 </em>
151
                                                 </em>
152
                                             </strong>
152
                                             </strong>
153
                                         </th>
153
                                         </th>
154
-                                        <th style="width:11%" ng-click="tableSort('handle_phone')">
154
+                                        <th style="width:11%" ng-click="tableSort('handle_phone')" tooltip='工单事件来选选项是:电话类型的工单数' tooltip-placement="top">
155
                                             <strong>
155
                                             <strong>
156
                                                 电话接听数
156
                                                 电话接听数
157
                                                 <em class="sort-wrap">
157
                                                 <em class="sort-wrap">
@@ -160,7 +160,7 @@
160
                                                 </em>
160
                                                 </em>
161
                                             </strong>
161
                                             </strong>
162
                                         </th>
162
                                         </th>
163
-                                        <th style="width:17%" ng-click="tableSort('handle_wxweb')">
163
+                                        <th style="width:17%" ng-click="tableSort('handle_wxweb')" tooltip='工单事件来选选项是:微信/web类型的工单数' tooltip-placement="top">
164
                                             <strong>
164
                                             <strong>
165
                                                 微信/web报修处理数
165
                                                 微信/web报修处理数
166
                                                 <em class="sort-wrap">
166
                                                 <em class="sort-wrap">
@@ -169,7 +169,7 @@
169
                                                 </em>
169
                                                 </em>
170
                                             </strong>
170
                                             </strong>
171
                                         </th>
171
                                         </th>
172
-                                        <th style="width:11%" ng-click="tableSort('handle_msg')">
172
+                                        <th style="width:11%" ng-click="tableSort('handle_msg')" tooltip='工单事件来选选项是:留言类型的工单数' tooltip-placement="top">
173
                                             <strong>
173
                                             <strong>
174
                                                 留言处理数
174
                                                 留言处理数
175
                                                 <em class="sort-wrap">
175
                                                 <em class="sort-wrap">
@@ -178,7 +178,7 @@
178
                                                 </em>
178
                                                 </em>
179
                                             </strong>
179
                                             </strong>
180
                                         </th>
180
                                         </th>
181
-                                        <th style="width:11%" ng-click="tableSort('handle_desk')">
181
+                                        <th style="width:11%" ng-click="tableSort('handle_desk')" tooltip='工单事件来选选项是:柜台类型的工单数' tooltip-placement="top">
182
                                             <strong>
182
                                             <strong>
183
                                                 柜台受理数
183
                                                 柜台受理数
184
                                                 <em class="sort-wrap">
184
                                                 <em class="sort-wrap">
@@ -240,32 +240,32 @@
240
                     <div class="TB">
240
                     <div class="TB">
241
                         <div class="TB_head">
241
                         <div class="TB_head">
242
                             <div class="TB_head_L">
242
                             <div class="TB_head_L">
243
-                                <div class="TB_LDZH fl">
243
+                                <div class="TB_LDZH fl" tooltip='接听数 + 未接数' tooltip-placement="top">
244
                                     <p>来电总数</p>
244
                                     <p>来电总数</p>
245
                                     <span>{{dhtj_req_total}}</span>
245
                                     <span>{{dhtj_req_total}}</span>
246
                                 </div>
246
                                 </div>
247
                                 <div class="TB_ITEMS fl">
247
                                 <div class="TB_ITEMS fl">
248
-                                    <div class="TB_ITEM">
248
+                                    <div class="TB_ITEM" tooltip='从服务台打电话过来(只算呼入,不算呼出)的接听数量' tooltip-placement="top">
249
                                         <p>接听数量</p>
249
                                         <p>接听数量</p>
250
                                         <span>{{dhtj_req_answer}}</span>
250
                                         <span>{{dhtj_req_answer}}</span>
251
                                     </div>
251
                                     </div>
252
-                                    <div class="TB_ITEM">
252
+                                    <div class="TB_ITEM" tooltip='从服务台打电话过来(只算呼入,不算呼出)的未接数量' tooltip-placement="top">
253
                                         <p>未接数量</p>
253
                                         <p>未接数量</p>
254
                                         <span>{{dhtj_req_miss}}</span>
254
                                         <span>{{dhtj_req_miss}}</span>
255
                                     </div>
255
                                     </div>
256
                                 </div>
256
                                 </div>
257
                             </div>
257
                             </div>
258
                             <div class="TB_head_L">
258
                             <div class="TB_head_L">
259
-                                <div class="TB_LDZH fl">
259
+                                <div class="TB_LDZH fl" tooltip='事件来源是:电话的。直接处理数 + 派单数' tooltip-placement="top">
260
                                     <p>电话建单总数</p>
260
                                     <p>电话建单总数</p>
261
                                     <span>{{dhtj_p_total}}</span>
261
                                     <span>{{dhtj_p_total}}</span>
262
                                 </div>
262
                                 </div>
263
                                 <div class="TB_ITEMS fl">
263
                                 <div class="TB_ITEMS fl">
264
-                                    <div class="TB_ITEM">
265
-                                        <p>直接解决</p>
264
+                                    <div class="TB_ITEM" tooltip='事件来源是:电话。直接处理工单数' tooltip-placement="top">
265
+                                        <p>直接解决数量</p>
266
                                         <span>{{dhtj_p_phone}}</span>
266
                                         <span>{{dhtj_p_phone}}</span>
267
                                     </div>
267
                                     </div>
268
-                                    <div class="TB_ITEM">
268
+                                    <div class="TB_ITEM" tooltip='事件来源是:电话。派单工单数' tooltip-placement="top">
269
                                         <p>派单数量</p>
269
                                         <p>派单数量</p>
270
                                         <span>{{dhtj_unp_phone}}</span>
270
                                         <span>{{dhtj_unp_phone}}</span>
271
                                     </div>
271
                                     </div>
@@ -280,10 +280,10 @@
280
                                         <th style="width:6%">
280
                                         <th style="width:6%">
281
                                             序号
281
                                             序号
282
                                         </th>
282
                                         </th>
283
-                                        <th style="width:14%">
283
+                                        <th style="width:14%" tooltip='未被删除的用户,服务台角色的建单人' tooltip-placement="top">
284
                                             人员
284
                                             人员
285
                                         </th>
285
                                         </th>
286
-                                        <th style="width:20%" ng-click="tableSort('answer')">
286
+                                        <th style="width:20%" ng-click="tableSort('answer')" tooltip='从服务台打电话过来(只算呼入,不算呼出)的接听数量' tooltip-placement="top">
287
                                             <strong>
287
                                             <strong>
288
                                                 接听数量
288
                                                 接听数量
289
                                                 <em class="sort-wrap">
289
                                                 <em class="sort-wrap">
@@ -292,7 +292,7 @@
292
                                                 </em>
292
                                                 </em>
293
                                             </strong>
293
                                             </strong>
294
                                         </th>
294
                                         </th>
295
-                                        <th style="width:20%" ng-click="tableSort('total')">
295
+                                        <th style="width:20%" ng-click="tableSort('total')" tooltip='事件来源是:电话的。直接处理数 + 派单数' tooltip-placement="top">
296
                                             <strong>
296
                                             <strong>
297
                                                 建单数量
297
                                                 建单数量
298
                                                 <em class="sort-wrap">
298
                                                 <em class="sort-wrap">
@@ -301,16 +301,16 @@
301
                                                 </em>
301
                                                 </em>
302
                                             </strong>
302
                                             </strong>
303
                                         </th>
303
                                         </th>
304
-                                        <th style="width:20%" ng-click="tableSort('p_total')">
304
+                                        <th style="width:20%" ng-click="tableSort('p_total')" tooltip='事件来源是:电话。直接处理工单数' tooltip-placement="top">
305
                                             <strong>
305
                                             <strong>
306
-                                                直接解决
306
+                                                直接解决数量
307
                                                 <em class="sort-wrap">
307
                                                 <em class="sort-wrap">
308
                                                     <i class="sortItem iconfont icon-xiangshang" ng-class="{active:sortActive == 'p_totaltop'}"></i>
308
                                                     <i class="sortItem iconfont icon-xiangshang" ng-class="{active:sortActive == 'p_totaltop'}"></i>
309
                                                     <i class="sortItem iconfont icon-xiangxia" ng-class="{active:sortActive == 'p_totalbottom'}"></i>
309
                                                     <i class="sortItem iconfont icon-xiangxia" ng-class="{active:sortActive == 'p_totalbottom'}"></i>
310
                                                 </em>
310
                                                 </em>
311
                                             </strong>
311
                                             </strong>
312
                                         </th>
312
                                         </th>
313
-                                        <th style="width:20%" ng-click="tableSort('unp_total')">
313
+                                        <th style="width:20%" ng-click="tableSort('unp_total')" tooltip='事件来源是:电话。派单工单数' tooltip-placement="top">
314
                                             <strong>
314
                                             <strong>
315
                                                 派单数量
315
                                                 派单数量
316
                                                 <em class="sort-wrap">
316
                                                 <em class="sort-wrap">
@@ -363,33 +363,33 @@
363
                     <div class="TB">
363
                     <div class="TB">
364
                         <div class="TB_head">
364
                         <div class="TB_head">
365
                             <div class="TB_head_L">
365
                             <div class="TB_head_L">
366
-                                <div class="TB_LDZH fl">
366
+                                <div class="TB_LDZH fl" tooltip='通过门户网站的web页面建单数 + 通过微信报修建单数。(不包含已撤回的单)' tooltip-placement="top">
367
                                     <p>微信/WEB报修总数</p>
367
                                     <p>微信/WEB报修总数</p>
368
                                     <span>{{web_req_total}}</span>
368
                                     <span>{{web_req_total}}</span>
369
                                 </div>
369
                                 </div>
370
                                 <div class="TB_ITEMS fl">
370
                                 <div class="TB_ITEMS fl">
371
-                                    <div class="TB_ITEM">
371
+                                    <div class="TB_ITEM" tooltip='通过门户网站的web页面建单数 + 通过微信报修转换成建单的数量' tooltip-placement="top">
372
                                         <p>转换数量</p>
372
                                         <p>转换数量</p>
373
                                         <span>{{web_req_trans}}</span>
373
                                         <span>{{web_req_trans}}</span>
374
                                     </div>
374
                                     </div>
375
-                                    <div class="TB_ITEM">
375
+                                    <div class="TB_ITEM" tooltip='通过门户网站的web页面建单数 + 通过微信报修转换成不受理的数量' tooltip-placement="top">
376
                                         <p>不受理数量</p>
376
                                         <p>不受理数量</p>
377
                                         <span>{{web_req_reject}}</span>
377
                                         <span>{{web_req_reject}}</span>
378
                                     </div>
378
                                     </div>
379
                                 </div>
379
                                 </div>
380
                             </div>
380
                             </div>
381
                             <div class="TB_head_L">
381
                             <div class="TB_head_L">
382
-                                <div class="TB_LDZH fl">
382
+                                <div class="TB_LDZH fl" tooltip='直接解决数 + 派单数' tooltip-placement="top">
383
                                     <p>微信/WEB转换总数</p>
383
                                     <p>微信/WEB转换总数</p>
384
                                     <span>{{web_trans_total}}</span>
384
                                     <span>{{web_trans_total}}</span>
385
                                 </div>
385
                                 </div>
386
                                 <div class="TB_ITEMS fl">
386
                                 <div class="TB_ITEMS fl">
387
-                                    <div class="TB_ITEM">
388
-                                        <p>直接解决</p>
387
+                                    <div class="TB_ITEM" tooltip='转换后。直接处理工单数' tooltip-placement="top">
388
+                                        <p>直接解决数量</p>
389
                                         <span>{{web_p_total}}</span>
389
                                         <span>{{web_p_total}}</span>
390
                                     </div>
390
                                     </div>
391
-                                    <div class="TB_ITEM">
392
-                                        <p>派单</p>
391
+                                    <div class="TB_ITEM" tooltip='转换后。派单工单数' tooltip-placement="top">
392
+                                        <p>派单数量</p>
393
                                         <span>{{web_unp_total}}</span>
393
                                         <span>{{web_unp_total}}</span>
394
                                     </div>
394
                                     </div>
395
                                 </div>
395
                                 </div>
@@ -403,28 +403,28 @@
403
                                         <th style="width:6%">
403
                                         <th style="width:6%">
404
                                             序号
404
                                             序号
405
                                         </th>
405
                                         </th>
406
-                                        <th style="width:14%">
406
+                                        <th style="width:14%" tooltip='未被删除的用户,服务台角色的建单人' tooltip-placement="top">
407
                                             人员
407
                                             人员
408
                                         </th>
408
                                         </th>
409
-                                        <th style="width:16%" ng-click="tableSort('completed')">
409
+                                        <th style="width:16%" ng-click="tableSort('completed')" tooltip='已经处理过的web/微信报修。不受理 + 转换数量(不包含已撤回的单)' tooltip-placement="top">
410
                                             <strong>
410
                                             <strong>
411
-                                                处理报修数
411
+                                                受理报修数量
412
                                                 <em class="sort-wrap">
412
                                                 <em class="sort-wrap">
413
                                                     <i class="sortItem iconfont icon-xiangshang" ng-class="{active:sortActive == 'completedtop'}"></i>
413
                                                     <i class="sortItem iconfont icon-xiangshang" ng-class="{active:sortActive == 'completedtop'}"></i>
414
                                                     <i class="sortItem iconfont icon-xiangxia" ng-class="{active:sortActive == 'completedbottom'}"></i>
414
                                                     <i class="sortItem iconfont icon-xiangxia" ng-class="{active:sortActive == 'completedbottom'}"></i>
415
                                                 </em>
415
                                                 </em>
416
                                             </strong>
416
                                             </strong>
417
                                         </th>
417
                                         </th>
418
-                                        <th style="width:16%" ng-click="tableSort('reject')">
418
+                                        <th style="width:16%" ng-click="tableSort('reject')" tooltip='通过门户网站的web页面建单数 + 通过微信报修转换成不受理的数量' tooltip-placement="top">
419
                                             <strong>
419
                                             <strong>
420
-                                                不受理数
420
+                                                不受理数
421
                                                 <em class="sort-wrap">
421
                                                 <em class="sort-wrap">
422
                                                     <i class="sortItem iconfont icon-xiangshang" ng-class="{active:sortActive == 'rejecttop'}"></i>
422
                                                     <i class="sortItem iconfont icon-xiangshang" ng-class="{active:sortActive == 'rejecttop'}"></i>
423
                                                     <i class="sortItem iconfont icon-xiangxia" ng-class="{active:sortActive == 'rejectbottom'}"></i>
423
                                                     <i class="sortItem iconfont icon-xiangxia" ng-class="{active:sortActive == 'rejectbottom'}"></i>
424
                                                 </em>
424
                                                 </em>
425
                                             </strong>
425
                                             </strong>
426
                                         </th>
426
                                         </th>
427
-                                        <th style="width:16%" ng-click="tableSort('total')">
427
+                                        <th style="width:16%" ng-click="tableSort('total')" tooltip='通过门户网站的web页面建单数 + 通过微信报修转换成建单的数量' tooltip-placement="top">
428
                                             <strong>
428
                                             <strong>
429
                                                 转换数量
429
                                                 转换数量
430
                                                 <em class="sort-wrap">
430
                                                 <em class="sort-wrap">
@@ -433,7 +433,7 @@
433
                                                 </em>
433
                                                 </em>
434
                                             </strong>
434
                                             </strong>
435
                                         </th>
435
                                         </th>
436
-                                        <th style="width:16%" ng-click="tableSort('p_total')">
436
+                                        <th style="width:16%" ng-click="tableSort('p_total')" tooltip='转换后。直接处理工单数' tooltip-placement="top">
437
                                             <strong>
437
                                             <strong>
438
                                                 直接解决数量
438
                                                 直接解决数量
439
                                                 <em class="sort-wrap">
439
                                                 <em class="sort-wrap">
@@ -442,7 +442,7 @@
442
                                                 </em>
442
                                                 </em>
443
                                             </strong>
443
                                             </strong>
444
                                         </th>
444
                                         </th>
445
-                                        <th style="width:16%" ng-click="tableSort('unp_total')">
445
+                                        <th style="width:16%" ng-click="tableSort('unp_total')" tooltip='转换后。派单工单数' tooltip-placement="top">
446
                                             <strong>
446
                                             <strong>
447
                                                 派单数量
447
                                                 派单数量
448
                                                 <em class="sort-wrap">
448
                                                 <em class="sort-wrap">
@@ -498,32 +498,32 @@
498
                     <div class="TB">
498
                     <div class="TB">
499
                         <div class="TB_head">
499
                         <div class="TB_head">
500
                             <div class="TB_head_L">
500
                             <div class="TB_head_L">
501
-                                <div class="TB_LDZH fl">
501
+                                <div class="TB_LDZH fl" tooltip='电话留言总数(含未处理,已处理,不受理)' tooltip-placement="top">
502
                                     <p>电话留言总数</p>
502
                                     <p>电话留言总数</p>
503
                                     <span>{{web_req_total}}</span>
503
                                     <span>{{web_req_total}}</span>
504
                                 </div>
504
                                 </div>
505
                                 <div class="TB_ITEMS fl">
505
                                 <div class="TB_ITEMS fl">
506
-                                    <div class="TB_ITEM">
506
+                                    <div class="TB_ITEM" tooltip='建单的数量' tooltip-placement="top">
507
                                         <p>建单总数</p>
507
                                         <p>建单总数</p>
508
                                         <span>{{web_req_trans}}</span>
508
                                         <span>{{web_req_trans}}</span>
509
                                     </div>
509
                                     </div>
510
-                                    <div class="TB_ITEM">
510
+                                    <div class="TB_ITEM" tooltip='不受理的数量' tooltip-placement="top">
511
                                         <p>不受理总数</p>
511
                                         <p>不受理总数</p>
512
                                         <span>{{web_req_reject}}</span>
512
                                         <span>{{web_req_reject}}</span>
513
                                     </div>
513
                                     </div>
514
                                 </div>
514
                                 </div>
515
                             </div>
515
                             </div>
516
                             <div class="TB_head_L">
516
                             <div class="TB_head_L">
517
-                                <div class="TB_LDZH fl">
517
+                                <div class="TB_LDZH fl" tooltip='直接解决数 + 派单数' tooltip-placement="top">
518
                                     <p>电话留言转换总数</p>
518
                                     <p>电话留言转换总数</p>
519
                                     <span>{{web_trans_total}}</span>
519
                                     <span>{{web_trans_total}}</span>
520
                                 </div>
520
                                 </div>
521
                                 <div class="TB_ITEMS fl">
521
                                 <div class="TB_ITEMS fl">
522
-                                    <div class="TB_ITEM">
522
+                                    <div class="TB_ITEM" tooltip='转换后。直接处理工单数' tooltip-placement="top">
523
                                         <p>直接解决总数</p>
523
                                         <p>直接解决总数</p>
524
                                         <span>{{web_p_total}}</span>
524
                                         <span>{{web_p_total}}</span>
525
                                     </div>
525
                                     </div>
526
-                                    <div class="TB_ITEM">
526
+                                    <div class="TB_ITEM" tooltip='转换后。派单工单数' tooltip-placement="top">
527
                                         <p>派单总数</p>
527
                                         <p>派单总数</p>
528
                                         <span>{{web_unp_total}}</span>
528
                                         <span>{{web_unp_total}}</span>
529
                                     </div>
529
                                     </div>
@@ -538,10 +538,10 @@
538
                                         <th style="width:6%">
538
                                         <th style="width:6%">
539
                                             序号
539
                                             序号
540
                                         </th>
540
                                         </th>
541
-                                        <th style="width:14%">
541
+                                        <th style="width:14%" tooltip='未被删除的用户,服务台角色的建单人' tooltip-placement="top">
542
                                             人员
542
                                             人员
543
                                         </th>
543
                                         </th>
544
-                                        <th style="width:16%" ng-click="tableSort('completed')">
544
+                                        <th style="width:16%" ng-click="tableSort('completed')" tooltip='已经处理过的电话留言。不受理 + 建单总数(不包含未处理的单)' tooltip-placement="top">
545
                                             <strong>
545
                                             <strong>
546
                                                 受理总数
546
                                                 受理总数
547
                                                 <em class="sort-wrap">
547
                                                 <em class="sort-wrap">
@@ -550,7 +550,7 @@
550
                                                 </em>
550
                                                 </em>
551
                                             </strong>
551
                                             </strong>
552
                                         </th>
552
                                         </th>
553
-                                        <th style="width:16%" ng-click="tableSort('reject')">
553
+                                        <th style="width:16%" ng-click="tableSort('reject')" tooltip='不受理的数量' tooltip-placement="top">
554
                                             <strong>
554
                                             <strong>
555
                                                 不受理总数
555
                                                 不受理总数
556
                                                 <em class="sort-wrap">
556
                                                 <em class="sort-wrap">
@@ -559,7 +559,7 @@
559
                                                 </em>
559
                                                 </em>
560
                                             </strong>
560
                                             </strong>
561
                                         </th>
561
                                         </th>
562
-                                        <th style="width:16%" ng-click="tableSort('total')">
562
+                                        <th style="width:16%" ng-click="tableSort('total')" tooltip='建单的数量' tooltip-placement="top">
563
                                             <strong>
563
                                             <strong>
564
                                                 建单总数
564
                                                 建单总数
565
                                                 <em class="sort-wrap">
565
                                                 <em class="sort-wrap">
@@ -568,7 +568,7 @@
568
                                                 </em>
568
                                                 </em>
569
                                             </strong>
569
                                             </strong>
570
                                         </th>
570
                                         </th>
571
-                                        <th style="width:16%" ng-click="tableSort('p_total')">
571
+                                        <th style="width:16%" ng-click="tableSort('p_total')" tooltip='转换后。直接处理工单数' tooltip-placement="top">
572
                                             <strong>
572
                                             <strong>
573
                                                 直接解决总数
573
                                                 直接解决总数
574
                                                 <em class="sort-wrap">
574
                                                 <em class="sort-wrap">
@@ -577,7 +577,7 @@
577
                                                 </em>
577
                                                 </em>
578
                                             </strong>
578
                                             </strong>
579
                                         </th>
579
                                         </th>
580
-                                        <th style="width:16%" ng-click="tableSort('unp_total')">
580
+                                        <th style="width:16%" ng-click="tableSort('unp_total')" tooltip='转换后。派单工单数' tooltip-placement="top">
581
                                             <strong>
581
                                             <strong>
582
                                                 派单总数
582
                                                 派单总数
583
                                                 <em class="sort-wrap">
583
                                                 <em class="sort-wrap">

+ 1 - 0
index.html

@@ -46,6 +46,7 @@
46
             window.console.log = function(){};//财大
46
             window.console.log = function(){};//财大
47
         }
47
         }
48
     </script>
48
     </script>
49
+    <style>.slf{text-align: left!important;}</style>
49
 </head>
50
 </head>
50
 
51
 
51
 <body ng-controller="AppCtrl">
52
 <body ng-controller="AppCtrl">