From 8a8d1057699eb0f57f1d059bfd41ae3d19a98066 Mon Sep 17 00:00:00 2001 From: zzy <411037547@qq.com> Date: Thu, 2 Mar 2023 14:14:23 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=89=E5=BE=BD=E8=90=A5=E6=94=B6=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E6=8E=A8=E9=80=81=EF=BC=9A=201=E3=80=81=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E8=BD=A6=E6=B5=81=E5=88=86=E6=9E=90=202=E3=80=81?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E7=A7=BB=E5=8A=A8=E6=94=AF=E4=BB=98=E5=88=86?= =?UTF-8?q?=E8=B4=A6=E6=95=B0=E6=8D=AE=E5=B1=95=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../shopmobilesummary/components/listUnit.vue | 41 ++-- pages/autoTest/shopmobilesummary/detail.vue | 31 +-- pages/autoTest/shopmobilesummary/index.vue | 40 ++-- pages/everdayRenven/AnhuiIndex.vue | 202 +++++++++++++++--- pages/everdayRenven/components/anhHead.vue | 162 +++++++------- .../components/anhuiYestodayRevenueData.js | 121 +++++++++-- project.config.json | 2 +- static/images/authority/fwq.png | Bin 0 -> 1443 bytes static/images/authority/serverpart.png | Bin 1570 -> 1958 bytes 9 files changed, 447 insertions(+), 152 deletions(-) create mode 100644 static/images/authority/fwq.png diff --git a/pages/autoTest/shopmobilesummary/components/listUnit.vue b/pages/autoTest/shopmobilesummary/components/listUnit.vue index be5e906..8e02d6b 100644 --- a/pages/autoTest/shopmobilesummary/components/listUnit.vue +++ b/pages/autoTest/shopmobilesummary/components/listUnit.vue @@ -18,49 +18,66 @@ {{item.SERVERPART_NAME || ''}} - - {{item.SERVERPART_ID || ''}} + + {{item.SERVERPART_CODE || ''}} - {{item.FACT_AMOUNT != null ? item.FACT_AMOUNT : ''}} + {{item.FACT_AMOUNT !== null ? + item.FACT_AMOUNT : ''}} + - - {{item.SERVERPART_CODE || ''}} + + {{item.FACT_AMOUNT !== null ? + item.FACT_AMOUNT : ''}} - + - 微信支付:{{item.TICKETBILL || ''}} + 微信支付:{{item.TICKETBILL !== null ? + item.TICKETBILL : ''}} + + + {{item.SERVERPART_ID !== null ? + item.SERVERPART_ID : ''}} - +

- 支付宝:{{item.OTHERPAY || ''}} + 其他支付(支付宝):{{item.OTHERPAY !== null ? + item.OTHERPAY : ''}}
+ + + {{item.SERVERPART_CODE || ''}}
- + - +

- 到账实差:{{item.SALE_CORRECT || ''}} + 行业名称:{{item.SHOPTRADE !== null ? + businesstype[item.SHOPTRADE] : ''}}
+ + + {{item.SHOPTRADE !== null ? + businesstype[item.SHOPTRADE] : ''}}
diff --git a/pages/autoTest/shopmobilesummary/detail.vue b/pages/autoTest/shopmobilesummary/detail.vue index 38b9ec1..adbab9d 100644 --- a/pages/autoTest/shopmobilesummary/detail.vue +++ b/pages/autoTest/shopmobilesummary/detail.vue @@ -7,15 +7,16 @@ 门店简称:{{dataDetail.SHOPSHORTNAME || ''}} - 行业名称:{{dataDetail.SHOPTRADE !== null ? - businesstype[dataDetail.SHOPTRADE] : ''}} + 移动支付金额:{{dataDetail.FACT_AMOUNT !== null ? + dataDetail.FACT_AMOUNT : ''}}
服务区名称:{{dataDetail.SERVERPART_NAME || ''}} - 移动支付金额:{{dataDetail.FACT_AMOUNT || ''}} + 到账实差:{{dataDetail.SALE_CORRECT !== null ? + dataDetail.SALE_CORRECT : ''}}
@@ -25,17 +26,6 @@ - - - 服务区名称: - {{dataDetail.SERVERPART_NAME || ''}} - - - - 行业名称: - {{dataDetail.SHOPTRADE !== null ? - businesstype[dataDetail.SHOPTRADE] : ''}} - 服务区编码: @@ -70,6 +60,17 @@ {{dataDetail.SALE_CORRECT !== null ? dataDetail.SALE_CORRECT : ''}} + + + 行业名称: + {{dataDetail.SHOPTRADE !== null ? + businesstype[dataDetail.SHOPTRADE] : ''}} + + + + 服务区名称: + {{dataDetail.SERVERPART_NAME || ''}} + @@ -95,7 +96,7 @@ * Api接口地址:EShangApiMain/AutoTest/GetShopMobileSummary */ getDetail(option) { - this.$request.$webGet("EShangApiMain/AutoTest/GetShopMobileSummary", { + this.$request.$webGetTest("EShangApiMain/AutoTest/GetShopMobileSummary", { //这里设置接口参数 SearchStatisticsStartDate: option.SearchStatisticsStartDate, SearchStatisticsEndDate: option.SearchStatisticsEndDate, diff --git a/pages/autoTest/shopmobilesummary/index.vue b/pages/autoTest/shopmobilesummary/index.vue index d3beeb2..15dc866 100644 --- a/pages/autoTest/shopmobilesummary/index.vue +++ b/pages/autoTest/shopmobilesummary/index.vue @@ -155,25 +155,35 @@ src: '/static/images/expense/type/qb.png', typeId: -1 }, - { - name: '特产', - src: '/static/images/expense/type/qb.png', - typeId: 1002 - }, - { - name: '箱包', - src: '/static/images/expense/type/qb.png', - typeId: 1004 - }, { name: '便利店', src: '/static/images/expense/type/qb.png', typeId: 1005 }, { - name: '水果报刊音像', + name: '工艺品', src: '/static/images/expense/type/qb.png', - typeId: 1006 + typeId: 1007 + }, + { + name: '水果', + src: '/static/images/expense/type/qb.png', + typeId: 1014 + }, + { + name: '粽子', + src: '/static/images/expense/type/qb.png', + typeId: 2002 + }, + { + name: '面食', + src: '/static/images/expense/type/qb.png', + typeId: 2003 + }, + { + name: '餐饮', + src: '/static/images/expense/type/qb.png', + typeId: 3000 }, ], }, @@ -225,7 +235,7 @@ * Api接口地址:EShangApiMain/AutoTest/GetShopMobileSummary */ getList() { - this.$request.$webGet("EShangApiMain/AutoTest/GetShopMobileSummary", { + this.$request.$webGetTest("EShangApiMain/AutoTest/GetShopMobileSummary", { SHOPTRADE: this.activeType === -1 ? '' : this.activeType, SearchStatisticsStartDate: this.searchTime[0], SearchStatisticsEndDate: this.searchTime[1], @@ -280,9 +290,7 @@ * @param {Object} item */ goDetail(item) { - this.$util.toNextRoute('navigateTo', '/pages/autoTest/shopmobilesummary/detail?SHOPSHORTNAME=' + - item.SHOPSHORTNAME + '&SERVERPART_ID=' + item.SERVERPART_ID + '&SearchStatisticsStartDate=' + - this.searchTime[0] + '&SearchStatisticsEndDate=' + this.searchTime[1]) + this.$util.toNextRoute('navigateTo', '/pages/autoTest/shopmobilesummary/detail?SearchStatisticsStartDate=' + this.searchTime[0] + '&SearchStatisticsEndDate=' + this.searchTime[1] + '&SHOPSHORTNAME=' + item.SHOPSHORTNAME + '&SERVERPART_ID=' + item.SERVERPART_ID) }, reloadList() { this.showPop = false diff --git a/pages/everdayRenven/AnhuiIndex.vue b/pages/everdayRenven/AnhuiIndex.vue index a3e6501..a69c766 100644 --- a/pages/everdayRenven/AnhuiIndex.vue +++ b/pages/everdayRenven/AnhuiIndex.vue @@ -2,6 +2,7 @@
@@ -21,9 +22,12 @@
区域营收
+
车流分析 +
-
+
@@ -55,7 +59,6 @@
-
@@ -71,6 +74,33 @@
+
+
+
+
+ {{item.name}} +
+
+
+ {{child.name}} + 入区流量/断面流量 + 大/中/小型车 +
+
    +
  • + {{childItem.name}}区:{{childItem.bili}}% + {{childItem.data}}/{{childItem.flow}} + {{childItem.LargeVehicle_Count}}/{{childItem.MediumVehicle_Count}}/{{childItem.MinVehicle_Count}} +
  • +
+ +
+
+
+
@@ -80,10 +110,10 @@ 日结上传 - - 门店上传   {{headMsg.uploadState}} + + 门店上传   {{headMsg.uploadState}} + - +