| 
					
				 | 
			
			
				@@ -68,6 +68,13 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form','editable'], function 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             }); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            //在普通搜索渲染后 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            table.on('post-common-search.bs.table', function (event, table) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                var form = $("form", table.$commonsearch); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                $("input[name='exam_collection_name']", form).addClass("selectpage").data("source", "teacher/collection/selectpage").data('params',{'custom[exam_collection_type]':3}).data("primaryKey", "exam_collection_name").data("field", "exam_collection_name").data("orderBy", "exam_collection_id asc"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                Form.events.cxselect(form); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                Form.events.selectpage(form); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            }); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             // 初始化表格 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             table.bootstrapTable({ 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -113,8 +120,8 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form','editable'], function 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                         {field: 'total_score', title: __('Total_score'),operate:false}, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                         {field: 'exam_duration', title: __('考试时长(秒)'),operate: "between",visible:false}, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                         {field: 'exam_duration_text', title: __('考试时长'),operate: false}, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                        {field: 'starttime', title: __('开始考试时间'), formatter: Table.api.formatter.datetime, operate: 'RANGE', addclass: 'datetimerange', sortable: true}, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                        {field: 'endtime', title: __('交卷时间'), formatter: Table.api.formatter.datetime, operate: 'RANGE', addclass: 'datetimerange', sortable: true}, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                        {field: 'starttime', title: __('开始考试时间'), formatter: Table.api.formatter.datetime,datetimeFormat: 'HH:mm:ss', operate: 'RANGE', addclass: 'datetimerange', sortable: true}, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                        {field: 'endtime', title: __('交卷时间'), formatter: Table.api.formatter.datetime, datetimeFormat: 'HH:mm:ss', operate: 'RANGE', addclass: 'datetimerange', sortable: true}, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                         // {field: 'endtime', title: __('End_time'), formatter: Table.api.formatter.datetime, operate: false, addclass: 'datetimerange', sortable: true}, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                         // {field: 'login_time', title: __('Login_time'), operate:'RANGE', addclass:'datetimerange', autocomplete:false}, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                         // {field: 'logout_time', title: __('Logout_time'), operate:'RANGE', addclass:'datetimerange', autocomplete:false}, 
			 |