| 
					
				 | 
			
			
				@@ -44,9 +44,9 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       </el-form-item> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-      <el-form-item label="对账日期" prop="dateRange"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+      <el-form-item label="对账日期" prop="timeInterval"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         <el-date-picker 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-          v-model="tablefilter.dateRange" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+          v-model="tablefilter.timeInterval" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           size="small" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           style="width: 240px" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           value-format="yyyy-MM-dd" 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -1365,7 +1365,8 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         // this.feeList = response.rows; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         this.options = response.data 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       }); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-      listFee(this.tableFilter).then(response => { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+       console.log(this.tablefilter) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+      listFee(this.tablefilter).then(response => { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         this.contrastList = response.rows 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         this.total = response.total 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         this.loading = false 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -1427,38 +1428,15 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     /** 重置按钮操作 */ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     resetQuery() { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       // this.resetForm("queryParams_s"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-      this.tableFilter = { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+      this.tablefilter = { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         pageNum: 1, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         pageSize: 10, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         fBillno: null, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         fCtrlcorpid: null, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        fId: null, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         fCorpid: null, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        tMblno: null, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        fAmtdr: null, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        fAmtcr: null, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        fBilltype: null, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        fBillstatus: null, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        fRemarks: null, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        fAccbilldate: null, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        fDeptid: null 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-      } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-      this.queryParams_s = { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        pageNum: 1, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        pageSize: 10, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        fBillno: null, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        fCtrlcorpid: null, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        fId: null, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        fCorpid: null, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        tMblno: null, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        fAmtdr: null, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        fAmtcr: null, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        fBilltype: null, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        fBillstatus: null, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        fRemarks: null, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        fAccbilldate: null, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        fDeptid: null 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        timeInterval:null, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       this.handleQuery(); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       this.TWareHouseFees={ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         fCorpid:'', 
			 |