From 6f7aee49062d75a3074b8e2376ceed53f45aad37 Mon Sep 17 00:00:00 2001
From: cclu <1106109051@qq.com>
Date: Tue, 20 Jun 2023 20:16:48 +0800
Subject: [PATCH] update
---
pages/commercialBI/businessPortrait.vue | 14 +++---
pages/commercialBI/carPortrait.vue | 43 +++++++++++--------
.../commercialBI/components/car/entryZone.vue | 42 ++++++++++--------
pages/commercialBI/components/headerTop.vue | 2 +-
.../components/manager/revenueAnalysis.vue | 7 ++-
pages/commercialBI/guestPortrait.vue | 24 +++++------
pages/commercialBI/managePortrait.vue | 27 ++++++++----
pages/index/index.vue | 20 ++++++---
pages/map/index.vue | 39 ++++++++++++++---
9 files changed, 140 insertions(+), 78 deletions(-)
diff --git a/pages/commercialBI/businessPortrait.vue b/pages/commercialBI/businessPortrait.vue
index 9966d7f..edff31b 100644
--- a/pages/commercialBI/businessPortrait.vue
+++ b/pages/commercialBI/businessPortrait.vue
@@ -276,7 +276,7 @@ export default {
let req = {
Province_Code:'340000',
Statistics_Date:time,
- Serverpart_ID:this.serviceInfo.Serverpart_ID,
+ Serverpart_ID:this.serviceInfo.Serverpart_ID|| '',
ShowConsumptionLevel:true,
ShowConvertRate:true
}
@@ -294,7 +294,7 @@ export default {
let req = {
Province_Code:'340000',
Statistics_Date:this.time,
- Serverpart_ID:this.serviceInfo.Serverpart_ID,
+ Serverpart_ID:this.serviceInfo.Serverpart_ID|| '',
TimeSpan:1
}
let totalData = await request.$webGet('CommercialApi/Revenue/GetTransactionTimeAnalysis',req)
@@ -345,7 +345,7 @@ export default {
let req = {
ProvinceCode:'340000',
StatisticsDate:this.time,
- ServerpartId:this.serviceInfo.Serverpart_ID,
+ ServerpartId:this.serviceInfo.Serverpart_ID|| '',
ShowWholeTrade:false
}
let res = {
@@ -388,7 +388,7 @@ export default {
let req = {
ProvinceCode:'340000',
StatisticsDate:this.time,
- ServerpartId:this.serviceInfo.Serverpart_ID,
+ ServerpartId:this.serviceInfo.Serverpart_ID|| '',
ShowWholeBrand:false
}
let res =[]
@@ -422,7 +422,7 @@ export default {
const req = {
ProvinceCode:'340000',
StatisticsDate:this.time,
- serverpartId:this.serviceInfo.Serverpart_ID,
+ serverpartId:this.serviceInfo.Serverpart_ID|| '',
BusinessTradeIds:-1
}
const data = await request.$webGet('CommercialApi/Revenue/GetBusinessTradeRevenue',req)
@@ -456,7 +456,7 @@ export default {
const req = {
Province_Code:'340000',
Statistics_Date:this.time,
- Serverpart_ID:this.serviceInfo.Serverpart_ID
+ Serverpart_ID:this.serviceInfo.Serverpart_ID|| ''
}
const data = await request.$webGet('CommercialApi/Revenue/GetTransactionConvert',req)
let customerOrder = []
@@ -532,7 +532,7 @@ export default {
let req = {
statisticsDate:this.time,
provinceCode:'340000',
- Serverpart_ID:this.serviceInfo.Serverpart_ID,
+ Serverpart_ID:this.serviceInfo.Serverpart_ID || '',
SPRegionType_ID:this.serviceInfo.SPRegionType_ID
}
const data = await request.$webGet('CommercialApi/Revenue/GetSalableCommodity',req)
diff --git a/pages/commercialBI/carPortrait.vue b/pages/commercialBI/carPortrait.vue
index bbccde4..5bf68f3 100644
--- a/pages/commercialBI/carPortrait.vue
+++ b/pages/commercialBI/carPortrait.vue
@@ -27,7 +27,7 @@
{{serviceInfo.SPREGIONTYPE_NAME}} {{serviceInfo.SPREGIONTYPE_NAME}}