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