|  |  | @ -550,8 +550,10 @@ export default { | 
			
		
	
		
		
			
				
					
					|  |  |  |             let tQuery = { |  |  |  |             let tQuery = { | 
			
		
	
		
		
			
				
					
					|  |  |  |                 orderId: this.idQuery.id, |  |  |  |                 orderId: this.idQuery.id, | 
			
		
	
		
		
			
				
					
					|  |  |  |                 locStorageCode: this.formData.locStorageCode, |  |  |  |                 locStorageCode: this.formData.locStorageCode, | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |                 invStorageCode: this.formData.invStorageCode, | 
			
		
	
		
		
			
				
					
					|  |  |  |                 invWarehouseCode: this.formData.invWarehouseCode, |  |  |  |                 invWarehouseCode: this.formData.invWarehouseCode, | 
			
		
	
		
		
			
				
					
					|  |  |  |                 fromSubInvCode: this.formData.fromSubInvCode, |  |  |  |                 fromSubInvCode: this.formData.fromSubInvCode, | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |                 subInvCode: this.formData.subInvCode, | 
			
		
	
		
		
			
				
					
					|  |  |  |                 action: this.formData.action, |  |  |  |                 action: this.formData.action, | 
			
		
	
		
		
			
				
					
					|  |  |  |                 fromCorp: this.formData.fromCorp, |  |  |  |                 fromCorp: this.formData.fromCorp, | 
			
		
	
		
		
			
				
					
					|  |  |  |                 fromCorpId: this.formData.fromCorpId, |  |  |  |                 fromCorpId: this.formData.fromCorpId, | 
			
		
	
	
		
		
			
				
					|  |  | @ -1005,11 +1007,6 @@ export default { | 
			
		
	
		
		
			
				
					
					|  |  |  |         }, |  |  |  |         }, | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  |         findSubStorageMethod(val) { |  |  |  |         findSubStorageMethod(val) { | 
			
		
	
		
		
			
				
					
					|  |  |  |             this.subInvList.forEach(item => { |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |                 if (item.code === val) { |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |                     this.formData.locStorageCode = item.parentId; |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |                 } |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |             }); |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |             this.getBusType(); |  |  |  |             this.getBusType(); | 
			
		
	
		
		
			
				
					
					|  |  |  |             let cQuery = { |  |  |  |             let cQuery = { | 
			
		
	
		
		
			
				
					
					|  |  |  |                 code: this.formData.invWarehouseCode, |  |  |  |                 code: this.formData.invWarehouseCode, | 
			
		
	
	
		
		
			
				
					|  |  | @ -1229,6 +1226,8 @@ export default { | 
			
		
	
		
		
			
				
					
					|  |  |  |                 this.query.limit = parseInt(this.query.limit); |  |  |  |                 this.query.limit = parseInt(this.query.limit); | 
			
		
	
		
		
			
				
					
					|  |  |  |                 this.query.corpOrderId = query.id; |  |  |  |                 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)) { |  |  |  |             if (this.$isNotBlank(this.formData.locStorageCode)) { | 
			
		
	
		
		
			
				
					
					|  |  |  |                 this.findStorageMethod(); |  |  |  |                 this.findStorageMethod(); | 
			
		
	
		
		
			
				
					
					|  |  |  |             } |  |  |  |             } | 
			
		
	
	
		
		
			
				
					|  |  | 
 |