|  |  | @ -313,7 +313,7 @@ export default { | 
			
		
	
		
		
			
				
					
					|  |  |  |       default: null, |  |  |  |       default: null, | 
			
		
	
		
		
			
				
					
					|  |  |  |       required: true |  |  |  |       required: true | 
			
		
	
		
		
			
				
					
					|  |  |  |     }, |  |  |  |     }, | 
			
		
	
		
		
			
				
					
					|  |  |  |     uploadStatus: { |  |  |  |     status: { | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  |       type: Object, |  |  |  |       type: Object, | 
			
		
	
		
		
			
				
					
					|  |  |  |       default: null, |  |  |  |       default: null, | 
			
		
	
		
		
			
				
					
					|  |  |  |       required: true |  |  |  |       required: true | 
			
		
	
	
		
		
			
				
					|  |  | @ -346,6 +346,7 @@ export default { | 
			
		
	
		
		
			
				
					
					|  |  |  |       filterQuery: { |  |  |  |       filterQuery: { | 
			
		
	
		
		
			
				
					
					|  |  |  |         busType: null, |  |  |  |         busType: null, | 
			
		
	
		
		
			
				
					
					|  |  |  |         tagStatus: null, |  |  |  |         tagStatus: null, | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |         uploadStatus: null, | 
			
		
	
		
		
			
				
					
					|  |  |  |         billNo: null, |  |  |  |         billNo: null, | 
			
		
	
		
		
			
				
					
					|  |  |  |         workPlaceCode: null, |  |  |  |         workPlaceCode: null, | 
			
		
	
		
		
			
				
					
					|  |  |  |         page: 1, |  |  |  |         page: 1, | 
			
		
	
	
		
		
			
				
					|  |  | @ -544,8 +545,8 @@ export default { | 
			
		
	
		
		
			
				
					
					|  |  |  |   }, |  |  |  |   }, | 
			
		
	
		
		
			
				
					
					|  |  |  |   created() { |  |  |  |   created() { | 
			
		
	
		
		
			
				
					
					|  |  |  |     this.filterQuery.tagStatus = this.tagStatus |  |  |  |     this.filterQuery.tagStatus = this.tagStatus | 
			
		
	
		
		
			
				
					
					|  |  |  |     this.filterQuery.uploadStatus = this.uploadStatus.toString() |  |  |  |     this.filterQuery.uploadStatus = String(this.status) | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |     if (this.uploadStatus == 2) { |  |  |  |     if (this.status == 2) { | 
			
				
				
			
		
	
		
		
	
		
		
	
		
		
			
				
					
					|  |  |  |       this.filterQuery.uploadStatusName = '已上传' |  |  |  |       this.filterQuery.uploadStatusName = '已上传' | 
			
		
	
		
		
			
				
					
					|  |  |  |     } |  |  |  |     } | 
			
		
	
		
		
			
				
					
					|  |  |  |     if (this.$route.query.workplaceId != null) { |  |  |  |     if (this.$route.query.workplaceId != null) { | 
			
		
	
	
		
		
			
				
					|  |  | 
 |