| 
					
				 | 
			
			
				@@ -157,7 +157,7 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         endDate: moment().endOf('month').format('YYYY-MM-DD') + ' 23:59:59', // 月份结束时间 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         dealerLevel: undefined, // 客户级别 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         dealerSn: undefined, // 客户sn 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        discountFlag: 0, // 是否特价 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        discountFlag: '0', // 是否特价 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         dealerEntity: { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           dealerName: undefined, // 客户名称 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           provinceSn: undefined, // 省 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -317,7 +317,7 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       this.queryParam.districtSn = undefined 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       this.queryParam.dealerEntity.dealerName = undefined 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       this.queryParam.dealerSn = undefined 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-      this.queryParam.discountFlag = 0 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+      this.queryParam.discountFlag = '0' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       this.queryParam.subareaArea.subareaSn = '' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       this.queryParam.subareaArea.subareaAreaSn = '' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       this.queryParam.subareaArea.bizUserSn = undefined 
			 |