From 204e353d6a5a080cad4e262a0ea490f7ef1b306e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BD=90=E5=A4=A9=E5=A4=A7=E5=9C=A3?= <17615834396@163.com> Date: Sat, 2 Nov 2024 08:31:11 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B2=B9=E7=AB=99=E8=B4=A2=E5=8A=A1=E6=8A=A5?= =?UTF-8?q?=E8=A1=A8=EF=BC=8C=E4=BA=A4=E6=98=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../runningWater/tab/oilDepot.vue | 51 +++++++------------ 1 file changed, 18 insertions(+), 33 deletions(-) diff --git a/fuintAdmin/src/views/financialStatement/runningWater/tab/oilDepot.vue b/fuintAdmin/src/views/financialStatement/runningWater/tab/oilDepot.vue index 818a30951..f902bfc63 100644 --- a/fuintAdmin/src/views/financialStatement/runningWater/tab/oilDepot.vue +++ b/fuintAdmin/src/views/financialStatement/runningWater/tab/oilDepot.vue @@ -5,24 +5,16 @@
- - - - - 至 - - - + +
@@ -33,7 +25,7 @@
- +
0/0
@@ -42,8 +34,8 @@
- -
0/0
+ +
0
@@ -51,7 +43,7 @@
- +
0/0
@@ -61,10 +53,9 @@
- -
{{orderStatistics.balanceCount?orderStatistics.balanceCount:0}}/0
+ +
{{orderStatistics.balanceCount?orderStatistics.balanceCount:0}}
-
日均订单金额(元)
@@ -211,7 +202,6 @@ import { this.$download.saveAs(blob,'油站流水订单统计.xLsx') }) }, - // 获取订单统计信息 getOrderStatistics() { let dateRange = [] @@ -231,17 +221,12 @@ import { // 获取列表信息 getList(val){ - let dateRange = [] - if (this.beginTime && this.endTime) { - dateRange.push(this.beginTime.toLocaleDateString()) - dateRange.push(this.endTime.toLocaleDateString()) - } - getInstituionListApi2(this.addDateRange(this.queryParams,dateRange)).then( response => { + getInstituionListApi2(this.queryParams).then( response => { this.orderList = response.data.records; this.total = response.data.total; this.isSysDate = false }) - this.getOrderStatistics() + //this.getOrderStatistics() }, // 搜索按钮操作