|  |  | @ -455,6 +455,7 @@ export default { | 
			
		
	
		
		
			
				
					
					|  |  |  |             this.editQuery = JSON.parse(JSON.stringify(row)); |  |  |  |             this.editQuery = JSON.parse(JSON.stringify(row)); | 
			
		
	
		
		
			
				
					
					|  |  |  |             this.editChangeTypeVisible = true; |  |  |  |             this.editChangeTypeVisible = true; | 
			
		
	
		
		
			
				
					
					|  |  |  |             this.getBusTypes(); |  |  |  |             this.getBusTypes(); | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |             this.findDefaultSubInv(); | 
			
		
	
		
		
			
				
					
					|  |  |  |         } |  |  |  |         } | 
			
		
	
		
		
			
				
					
					|  |  |  |         , |  |  |  |         , | 
			
		
	
		
		
			
				
					
					|  |  |  |         hideForm() { |  |  |  |         hideForm() { | 
			
		
	
	
		
		
			
				
					|  |  | @ -527,6 +528,7 @@ export default { | 
			
		
	
		
		
			
				
					
					|  |  |  |                 }); |  |  |  |                 }); | 
			
		
	
		
		
			
				
					
					|  |  |  |         }, |  |  |  |         }, | 
			
		
	
		
		
			
				
					
					|  |  |  |         findDefaultSubInv() { |  |  |  |         findDefaultSubInv() { | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  |             this.subInvList = []; |  |  |  |             this.subInvList = []; | 
			
		
	
		
		
			
				
					
					|  |  |  |             let query = { |  |  |  |             let query = { | 
			
		
	
		
		
			
				
					
					|  |  |  |                 pcode: this.editQuery.defaultInv |  |  |  |                 pcode: this.editQuery.defaultInv | 
			
		
	
	
		
		
			
				
					|  |  | @ -539,8 +541,7 @@ export default { | 
			
		
	
		
		
			
				
					
					|  |  |  |                 }); |  |  |  |                 }); | 
			
		
	
		
		
			
				
					
					|  |  |  |         }, |  |  |  |         }, | 
			
		
	
		
		
			
				
					
					|  |  |  |         invChange() { |  |  |  |         invChange() { | 
			
		
	
		
		
			
				
					
					|  |  |  |             if (this.$isNotBlank(this.inputQuery.defaultSubInv)) |  |  |  |             this.editQuery.defaultSubInv = null; | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |                 this.inputQuery.defaultSubInv = null; |  |  |  |  | 
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  |             this.findDefaultSubInv(); |  |  |  |             this.findDefaultSubInv(); | 
			
		
	
		
		
			
				
					
					|  |  |  |         }, |  |  |  |         }, | 
			
		
	
		
		
			
				
					
					|  |  |  |     }, |  |  |  |     }, | 
			
		
	
	
		
		
			
				
					|  |  | @ -549,6 +550,7 @@ export default { | 
			
		
	
		
		
			
				
					
					|  |  |  |         this.getTypes(); |  |  |  |         this.getTypes(); | 
			
		
	
		
		
			
				
					
					|  |  |  |         this.getList(); |  |  |  |         this.getList(); | 
			
		
	
		
		
			
				
					
					|  |  |  |         this.getStorage(); |  |  |  |         this.getStorage(); | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  |     } |  |  |  |     } | 
			
		
	
		
		
			
				
					
					|  |  |  | } |  |  |  | } | 
			
		
	
		
		
			
				
					
					|  |  |  | ; |  |  |  | ; | 
			
		
	
	
		
		
			
				
					|  |  | 
 |