|  |  | @ -79,7 +79,7 @@ | 
			
		
	
		
		
			
				
					
					|  |  |  |             <el-table v-loading="loading" |  |  |  |             <el-table v-loading="loading" | 
			
		
	
		
		
			
				
					
					|  |  |  |                       :data="list" |  |  |  |                       :data="list" | 
			
		
	
		
		
			
				
					
					|  |  |  |                       style="width: 100%;" highlight-current-row |  |  |  |                       style="width: 100%;" highlight-current-row | 
			
		
	
		
		
			
				
					
					|  |  |  |                       @row-click="getStockOrderDetailList" ref="multipleTable"> |  |  |  |                       @row-click="onSearch" ref="multipleTable"> | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  |                 <el-table-column |  |  |  |                 <el-table-column | 
			
		
	
		
		
			
				
					
					|  |  |  |                     type="selection" |  |  |  |                     type="selection" | 
			
		
	
		
		
			
				
					
					|  |  |  |                     width="55"> |  |  |  |                     width="55"> | 
			
		
	
	
		
		
			
				
					|  |  | @ -641,6 +641,10 @@ export default { | 
			
		
	
		
		
			
				
					
					|  |  |  |                 this.haveDistributionVisible = false; |  |  |  |                 this.haveDistributionVisible = false; | 
			
		
	
		
		
			
				
					
					|  |  |  |             } |  |  |  |             } | 
			
		
	
		
		
			
				
					
					|  |  |  |         }, |  |  |  |         }, | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |         onSearch(row){ | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |             this.detailQuery.page = 1; | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |             this.getStockOrderDetailList(row); | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |         }, | 
			
		
	
		
		
			
				
					
					|  |  |  |         handleCurrentChange(val) { |  |  |  |         handleCurrentChange(val) { | 
			
		
	
		
		
			
				
					
					|  |  |  |             this.query.page = val; |  |  |  |             this.query.page = val; | 
			
		
	
		
		
			
				
					
					|  |  |  |             this.getList(); |  |  |  |             this.getList(); | 
			
		
	
	
		
		
			
				
					|  |  | 
 |