|  | @@ -128,7 +128,6 @@ var al_data = [];
 | 
	
		
			
				|  |  |              layer.msg('请选择扣分值');
 | 
	
		
			
				|  |  |              return;
 | 
	
		
			
				|  |  |          }
 | 
	
		
			
				|  |  | -        
 | 
	
		
			
				|  |  |          data = {
 | 
	
		
			
				|  |  |              "id":check_id,
 | 
	
		
			
				|  |  |              "dept_id":dept_id,
 | 
	
	
		
			
				|  | @@ -221,9 +220,9 @@ function queryTable(){
 | 
	
		
			
				|  |  |                      {width: 120, text: '附件', type: 'imagedd',flex: false,colClass: '',field:'file_ids'},
 | 
	
		
			
				|  |  |                      {width: 50, text: '扣分描述', flex: false,colClass: '',field:'remark'},
 | 
	
		
			
				|  |  |                      {width: 50, text: '检查类型', flex: false,hide: hide,field:'wrecker_check_type_name'}
 | 
	
		
			
				|  |  | -                ] ;
 | 
	
		
			
				|  |  | +                ];
 | 
	
		
			
				|  |  |      if(roleContains("JICHA") || hasRole("ROLE_ADMIN")){
 | 
	
		
			
				|  |  | -        cols.push({width: 50, text: '操作',  flex: false,hide: hide,field:'id',oper:[
 | 
	
		
			
				|  |  | +        cols.push({width: 50, text: '操作',  flex: false,field:'id',oper:[
 | 
	
		
			
				|  |  |              {func:'updateCheckTeam',text:'修改',icon_class:'icon-edit'},{func:'deleteCheckTeam',text:'删除',icon_class:'icon-remove-circle'}
 | 
	
		
			
				|  |  |          ]});
 | 
	
		
			
				|  |  |      }
 |