1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051 |
- 'use strict';
- app.controller('jry_emergencyCtrl', ["$scope", "i18nService", "$rootScope", "$state", "$timeout", "$interval", "$modal", "SweetAlert", "uiGridConstants", "uiGridGroupingConstants", "Restangular", "api_bpm_data", "api_text", 'moment','api_wechatfile',
- function($scope, i18nService, $rootScope, $state, $timeout, $interval, $modal, SweetAlert, uiGridConstants, uiGridGroupingConstants, Restangular, api_bpm_data, api_text, moment,api_wechatfile) {
- console.log($scope);
- $scope.langs = i18nService.getAllLangs();
- $scope.lang = 'zh-cn';
- i18nService.setCurrentLang($scope.lang);
- // $(window).resize(function() {
- // // console.log("1111")
- // });
- var loginUser = $rootScope.user;
- // var voiceurl=$rootScope.audioiIp;
- // delete $rootScope.user.authority;
- var pdKey = $state.current.pdKey;
- $scope.gridOptions = {};
- $scope.gridOptions.data = 'myData';
- $scope.gridOptions.enableColumnResizing = true;
- $scope.gridOptions.enableFiltering = false;
- $scope.gridOptions.enableGridMenu = true;
- $scope.gridOptions.enableSelectAll = true;
- $scope.gridOptions.enableRowSelection = true;
- $scope.gridOptions.showGridFooter = true;
- $scope.gridOptions.showColumnFooter = false;
- $scope.gridOptions.fastWatch = true;
- $scope.gridOptions.enableSorting = true;
- $scope.gridOptions.useExternalSorting = true;
- $scope.gridOptions.useExternalFiltering = false;
- $scope.gridOptions.useExternalPagination = true;
- $scope.gridOptions.paginationPageSizes = [10, 15, 20, 50, 100];
- $scope.gridOptions.paginationPageSize = 15;
- $scope.gridOptions.multiSelect = true;
- var mun = $scope.gridOptions.paginationPageSize;
- // $scope.gridOptions.rowTemplate = "<div ng-click=\"lookFunction(row)\" ng-repeat=\"(colRenderIndex, col) in colContainer.renderedColumns track by col.uid\" ui-grid-one-bind-id-grid=\"rowRenderIndex + '-' + col.uid + '-cell'\" class=\"ui-grid-cell\" ng-class=\"{ 'ui-grid-row-header-cell': col.isRowHeader }\" role=\"{{col.isRowHeader ? 'rowheader' : 'gridcell'}}\" ui-grid-cell></div>";
- $scope.gridOptions.rowIdentity = function(row) {
- return row.id;
- };
- $scope.gridOptions.getRowIdentity = function(row) {
- return row.id;
- };
- $scope.gridOptions.columnDefs = [
- {
- name: 'item',
- displayName: '序号',
- width: 50,
- cellTemplate: '<div>' +
- '<div class="ui-grid-cell-contents">{{row.entity.item}}</div>' +
- '</div>'
- },
- {
- name: 'alarmId',
- displayName: '告警ID',
- width: '10%',
- cellTemplate: '<div>' +
- '<div class="ui-grid-cell-contents" style="cursor:pointer;text-align:center" >{{row.entity.alarm.alarmId}}</div>' +
- '</div>'
- },
- {
- name: 'equipment',
- displayName: '告警来源',
- width: '10%',
- cellTemplate: '<div>' +
- '<div class="ui-grid-cell-contents" style="cursor:pointer;text-align:center" >{{row.entity.alarm.equipment}}</div>' +
- '</div>'
- }, {
- name: 'incidentDescription',
- displayName: '告警内容',
- width: '20%',
- cellTemplate: '<div>' +
- '<div class="ui-grid-cell-contents" style="cursor:pointer;text-align:center" >{{row.entity.alarm.alarmContent}}</div>' +
- '</div>'
- },
- // {
- // name: 'requester.name',
- // displayName: '故障现象报修',
- // width: '10%',
- // cellTemplate: '<div>' +
- // '<div class="ui-grid-cell-contents" style="cursor:pointer;text-align:center" >{{row.entity.alarm.alarmType}}</div>' +
- // '</div>'
- // },
- {
- name: 'alarmStatus',
- displayName: '告警状态',
- width: '8%',
- cellTemplate: '<div>' +
- '<div class="ui-grid-cell-contents" style="cursor:pointer;text-align:center" >{{row.entity.alarm.alarmStatus}}</div>' +
- '</div>'
- }, {
- name: 'state',
- displayName: '工单状态',
- width: '8%',
- cellTemplate: '<div>' +
- '<div class="ui-grid-cell-contents" style="cursor:pointer;text-align:center" >{{row.entity.state.name}}</div>' +
- '</div>'
- }, {
- name: 'address',
- displayName: '告警IP',
- width: '13%',
- maxWidth:'120',
- cellTemplate: '<div>' +
- '<div class="ui-grid-cell-contents" style="cursor:pointer;text-align:center" > {{row.entity.alarm.alarmIp}}</div>' +
- '</div>'
- }, {
- name: 'contactsInformation',
- displayName: '紧急度',
- width: '6%',
- cellTemplate: '<div>' +
- '<div class="ui-grid-cell-contents" style="cursor:pointer;text-align:center" >{{row.entity.alarm.alarmSeverity}}</div>' +
- '</div>'
- },
- {
- name: 'createTime',
- displayName: '告警时间',
- width: '140',
- cellTemplate: '<div>' +
- '<div class="ui-grid-cell-contents" style="cursor:pointer;text-align:center" >{{grid.appScope.transferTime(row.entity.alarm.alarmActiveTime)}}</div>' +
- '</div>'
- // },
- // {
- // name: '生成事件',
- // width: 80,
- // cellTemplate: '<div class="links cl-effect-1">' +
- // '<a ng-click="grid.appScope.selectRowFunction(row.entity)" tooltip="新建事件" tooltip-placement="left"><i class="fa fa-pencil-square-o"></i></a>' +
- // '</div>'
- },
- {
- name: '操作',
- enableSorting: false,
- enableFiltering: false,
- width: 295,
- cellTemplate: '<wechatoperator2 item="row.entity" colobject="col">'
- // '<div class="links cl-effect-1 ui-grid-cell-contents pull-left" >' +
- // // '<a ng-click="edit()" ng-show="{{handle}}" tooltip="生成事件" tooltip-placement="left"><i class="icon iconfont icon-bianji bianjifont"></i></a>' +
- // '<a ng-click="edit()" ng-if="handle" class="bianjifont">建单</a>' + '<a ng-click="notAccept ()" class="bianjifont">不受理</a>' + '<a ng-click="being ()" class="bianjifont">暂不处理</a>' +
- // // '<a ng-click="look()" ng-show="{{!handle}}" tooltip="查看" tooltip-placement="right"><i class="ti-eye"></i></a>' +
- // '</div>'
- }
- ];
- // console.log(row);
- $scope.wtwt = function(row) {
- console.log(row)
- }
- $scope.value = 10;
- $scope.decrement = function(row) {
- $scope.value = $scope.value - 1;
- };
- $scope.transferTime = function(time) {
- if(time){
- return moment(time).format('YYYY-MM-DD HH:mm');
- }else{
- return '无';
- }
- }
- // $scope.record = function() {
- // api_text.record($rootScope.takes).then(function(data){
- // if(data.errno==0){
- // $scope.busy=false;
- // }
- // })
- // };
- $scope.gridOptions.onRegisterApi = function(gridApi) {
- // console.log(row);
- $scope.gridApi = gridApi;
- // var index = 0;
- // var oldheader = {};
- // gridApi.grid.sortColumn = function(gridApi) {
- // if (oldheader.field) {
- // if (oldheader.field == gridApi.field) {
- // // index = 0;
- // } else {
- // index = 0;
- // }
- // }
- // index++;
- // oldheader = gridApi;
- // var fildata = $scope.memoryfilterData;
- // if (index % 3 == 0) {
- // delete $scope.memoryfilterData.incident;
- // fildata = $scope.memoryfilterData;
- // } else if (index % 3 == 1) {
- // angular.extend(fildata, { 'incident': { "sort": gridApi.field } });
- // } else if (index % 3 == 2) {
- // angular.extend(fildata, { 'incident': { "sort": gridApi.field, "order": "asc" } });
- // }
- // $scope.refreshData('expand-right', fildata);
- // }
- gridApi.pagination.on.paginationChanged($scope, function(newPage, pageSize) {
- var filtersData = $scope.memoryfilterData;
- filtersData.idx = newPage - 1;
- filtersData.sum = pageSize;
- $scope.fileData.idx=newPage - 1;
- $scope.fileData.sum=pageSize;
- $scope.refreshData('expand-right', $scope.fileData);
- // $scope.refreshData('expand-right', {"assignee":$rootScope.user.id, "candidateGroups":$rootScope.user.group[0].id, "idx":newPage-1,"sum":pageSize});
- });
- $scope.selected = {
- items: []
- }
- };
- $scope.memoryfilterData = defaultFilterData = {
- // "assignee":$rootScope.user.id,
- // "candidateGroups":$rootScope.user.group[0].id,
- "idx": 0,
- "sum": mun,
- 'alarmIncident': {
- "state": ''
- }
- };
- $scope.selectRowFunction = function(data) {
- console.log(data)
- var login_requester = JSON.parse(localStorage.getItem('login_requester'));
- var formdata = {
- // 'model': {
- // 'incident': {
- // 'requester': data.requester,
- // 'area': data.area,
- // 'place': data.place,
- // 'houseNumber': data.address,
- // 'contacts': data.contacts,
- // 'contactsInformation': data.contactsInformation,
- // // 'category': data.wxIncidentClassifyDTO.category,
- // 'description': data.incidentDescription,
- // 'source': { 'id': 4 },
- // 'sourceType': data.sourceType,
- // 'fileUrl': data.fileUrl
- // },
- // 'networkInformation': data.requester,
- // 'flow': data.id
- // }
- 'model':{
- 'incident':{
- 'description': 'ID:'+(data.alarm.alarmId||'')+'\r\n'+ '来源:'+(data.alarm.equipment||'')+'\r\n'+ '时间:'+(data.alarm.alarmActiveTime||'')+'\r\n'+ '紧急度:'+(data.alarm.alarmSeverity||'')+'\r\n'+ '内容:'+(data.alarm.alarmContent||'')+'\r\n'+ '描述:'+(data.alarm.alarmDescription||'')+'\r\n'+ 'IP:'+(data.alarm.alarmIp||'') +'\r\n'+ '地址:'+(data.alarm.alarmLocation||'')+'\r\n',
- 'alarm': data.alarm
- }
- },
- 'alarmIncident': data
- }
- if(login_requester){
- formdata.model.incident.requester = login_requester;
- formdata.model.incident.area = login_requester.place.area;
- formdata.model.incident.place = login_requester.place;
- formdata.model.incident.contacts = login_requester.name;
- formdata.model.incident.contactsInformation = login_requester.mphone;
- formdata.model.incident.source = { 'id': 1550 };
- }
- console.log(formdata)
- // if (formdata.alarmIncident.state == '未建单') {
- // formdata.alarmIncident.state = 0;
- // }
- delete(formdata.alarmIncident.item);
- console.log(formdata);
- // if (data.requester.requesterTypeDTO && data.requester.requesterTypeDTO.id == 2) {
- // angular.extend(formdata.model.incident, { 'priority': { 'id': 2 } });
- // }
- if (formdata.alarmIncident.alarm.alarmExtension) {
- formdata.alarmIncident.alarm.alarmExtension = formdata.alarmIncident.alarm.alarmExtension.replace('{', "");
- formdata.alarmIncident.alarm.alarmExtension = formdata.alarmIncident.alarm.alarmExtension.replace('}', "");
- // formdata.alarmIncident.alarm.alarmExtension = formdata.alarmIncident.alarm.alarmExtension.replace(/,/g, '\n');
- }
- console.log(formdata);
- $state.go('app.incident.chart', { 'model': JSON.stringify(formdata) });
- };
- $scope.lookFunction = function(data) {
- var modelfile = { model: { incident: data } };
- // $state.go('app.incident.detail', { formKey: 'incident_back', pdKey: 'incident', dataId: data.id, taskId: data.taskId, processInstanceId: data.processInstanceId });
- if (data.state == "未受理") {
- angular.extend(modelfile.model.incident, { status: 1 })
- } else {
- angular.extend(modelfile.model.incident, { status: 0 })
- }
- $state.go('app.desk.form_editor', { formKey: 'desk_detail', service: 'api_user_data', model: JSON.stringify(modelfile) });
- };
- // $scope.followFunction = function(data){
- // //console.log('data='+JSON.stringify(data));
- // $state.go('app.detail', { formKey:'statusform', pdKey:'incident', dataId: data.id,processInstanceId: data.processInstanceId});
- // };
- $scope.onDblClick = function(row) {
- if(!row.entity){
- row.entity = angular.copy(row);
- }
- console.log(row)
- if (row.entity.alarm.alarmExtension) {
- row.entity.alarm.alarmExtension = row.entity.alarm.alarmExtension.replace('{', "");
- row.entity.alarm.alarmExtension = row.entity.alarm.alarmExtension.replace('}', "");
- row.entity.alarm.alarmExtension = row.entity.alarm.alarmExtension.replace(/,/g, '\n');
- }
- event.stopPropagation();
- var modelfile = { model: row.entity };
- // if (row.entity.state == "未受理") {
- // angular.extend(modelfile.model.incident, { status: 1 })
- // } else {
- // angular.extend(modelfile.model.incident, { status: 0 })
- // }
- console.log(modelfile)
- $state.go('app.desk.form_editor', { formKey: 'desk_emergency', service: 'api_user_data', model: JSON.stringify(modelfile) });
- };
- var defaultFilterData = {
- // "assignee":$rootScope.user.id,
- // "candidateGroups":$rootScope.user.group[0].id,
- "idx": 0,
- "sum": 15,
- alarmIncident: {
- state: '未处理',
- }
- };
- // if(angular.isDefined($rootScope.search)&&angular.isDefined($rootScope.search.incident)){
- // defaultFilterData['searchType']=$rootScope.search.incident;
- // $scope.searchTypes=$rootScope.search.incident;
- // }
- // if($rootScope['cmdbs']!='incident'){$rootScope.idx=1}
- // if(angular.isDefined($rootScope.idx)&&$rootScope.cmdbs!="false"){
- // $rootScope['cmdbs']='incident';
- // defaultFilterData.idx=$rootScope.idx-1;
- // }else{$rootScope.cmdbs="";}
- $scope.ldloading = {};
- // $scope.Change= function(upTypes){
- // if(angular.isDefined(upTypes)&&upTypes=='upincident'){
- // $state.go('app.problem.incident',{});
- // }
- // else if(angular.isDefined(upTypes)&&upTypes=='upchange'){
- // $state.go('app.change.incident',{});
- // }
- // }
- // $scope.submit = function(searchType) {
- // api_apply.wxIncidentReject(1, { "rejectRemark": "不受理" }).then(function(data) {
- // if (data && data.status == 200) {
- // SweetAlert.swal({
- // title: "提交成功",
- // text: '不受理提交成功',
- // type: "success",
- // }, function() {
- // $scope.reload();
- // });
- // } else {
- // SweetAlert.swal({
- // title: "提交失败",
- // text: '不受理提交失败',
- // type: "error"
- // });
- // }
- // });
- // }
- $scope.onChange = function(searchType) {
- // console.log(searchType)
- // $scope.searchstate = searchType;
- // defaultFilterData = $scope.memoryfilterData;
- // defaultFilterData['searchType'] = searchType;
- // defaultFilterData.alarmIncident.state = searchType
- // console.log(defaultFilterData)
- $scope.searchstate=searchType;
- $scope.fileData.alarmIncident.state=searchType;
- $scope.refreshData('expand-right',$scope.fileData);
- }
- $scope.refreshData = function(style, filterData) {
- // $scope.ldloading[style.replace('-', '_')] = true;
- // if (angular.isUndefined(filterData)) {
- // filterData = defaultFilterData;
- // }
- // console.log($scope.searchstate);
- // filterData.alarmIncident.state = $scope.searchstate
- // console.log(filterData);
- console.log(filterData);
- $scope.myData = [];
- $scope.gridOptions['sum'] = filterData.sum;
- api_bpm_data.fetchDataList("alarmIncident", filterData, 'alarmIncident').then(function(data) {
- console.log(data)
- var myData6 = Restangular.stripRestangular(data);
- $scope.gridOptions['totalItems'] = myData6.totalNum;
- $scope.myData = myData6.list;
- for (var i = 0; i < $scope.myData.length; i++) {
- $scope.myData[i]['item'] = i + 1 + filterData.idx * filterData.sum
- }
- // $scope.handle = false;
- // $scope.notBeing = false;
- // for (var i = 0; i < $scope.myData.length; i++) {
- // $scope.myData[i]['item'] = i + 1 + filterData.idx * filterData.sum;
- // // $scope.TIME = $scope.myData[i].alarm['alarmActiveTime'];
- // // $scope.myData[i].alarm.alarmActiveTime = moment($scope.TIME).format("YYYY-MM-DD HH:mm:ss");
- // console.log($scope.myData[i]['state'])
- // if ($scope.myData[i]['state'] == '未处理') {
- // $scope.handle = true;
- // $scope.notBeing = true;
- // }
- // else {
- // $scope.handle = false;
- // }
- // if ($scope.myData[i]['state'] == '暂不处理') {
- // $scope.notBeing = false;
- // $scope.handle = true;
- // }
- // }
- // $scope.ldloading[style.replace('-', '_')] = false;
- }, function() {
- // $scope.ldloading[style.replace('-', '_')] = false;
- });
- };
- $scope.dictionaryData=[];
- $scope.getDictionary=function(){
- var data={
- "key":"alarmincident_state",
- "type":"list"
- }
- api_wechatfile.getDictionary(data).then(function(res){
- $scope.dictionaryData=res;
- $scope.fileData={
- "idx":0,
- "sum":mun,
- "alarmIncident":{
- "state":$scope.dictionaryData[0]
- }
- };
- $scope.searchstate = $scope.dictionaryData[0];
- $scope.refreshData('expand-right', $scope.fileData);
- })
- } ;
- $scope.getDictionary();
- }
- ]);
- app.controller('WechatOperCtrl2', ['$rootScope', '$http', '$scope', '$modal', 'SweetAlert', '$state', 'api_bpm_data', function($rootScope, $http, $scope, $modal, SweetAlert, $state, api_bpm_data) {
- $scope.handle = false;
- var loginUser = $rootScope.user;
- console.log($scope.item);
- if ($scope.item.state.name == '未处理') {
- $scope.handle = true;
- $scope.notBeing = true;
- } else {
- $scope.handle = false;
- }
- if ($scope.item.state.name == '暂不处理') {
- $scope.notBeing = false;
- $scope.handle = true;
- }
- // if ($scope.item.alarm.alarmStatus == '恢复') {
- // $scope.notBeing = false;
- // $scope.handle = false;
- // }
- // console.log($scope.notBeing);
- // 查看
- $scope.look = function() {
- $scope.colobject.grid.appScope.onDblClick($scope.item);
- }
- // 处理 --wt
- $scope.edit = function() {
- $scope.colobject.grid.appScope.selectRowFunction($scope.item);
- // $scope.doEdit($scope.item.id);
- // console.log($scope.item)
- }
- // 不处理 --wt
- $scope.notAccept = function() {
- console.log($scope.item);
- var modalInstance = $modal.open({
- templateUrl: 'assets/views/desk/emergencyReason.html',
- controller: function($scope, $modalInstance, SweetAlert, item, $scope1, style, filterData) {
- $scope.ok = function() {
- console.log(item)
- console.log($scope1.colobject.grid.appScope);
- if ($scope.rejectRemark) {
- item.rejectRemark = $scope.rejectRemark;
- item.oprator = $rootScope.user.name;
- delete(item.item);
- console.log(item);
- // item.state = "不受理";
- item.state.id=1605;
- // item = { alarmIncident: item };
- item={"alarmIncident":item};
- api_bpm_data.updData("alarmIncident",item).then(function(data) {
- console.log(data);
- console.log(item)
- SweetAlert.swal({
- title: "提交成功!",
- confirmButtonColor: "#007AFF"
- });
- $modalInstance.dismiss('cancel');
- $scope1.colobject.grid.appScope.refreshData('expand-right', $scope1.colobject.grid.appScope.fileData);
- })
-
- } else {
- SweetAlert.swal({
- title: "不受理原因为空!",
- confirmButtonColor: "#007AFF"
- });
- }
- // $state.go('app.desk.emergency', {});
- };
- $scope.cancel = function() {
- $modalInstance.dismiss('cancel');
- };
- },
- size: 'sm',
- resolve: {
- item: function() {
- return $scope.item;
- },
- $scope1: function() {
- return $scope;
- },
- style: function() {
- return $rootScope.stylewt;
- },
- filterData: function() {
- return $rootScope.filterDatawt;
- }
- }
- });
- // $scope.colobject.grid.appScope.lookFunction($scope.item);
- // $scope.doEdit($scope.item.id);
- };
- // 暂不处理 --wt
- $scope.being = function() {
- console.log($scope.item);
- console.log($scope.colobject.grid.appScope)
- $scope.item.oprator = $rootScope.user.name;
- // $scope.item.state = '暂不处理'
- $scope.item.state.id=1606;
- delete($scope.item.item);
- console.log($scope.item)
- $scope.item = { alarmIncident: $scope.item };
- api_bpm_data.updData("alarmIncident",$scope.item).then(function(data) {
- console.log(data)
- if (data.status == 200) {
- $scope.notBeing = false;
- SweetAlert.swal({
- title: "提交成功!",
- confirmButtonColor: "#007AFF"
- });
- $scope.colobject.grid.appScope.refreshData('expand-right', $scope.colobject.grid.appScope.fileData);
- }
- })
- }
- console.log($scope.handle)
- }]);
- app.directive('wechatoperator2', function() {
- return {
- restrict: 'E',
- scope: {
- item: '=',
- colobject: '='
- },
- controller: 'WechatOperCtrl2',
- template: '<div class="links cl-effect-1 ui-grid-cell-contents pull-left" >' +
- // '<a ng-click="edit()" ng-show="{{handle}}" tooltip="生成事件" tooltip-placement="left"><i class="icon iconfont icon-bianji bianjifont"></i></a>' +
- '<a ng-click="look()" tooltip="查看" tooltip-placement="right">查看</a>' +
- '<a ng-click="edit()" ng-show="{{handle}}" class="bianjifont">建单</a>' + '<a ng-click="notAccept ()" ng-show="{{handle}}" class="bianjifont">不受理</a>' + '<a ng-click="being ()" ng-show="{{notBeing}}" class="bianjifont">暂不处理</a>' +
- // '<a ng-click="look()" ng-show="{{!handle}}" tooltip="查看" tooltip-placement="right"><i class="ti-eye"></i></a>' +
- '</div>'
- };
- });
|