| 
					
				 | 
			
			
				@@ -1,6 +1,6 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 <template> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   <div class="app-container"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    <el-form :model="queryParams" ref="queryForm" size="small" :inline="true" v-show="showSearch" label-width="80px"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    <!-- <el-form :model="queryParams" ref="queryForm" size="small" :inline="true" v-show="showSearch" label-width="80px"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       <el-form-item label="报表名称"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         <el-input 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           v-model="queryParams.name" 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -14,7 +14,7 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         <el-button type="primary" icon="el-icon-search" size="mini" @click="handleQuery">搜索</el-button> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         <el-button icon="el-icon-refresh" size="mini" @click="resetQuery">重置</el-button> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       </el-form-item> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    </el-form> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    </el-form> --> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     <div class="box-class clearfix"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       <div  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       class="item-class clearfix"  
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -50,9 +50,9 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       itemList: [ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         // {id: 1, name: '总览统计', url: ''}, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         // {id: 2, name: '渠道统计', url: ''}, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        {id: 3, name: '场次销售分析', hasPermi: 'session:session:list', url: 'statisticalReport/session'}, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        // {id: 3, name: '场次销售分析', hasPermi: 'session:session:list', url: 'statisticalReport/session'}, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         {id: 4, name: '场次销售统计', hasPermi: 'statisticalReport:sessionInventory:downloadExcel', url: 'statisticalReport/sessionInventory'}, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        {id: 5, name: '座位类型销售统计', hasPermi: 'statisticalReport:seatInventory:downloadExcel', url: 'statisticalReport/seatInventory'}, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        // {id: 5, name: '座位类型销售统计', hasPermi: 'statisticalReport:seatInventory:downloadExcel', url: 'statisticalReport/seatInventory'}, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       ] 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     }; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   }, 
			 |