|  |  | @ -258,7 +258,7 @@ | 
			
		
	
		
		
			
				
					
					|  |  |  |       </el-table> |  |  |  |       </el-table> | 
			
		
	
		
		
			
				
					
					|  |  |  |       <pagination |  |  |  |       <pagination | 
			
		
	
		
		
			
				
					
					|  |  |  |         v-show="total>0" |  |  |  |         v-show="total>0" | 
			
		
	
		
		
			
				
					
					|  |  |  |         :total="total" |  |  |  |         :total.sync="total" | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  |         :limit.sync="filterQuery.limit" |  |  |  |         :limit.sync="filterQuery.limit" | 
			
		
	
		
		
			
				
					
					|  |  |  |         :page.sync="filterQuery.page" |  |  |  |         :page.sync="filterQuery.page" | 
			
		
	
		
		
			
				
					
					|  |  |  |         @pagination="getList" |  |  |  |         @pagination="getList" | 
			
		
	
	
		
		
			
				
					|  |  | @ -1056,6 +1056,7 @@ export default { | 
			
		
	
		
		
			
				
					
					|  |  |  |       // this.filterQuery.busType = 2;     //送货出入库单据类型 |  |  |  |       // this.filterQuery.busType = 2;     //送货出入库单据类型 | 
			
		
	
		
		
			
				
					
					|  |  |  |       getOrderList(this.filterQuery) |  |  |  |       getOrderList(this.filterQuery) | 
			
		
	
		
		
			
				
					
					|  |  |  |         .then((response) => { |  |  |  |         .then((response) => { | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |           debugger | 
			
		
	
		
		
			
				
					
					|  |  |  |           this.loading = false; |  |  |  |           this.loading = false; | 
			
		
	
		
		
			
				
					
					|  |  |  |           if (response.code === 20000) { |  |  |  |           if (response.code === 20000) { | 
			
		
	
		
		
			
				
					
					|  |  |  |             this.list = response.data.list || []; |  |  |  |             this.list = response.data.list || []; | 
			
		
	
	
		
		
			
				
					|  |  | 
 |