|  |  | @ -859,6 +859,7 @@ export default { | 
			
		
	
		
		
			
				
					
					|  |  |  |             } |  |  |  |             } | 
			
		
	
		
		
			
				
					
					|  |  |  |         }, |  |  |  |         }, | 
			
		
	
		
		
			
				
					
					|  |  |  |         hideDetailForm() { |  |  |  |         hideDetailForm() { | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |             this.detailLoading = false; | 
			
		
	
		
		
			
				
					
					|  |  |  |             // 更改值 |  |  |  |             // 更改值 | 
			
		
	
		
		
			
				
					
					|  |  |  |             this.detailFormVisible = !this.detailFormVisible; |  |  |  |             this.detailFormVisible = !this.detailFormVisible; | 
			
		
	
		
		
			
				
					
					|  |  |  |             return true; |  |  |  |             return true; | 
			
		
	
	
		
		
			
				
					|  |  | @ -888,7 +889,6 @@ export default { | 
			
		
	
		
		
			
				
					
					|  |  |  |                 if (valid) { |  |  |  |                 if (valid) { | 
			
		
	
		
		
			
				
					
					|  |  |  |                     this.detailLoading = true; |  |  |  |                     this.detailLoading = true; | 
			
		
	
		
		
			
				
					
					|  |  |  |                     let tQuery = this.detailFormData; |  |  |  |                     let tQuery = this.detailFormData; | 
			
		
	
		
		
			
				
					
					|  |  |  |                     console.log(this.detailCountMax + "---" + this.detailFormData.count + "---" + this.detailFormData.reCount) |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |                     if (this.detailCountMax) { |  |  |  |                     if (this.detailCountMax) { | 
			
		
	
		
		
			
				
					
					|  |  |  |                         if (this.detailFormData.count < this.detailFormData.reCount) { |  |  |  |                         if (this.detailFormData.count < this.detailFormData.reCount) { | 
			
		
	
		
		
			
				
					
					|  |  |  |                             this.$message.error("实际数量不能高于订单数量"); |  |  |  |                             this.$message.error("实际数量不能高于订单数量"); | 
			
		
	
	
		
		
			
				
					|  |  | 
 |