|  |  | @ -563,7 +563,7 @@ export default { | 
			
		
	
		
		
			
				
					
					|  |  |  |         limit: 10, |  |  |  |         limit: 10, | 
			
		
	
		
		
			
				
					
					|  |  |  |         startTime: null, |  |  |  |         startTime: null, | 
			
		
	
		
		
			
				
					
					|  |  |  |         endTime: null, |  |  |  |         endTime: null, | 
			
		
	
		
		
			
				
					
					|  |  |  |         invCode: this.$store.getters.locInvCode, |  |  |  |         invCode: null, | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  |       }, |  |  |  |       }, | 
			
		
	
		
		
			
				
					
					|  |  |  |       determineVisible: false, |  |  |  |       determineVisible: false, | 
			
		
	
		
		
			
				
					
					|  |  |  |       determineData: null, |  |  |  |       determineData: null, | 
			
		
	
	
		
		
			
				
					|  |  | @ -949,10 +949,10 @@ export default { | 
			
		
	
		
		
			
				
					
					|  |  |  |           for (var i = 0; i < invlist1.length; i++) { |  |  |  |           for (var i = 0; i < invlist1.length; i++) { | 
			
		
	
		
		
			
				
					
					|  |  |  |             if (invlist1[i].code == 1000000) { |  |  |  |             if (invlist1[i].code == 1000000) { | 
			
		
	
		
		
			
				
					
					|  |  |  |               this.invList.push(invlist1[i]); |  |  |  |               this.invList.push(invlist1[i]); | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |               this.filterQuery.invCode=invlist1[i].code; | 
			
		
	
		
		
			
				
					
					|  |  |  |             } |  |  |  |             } | 
			
		
	
		
		
			
				
					
					|  |  |  |           } |  |  |  |           } | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |         }) |  |  |  |         }) | 
			
		
	
		
		
			
				
					
					|  |  |  |         .catch(() => { |  |  |  |         .catch(() => { | 
			
		
	
		
		
			
				
					
					|  |  |  |         }); |  |  |  |         }); | 
			
		
	
	
		
		
			
				
					|  |  | 
 |