|  |  | @ -479,13 +479,12 @@ export default { | 
			
		
	
		
		
			
				
					
					|  |  |  |             this.findSubStorageMethod(); |  |  |  |             this.findSubStorageMethod(); | 
			
		
	
		
		
			
				
					
					|  |  |  |         }, |  |  |  |         }, | 
			
		
	
		
		
			
				
					
					|  |  |  |         subStorageChange(item) { |  |  |  |         subStorageChange(item) { | 
			
		
	
		
		
			
				
					
					|  |  |  |             // this.formData.fromSubInvCode = null; |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |             this.formData.fromSubInvCode=item; |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |             this.formData.locStorageCode= this.subInvList.find(item => item.code == this.formData.invWarehouseCode).parentId |  |  |  |             this.formData.locStorageCode= this.subInvList.find(item => item.code == this.formData.invWarehouseCode).parentId | 
			
		
	
		
		
			
				
					
					|  |  |  |             this.formData.corpId=this.subInvList.find(item => item.code == this.formData.invWarehouseCode).code |  |  |  |             this.formData.corpId=this.subInvList.find(item => item.code == this.formData.invWarehouseCode).code | 
			
		
	
		
		
			
				
					
					|  |  |  |             this.formData.corpName=this.subInvList.find(item => item.code == this.formData.invWarehouseCode).warehouseName |  |  |  |             this.formData.corpName=this.subInvList.find(item => item.code == this.formData.invWarehouseCode).warehouseName | 
			
		
	
		
		
			
				
					
					|  |  |  |             this.findSubStorageMethod(); |  |  |  |             this.findSubStorageMethod(); | 
			
		
	
		
		
			
				
					
					|  |  |  |             this.getBusType(); |  |  |  |             this.getBusType(); | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  |         }, |  |  |  |         }, | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
	
		
		
			
				
					|  |  | @ -500,7 +499,9 @@ export default { | 
			
		
	
		
		
			
				
					
					|  |  |  |                     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].code; |  |  |  |                         this.formData.invWarehouseCode = this.subInvList[0].code; | 
			
		
	
		
		
			
				
					
					|  |  |  |                          this.findSubStorageMethod(); |  |  |  |                         this.formData.locStorageCode = this.subInvList[0].parentId; | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |                         this.getBusType(); | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |                         this.findSubStorageMethod(); | 
			
		
	
		
		
			
				
					
					|  |  |  |                     } |  |  |  |                     } | 
			
		
	
		
		
			
				
					
					|  |  |  |                 }) |  |  |  |                 }) | 
			
		
	
		
		
			
				
					
					|  |  |  |                 .catch(() => { |  |  |  |                 .catch(() => { | 
			
		
	
	
		
		
			
				
					|  |  | 
 |