|  |  |  | @ -1005,6 +1005,11 @@ export default { | 
			
		
	
		
			
				
					|  |  |  |  |         }, | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  |         findSubStorageMethod(val) { | 
			
		
	
		
			
				
					|  |  |  |  |             this.subInvList.forEach(item => { | 
			
		
	
		
			
				
					|  |  |  |  |                 if (item.code === val) { | 
			
		
	
		
			
				
					|  |  |  |  |                     this.formData.locStorageCode = item.parentId; | 
			
		
	
		
			
				
					|  |  |  |  |                 } | 
			
		
	
		
			
				
					|  |  |  |  |             }); | 
			
		
	
		
			
				
					|  |  |  |  |             this.getBusType(); | 
			
		
	
		
			
				
					|  |  |  |  |             let cQuery = { | 
			
		
	
		
			
				
					|  |  |  |  |                 code: this.formData.invWarehouseCode, | 
			
		
	
	
		
			
				
					|  |  |  | @ -1224,8 +1229,6 @@ export default { | 
			
		
	
		
			
				
					|  |  |  |  |                 this.query.limit = parseInt(this.query.limit); | 
			
		
	
		
			
				
					|  |  |  |  |                 this.query.corpOrderId = query.id; | 
			
		
	
		
			
				
					|  |  |  |  |             } | 
			
		
	
		
			
				
					|  |  |  |  |             this.formData.invWarehouseCode = this.$store.getters.locSubInvCode; | 
			
		
	
		
			
				
					|  |  |  |  |             this.formData.locStorageCode = this.$store.getters.locInvCode; | 
			
		
	
		
			
				
					|  |  |  |  |             if (this.$isNotBlank(this.formData.locStorageCode)) { | 
			
		
	
		
			
				
					|  |  |  |  |                 this.findStorageMethod(); | 
			
		
	
		
			
				
					|  |  |  |  |             } | 
			
		
	
	
		
			
				
					|  |  |  | 
 |