| 
					
				 | 
			
			
				@@ -271,7 +271,6 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       const params = Object.assign(this.form) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-      console.log(params) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       this.disabled = true 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       this.spinning = true 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       setReturnPrice(params).then(res => { 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -326,6 +325,7 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     //  重定义的弹框状态 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     isShow (newValue, oldValue) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       if (!newValue) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        this.salesBillSnList = null 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         this.handleCommonCancel() 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       } else { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         this.resetSearchForm() 
			 |