| 
					
				 | 
			
			
				@@ -854,10 +854,10 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       this.updateForm = { ...this.updateForm }; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     test(e) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-      console.log("---"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-      console.log(e); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-      console.log(123); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-      console.log(this.testd); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+      // console.log("---"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+      // console.log(e); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+      // console.log(123); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+      // console.log(this.testd); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     init() { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       listPrice().then((response) => { 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -956,7 +956,6 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       listPlan(query).then((response) => { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         if (this.discountSetting == 4) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           this.discountListTep = response.rows; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-          console.log(this.discountListTep); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           return; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         this.discountList = response.rows; 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -1014,10 +1013,8 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 this.updateForm.collectClickDay.toString(); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-          console.log("发送了1"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           // 阶梯直降 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           if (this.discountSetting == "4") { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            console.log("发送了2"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             addMarketPlanInfo(this.updateForm) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               .then((res) => { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 this.msgSuccess("新增成功"); 
			 |