|  |  | @ -285,6 +285,7 @@ export default { | 
			
		
	
		
		
			
				
					
					|  |  |  |         tagStatus: "1",    // |  |  |  |         tagStatus: "1",    // | 
			
		
	
		
		
			
				
					
					|  |  |  |         billNo: null, |  |  |  |         billNo: null, | 
			
		
	
		
		
			
				
					
					|  |  |  |         busType: null, |  |  |  |         busType: null, | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |         workPlaceCode: null, | 
			
		
	
		
		
			
				
					
					|  |  |  |         page: 1, |  |  |  |         page: 1, | 
			
		
	
		
		
			
				
					
					|  |  |  |         limit: 10, |  |  |  |         limit: 10, | 
			
		
	
		
		
			
				
					
					|  |  |  |       }, |  |  |  |       }, | 
			
		
	
	
		
		
			
				
					|  |  | @ -377,6 +378,9 @@ export default { | 
			
		
	
		
		
			
				
					
					|  |  |  |       }) |  |  |  |       }) | 
			
		
	
		
		
			
				
					
					|  |  |  |     }, |  |  |  |     }, | 
			
		
	
		
		
			
				
					
					|  |  |  |     downloadData(){ |  |  |  |     downloadData(){ | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |       if (this.filterQuery.busType == null ||this.filterQuery.workPlaceCode == null ){ | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |         return this.$message.error("请选择工位和业务类型") | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |       } | 
			
		
	
		
		
			
				
					
					|  |  |  |       downloadOrder(this.filterQuery).then(res => { |  |  |  |       downloadOrder(this.filterQuery).then(res => { | 
			
		
	
		
		
			
				
					
					|  |  |  |         if (res.code == 20000){ |  |  |  |         if (res.code == 20000){ | 
			
		
	
		
		
			
				
					
					|  |  |  |           return this.$message.success(res.data) |  |  |  |           return this.$message.success(res.data) | 
			
		
	
	
		
		
			
				
					|  |  | 
 |