| 
					
				 | 
			
			
				@@ -141,6 +141,8 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         endDate: getDate.getCurrMonthDays().endtime, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         allocateReturnNo: '', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         targetName: '', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        costTypeSn: undefined, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        allocateSortSn: undefined, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         allocateReturnTypeSn: undefined, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         targetType: undefined, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         subareaSn: undefined 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -198,8 +200,8 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   methods: { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     changeAllocatype (val, opts) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       this.allocateTypeVal = val || [] 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-      // this.queryParam.costTypeSn = val && val[0] ? val[0] : '' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-      // this.queryParam.allocateSortSn = val && val[1] ? val[1] : '' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+      this.queryParam.costTypeSn = val && val[0] ? val[0] : '' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+      this.queryParam.allocateSortSn = val && val[1] ? val[1] : '' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       this.queryParam.allocateReturnTypeSn = val && val[2] ? val[2] : '' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     //  导出 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -266,6 +268,8 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       this.queryParam.endDate = getDate.getCurrMonthDays().endtime 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       this.queryParam.allocateReturnNo = '' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       this.queryParam.targetName = '' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+      this.queryParam.costTypeSn = undefined 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+      this.queryParam.allocateSortSn = undefined 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       this.queryParam.allocateReturnTypeSn = undefined 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       this.queryParam.targetType = undefined 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       this.queryParam.subareaSn = undefined 
			 |