|  |  |  | @ -927,7 +927,9 @@ export default { | 
			
		
	
		
			
				
					|  |  |  |  |         }, | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  |         getBusType() { | 
			
		
	
		
			
				
					|  |  |  |  |             this.formData.billType=null; | 
			
		
	
		
			
				
					|  |  |  |  |             if(this.$isBlank(this.idQuery.id)){ | 
			
		
	
		
			
				
					|  |  |  |  |                 this.formData.billType=null; | 
			
		
	
		
			
				
					|  |  |  |  |             } | 
			
		
	
		
			
				
					|  |  |  |  |             let query = { | 
			
		
	
		
			
				
					|  |  |  |  |                 enabled: true, | 
			
		
	
		
			
				
					|  |  |  |  |                 invWarehouseCode: this.formData.invWarehouseCode | 
			
		
	
	
		
			
				
					|  |  |  | @ -1000,6 +1002,7 @@ export default { | 
			
		
	
		
			
				
					|  |  |  |  |         this.codeArray = []; | 
			
		
	
		
			
				
					|  |  |  |  |         this.closeConfirmFunction(false); | 
			
		
	
		
			
				
					|  |  |  |  |         if (this.$isNotBlank(this.idQuery.id)) { | 
			
		
	
		
			
				
					|  |  |  |  |             debugger | 
			
		
	
		
			
				
					|  |  |  |  |             this.query.limit = 100; | 
			
		
	
		
			
				
					|  |  |  |  |             this.query.orderIdFk = this.idQuery.id; | 
			
		
	
		
			
				
					|  |  |  |  |             this.formData = this.idQuery.formData; | 
			
		
	
	
		
			
				
					|  |  |  | 
 |