| 
					
				 | 
			
			
				@@ -867,8 +867,8 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           let organId = this.resetForm.organ.join(","); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           let type = this.activeType; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           if (type == "DISCOUNT") { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            if (this.attribute1 < 0 || this.attribute1 > 100) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-              this.$message.error("折扣必须大于0且小于100"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            if (this.attribute1 < 0 ) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              this.$message.error("折扣必须大于0"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               return; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           } 
			 |