|  |  |  | @ -573,6 +573,7 @@ export default { | 
			
		
	
		
			
				
					|  |  |  |  |       this.checkSuccess = true; | 
			
		
	
		
			
				
					|  |  |  |  |       this.filterQuery.code = this.scanCode; | 
			
		
	
		
			
				
					|  |  |  |  |       let tQuery = { | 
			
		
	
		
			
				
					|  |  |  |  |         viewType: "tagCode", | 
			
		
	
		
			
				
					|  |  |  |  |         originCode: this.originCode, | 
			
		
	
		
			
				
					|  |  |  |  |         code: this.filterQuery.code.trim(), | 
			
		
	
		
			
				
					|  |  |  |  |       }; | 
			
		
	
	
		
			
				
					|  |  |  | @ -619,6 +620,11 @@ export default { | 
			
		
	
		
			
				
					|  |  |  |  |             this.originCode = ""; | 
			
		
	
		
			
				
					|  |  |  |  |             this.filterQuery.code = "01" + response.data.nameCode; | 
			
		
	
		
			
				
					|  |  |  |  |             this.originCode = this.filterQuery.code; | 
			
		
	
		
			
				
					|  |  |  |  |           }else if (response.code == 601) { | 
			
		
	
		
			
				
					|  |  |  |  |             this.formData.billNo = response.data.billNo | 
			
		
	
		
			
				
					|  |  |  |  |             this.getBillNo(this.formData.billNo) | 
			
		
	
		
			
				
					|  |  |  |  |             this.startDeal(); | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  |           }else { | 
			
		
	
		
			
				
					|  |  |  |  |             this.scanCode = "" | 
			
		
	
		
			
				
					|  |  |  |  |             this.$alert(response.message, "提示", { | 
			
		
	
	
		
			
				
					|  |  |  | 
 |