Pārlūkot izejas kodu

事件统计-事件总数移除掉完全解决的统计

seimin 1 gadu atpakaļ
vecāks
revīzija
7937e5f549

+ 2 - 2
assets/js/controllers/report/event_formCtrl.js

@@ -522,12 +522,12 @@ app.controller('event_formCtrl', ["$scope", "$rootScope", "$state", "$timeout",
522
             case 'SJZS'://事件总数
522
             case 'SJZS'://事件总数
523
                 postData.type = $scope.dateItem;
523
                 postData.type = $scope.dateItem;
524
                 postData.key = 'mdv2_incident_repot_sum';
524
                 postData.key = 'mdv2_incident_repot_sum';
525
-                postData.titles = ['时间', '事件数量', '平均响应时间', '平均解决时间', '完全解决', '部分解决', '其他', '满意度(%)'];
525
+                postData.titles = ['时间', '事件数量', '平均响应时间', '平均解决时间', '部分解决', '其他', '满意度(%)'];
526
                 break;
526
                 break;
527
             case 'SJLX'://事件类型
527
             case 'SJLX'://事件类型
528
                 postData.hierarchy = $scope.sjSelectedOne.value.id;
528
                 postData.hierarchy = $scope.sjSelectedOne.value.id;
529
                 postData.key = 'mdv2_incident_repot_type';
529
                 postData.key = 'mdv2_incident_repot_type';
530
-                postData.titles = ['事件类型', '类型数量', '类型占比', '平均响应时间', '平均解决时间', '完全解决', '部分解决', '其他'];
530
+                postData.titles = ['事件类型', '类型数量', '类型占比', '平均响应时间', '平均解决时间', '部分解决', '其他'];
531
                 break;
531
                 break;
532
             case 'CLRZ'://处理人/组
532
             case 'CLRZ'://处理人/组
533
                 if ($scope.groupSelectedOne.value.id == -2) {//按组
533
                 if ($scope.groupSelectedOne.value.id == -2) {//按组

+ 4 - 4
assets/views/report/event_form.html

@@ -215,13 +215,13 @@
215
                                                 </em>
215
                                                 </em>
216
                                             </strong>
216
                                             </strong>
217
                                         </th>
217
                                         </th>
218
-                                        <th style="width:10%" tooltip='处理结果为:完全解决的单数' tooltip-placement="top">
218
+                                        <th ng-if="false" style="width:10%" tooltip='处理结果为:完全解决的单数' tooltip-placement="top">
219
                                             完全解决
219
                                             完全解决
220
                                         </th>
220
                                         </th>
221
                                         <th style="width:10%" tooltip='处理结果为:部分解决的单数' tooltip-placement="top">
221
                                         <th style="width:10%" tooltip='处理结果为:部分解决的单数' tooltip-placement="top">
222
                                             部分解决
222
                                             部分解决
223
                                         </th>
223
                                         </th>
224
-                                        <th style="width:6%" tooltip='处理结果为:其它的工单数' tooltip-placement="top">
224
+                                        <th style="width:16%" tooltip='处理结果为:其它的工单数' tooltip-placement="top">
225
                                             其他
225
                                             其他
226
                                         </th>
226
                                         </th>
227
                                         <th style="width:14%" ng-click="tableSort('satisfactionRatio')" tooltip='服务台关单回访满意度' tooltip-placement="top">
227
                                         <th style="width:14%" ng-click="tableSort('satisfactionRatio')" tooltip='服务台关单回访满意度' tooltip-placement="top">
@@ -256,13 +256,13 @@
256
                                             <td style="width:18%">
256
                                             <td style="width:18%">
257
                                                 {{rowData.resolvedTime}}
257
                                                 {{rowData.resolvedTime}}
258
                                             </td>
258
                                             </td>
259
-                                            <td style="width:10%">
259
+                                            <td ng-if="false" style="width:10%">
260
                                                 {{rowData.allresult}}
260
                                                 {{rowData.allresult}}
261
                                             </td>
261
                                             </td>
262
                                             <td style="width:10%">
262
                                             <td style="width:10%">
263
                                                 {{rowData.partresult}}
263
                                                 {{rowData.partresult}}
264
                                             </td>
264
                                             </td>
265
-                                            <td style="width:6%">
265
+                                            <td style="width:16%">
266
                                                 {{rowData.otherresult}}
266
                                                 {{rowData.otherresult}}
267
                                             </td>
267
                                             </td>
268
                                             <td style="width:14%">
268
                                             <td style="width:14%">