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 871fa0d..d47386b 100644 --- a/pages/everdayRenven/AnhuiIndex.vue +++ b/pages/everdayRenven/AnhuiIndex.vue @@ -2,6 +2,7 @@
@@ -22,9 +23,12 @@
区域营收
+
车流分析 +
-
+
@@ -56,7 +60,6 @@
-
@@ -72,6 +75,33 @@
+
+
+
+
+ {{item.name}} +
+
+
+ {{child.name}} + 入区流量/断面流量 + 大/中/小型车 +
+
    +
  • + {{childItem.name}}区:{{childItem.bili}}% + {{childItem.data}}/{{childItem.flow}} + {{childItem.LargeVehicle_Count}}/{{childItem.MediumVehicle_Count}}/{{childItem.MinVehicle_Count}} +
  • +
+ +
+
+
+
@@ -81,10 +111,10 @@ 日结上传 - - 门店上传   {{headMsg.uploadState}} + + 门店上传   {{headMsg.uploadState}} + - - - +