|
@@ -201,28 +201,28 @@ app.controller('incidentListCtrl', ["$scope", "$http", "i18nService", "$rootScop
|
201
|
$scope.gridOptions.columnDefs = [
|
201
|
$scope.gridOptions.columnDefs = [
|
202
|
{
|
202
|
{
|
203
|
name: 'id',
|
203
|
name: 'id',
|
204
|
- displayName: '',
|
|
|
|
|
204
|
+ displayName: '状态',
|
205
|
width: 35,
|
205
|
width: 35,
|
206
|
cellTemplate: '<div>' +
|
206
|
cellTemplate: '<div>' +
|
207
|
'<div class="ui-grid-cell-contents" tooltip={{grid.appScope.transfertip(row.entity)}} tooltip-placement="right"><i style="font-size: 18px !important;" class="{{grid.appScope.transferColor(row.entity)}}"></i></div></div>' +
|
207
|
'<div class="ui-grid-cell-contents" tooltip={{grid.appScope.transfertip(row.entity)}} tooltip-placement="right"><i style="font-size: 18px !important;" class="{{grid.appScope.transferColor(row.entity)}}"></i></div></div>' +
|
208
|
'</div>'
|
208
|
'</div>'
|
209
|
},
|
209
|
},
|
210
|
- {
|
|
|
211
|
- name: 'item',
|
|
|
212
|
- displayName: '序号',
|
|
|
213
|
- width: 45,
|
|
|
214
|
- cellTemplate: '<div>' +
|
|
|
215
|
- '<div class="ui-grid-cell-contents">{{row.entity.item}}</div>' +
|
|
|
216
|
- '</div>'
|
|
|
217
|
- },
|
|
|
218
|
- {
|
|
|
219
|
- name: 'incidentsign',
|
|
|
220
|
- displayName: '事件单号',
|
|
|
221
|
- width: 120,
|
|
|
222
|
- cellTemplate: '<div>' +
|
|
|
223
|
- '<div class="ui-grid-cell-contents">{{row.entity.incidentsign}}</div>' +
|
|
|
224
|
- '</div>'
|
|
|
225
|
- },
|
|
|
|
|
210
|
+ // {
|
|
|
211
|
+ // name: 'item',
|
|
|
212
|
+ // displayName: '序号',
|
|
|
213
|
+ // width: 45,
|
|
|
214
|
+ // cellTemplate: '<div>' +
|
|
|
215
|
+ // '<div class="ui-grid-cell-contents">{{row.entity.item}}</div>' +
|
|
|
216
|
+ // '</div>'
|
|
|
217
|
+ // },
|
|
|
218
|
+ // {
|
|
|
219
|
+ // name: 'incidentsign',
|
|
|
220
|
+ // displayName: '事件单号',
|
|
|
221
|
+ // width: 120,
|
|
|
222
|
+ // cellTemplate: '<div>' +
|
|
|
223
|
+ // '<div class="ui-grid-cell-contents">{{row.entity.incidentsign}}</div>' +
|
|
|
224
|
+ // '</div>'
|
|
|
225
|
+ // },
|
226
|
{
|
226
|
{
|
227
|
name: 'requester.name',
|
227
|
name: 'requester.name',
|
228
|
displayName: '报修人',
|
228
|
displayName: '报修人',
|
|
@@ -3261,7 +3261,7 @@ app.directive('incidentoperator', function () {
|
3261
|
'<a ng-click="toAssign()" ng-show="{{(item.state.id==1543||item.state.id==1544)&&assignFlag&&item.assignee}}" class="assign" >指派</a>' +
|
3261
|
'<a ng-click="toAssign()" ng-show="{{(item.state.id==1543||item.state.id==1544)&&assignFlag&&item.assignee}}" class="assign" >指派</a>' +
|
3262
|
'<a ng-click="toHandlerLog()" ng-show="{{item.state.id==1544}}" class="assign" >新增沟通记录</a>' +
|
3262
|
'<a ng-click="toHandlerLog()" ng-show="{{item.state.id==1544}}" class="assign" >新增沟通记录</a>' +
|
3263
|
'<a ng-click="delSj()" ng-show="{{delFlag&&item.state.value!== \'deleted\'}}" class="assign" >删除</a>' +
|
3263
|
'<a ng-click="delSj()" ng-show="{{delFlag&&item.state.value!== \'deleted\'}}" class="assign" >删除</a>' +
|
3264
|
- '<a ng-click="print()" ng-show="dayin" class="bianjifont" >打印</a>' +
|
|
|
|
|
3264
|
+ // '<a ng-click="print()" ng-show="dayin" class="bianjifont" >打印</a>' +
|
3265
|
// '<a ng-click="jry_evaluate()" ng-show="jry_evaluateShow()" class="luyinfont" >评价</a>' +
|
3265
|
// '<a ng-click="jry_evaluate()" ng-show="jry_evaluateShow()" class="luyinfont" >评价</a>' +
|
3266
|
'<a ng-click="record()" ng-show="{{item.callID}}" class="luyinfont" >录音</a>' +
|
3266
|
'<a ng-click="record()" ng-show="{{item.callID}}" class="luyinfont" >录音</a>' +
|
3267
|
// '<a ng-click="rotate()" ng-show="{{item.state.id==4}}" class="rotate" >转派</a>' +
|
3267
|
// '<a ng-click="rotate()" ng-show="{{item.state.id==4}}" class="rotate" >转派</a>' +
|