|  |  | @ -1190,7 +1190,7 @@ export default { | 
			
		
	
		
		
			
				
					
					|  |  |  |           .then((response) => { |  |  |  |           .then((response) => { | 
			
		
	
		
		
			
				
					
					|  |  |  |             this.subInvList = response.data || []; |  |  |  |             this.subInvList = response.data || []; | 
			
		
	
		
		
			
				
					
					|  |  |  |             if (this.subInvList != null && this.subInvList.length == 1) { |  |  |  |             if (this.subInvList != null && this.subInvList.length == 1) { | 
			
		
	
		
		
			
				
					
					|  |  |  |               this.formData.invWarehouseCode = this.subInvList[0]; |  |  |  |               this.formData.invWarehouseCode = this.subInvList[0].code; | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  |             } |  |  |  |             } | 
			
		
	
		
		
			
				
					
					|  |  |  |           }) |  |  |  |           }) | 
			
		
	
		
		
			
				
					
					|  |  |  |           .catch(() => { |  |  |  |           .catch(() => { | 
			
		
	
	
		
		
			
				
					|  |  | 
 |