|  |  | @ -1166,16 +1166,15 @@ export default { | 
			
		
	
		
		
			
				
					
					|  |  |  |       } |  |  |  |       } | 
			
		
	
		
		
			
				
					
					|  |  |  |       // this.loading = true; |  |  |  |       // this.loading = true; | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  |       this.warnResult = ""; |  |  |  |       // this.warnResult = ""; | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |       this.errResult = ""; |  |  |  |       // this.errResult = ""; | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |       this.result = ""; |  |  |  |       // this.result = ""; | 
			
				
				
			
		
	
		
		
	
		
		
	
		
		
	
		
		
			
				
					
					|  |  |  |       this.warnVisible = false; |  |  |  |       this.warnVisible = false; | 
			
		
	
		
		
			
				
					
					|  |  |  |       this.errVisible = false; |  |  |  |       this.errVisible = false; | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  |       this.checkSuccess = true; |  |  |  |       this.checkSuccess = true; | 
			
		
	
		
		
			
				
					
					|  |  |  |       if (this.getDMHotskeyValue(this.scanCode)) |  |  |  |       if (this.getDMHotskeyValue(this.scanCode)) | 
			
		
	
		
		
			
				
					
					|  |  |  |         return |  |  |  |         return | 
			
		
	
		
		
			
				
					
					|  |  |  |       this.codeFormData.code = this.scanCode.trim(); |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |       if (this.codeFormData.code.includes(";")) { |  |  |  |       if (this.codeFormData.code.includes(";")) { | 
			
		
	
		
		
			
				
					
					|  |  |  |         const codeArray = this.codeFormData.code.split(";"); |  |  |  |         const codeArray = this.codeFormData.code.split(";"); | 
			
		
	
		
		
			
				
					
					|  |  |  |         let params = { |  |  |  |         let params = { | 
			
		
	
	
		
		
			
				
					|  |  | @ -1184,8 +1183,6 @@ export default { | 
			
		
	
		
		
			
				
					
					|  |  |  |         this.batchVailCode(params) |  |  |  |         this.batchVailCode(params) | 
			
		
	
		
		
			
				
					
					|  |  |  |         return; |  |  |  |         return; | 
			
		
	
		
		
			
				
					
					|  |  |  |       } |  |  |  |       } | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |       let tQuery = Object.assign( |  |  |  |       let tQuery = Object.assign( | 
			
		
	
		
		
			
				
					
					|  |  |  |         JSON.parse(JSON.stringify(this.orderFormData)) |  |  |  |         JSON.parse(JSON.stringify(this.orderFormData)) | 
			
		
	
		
		
			
				
					
					|  |  |  |       ); |  |  |  |       ); | 
			
		
	
	
		
		
			
				
					|  |  | @ -1337,9 +1334,9 @@ export default { | 
			
		
	
		
		
			
				
					
					|  |  |  |     }, |  |  |  |     }, | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  |     refreshCodesPanel() { |  |  |  |     refreshCodesPanel() { | 
			
		
	
		
		
			
				
					
					|  |  |  |       this.warnResult = ""; |  |  |  |       // this.warnResult = ""; | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |       this.errResult = ""; |  |  |  |       // this.errResult = ""; | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |       this.result = ""; |  |  |  |       // this.result = ""; | 
			
				
				
			
		
	
		
		
	
		
		
	
		
		
	
		
		
			
				
					
					|  |  |  |       this.warnVisible = false; |  |  |  |       this.warnVisible = false; | 
			
		
	
		
		
			
				
					
					|  |  |  |       this.errVisible = false; |  |  |  |       this.errVisible = false; | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
	
		
		
			
				
					|  |  | 
 |