From 3dc36392ca4763afae832622135a2449ebe18a62 Mon Sep 17 00:00:00 2001 From: zx <604444282@qq.com> Date: Mon, 15 Nov 2021 15:58:35 +0800 Subject: [PATCH] =?UTF-8?q?zx-=E8=90=A5=E9=94=80=E5=AF=B9=E6=AF=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/MarketingComparison/BbsType.js | 14 + src/api/MarketingComparison/index.js | 68 ++++ .../MarketingComparison/mcCTNF/index.vue | 83 +++-- .../mcChannelDistribution/index.vue | 80 +++-- .../mcChannelDistribution/opt.js | 101 ++---- src/views/MarketingComparison/mcIVC/index.vue | 84 +++-- .../MarketingComparison/mcOSVC/index.vue | 79 +++-- .../MarketingComparison/mcTOPMedia/index.vue | 314 ++++++------------ .../salesComparison/index.vue | 85 +++-- .../weiboCommunicationTrend/opt.js | 2 +- 10 files changed, 522 insertions(+), 388 deletions(-) create mode 100644 src/api/MarketingComparison/BbsType.js create mode 100644 src/api/MarketingComparison/index.js diff --git a/src/api/MarketingComparison/BbsType.js b/src/api/MarketingComparison/BbsType.js new file mode 100644 index 0000000..591fcda --- /dev/null +++ b/src/api/MarketingComparison/BbsType.js @@ -0,0 +1,14 @@ +import httpService from "@/request" + +// 营销分析对比-论坛总量对比 +export function getCountMKT0528C(params) { + let obj = Object.assign({action: 'getCountMKT0528C',sType: 'Marketing',iBbsType: 1}, params) + return httpService({ + url: `/api/v6.ashx`, + method: 'post', + data: obj, + headers: { + 'content-type': 'application/x-www-form-urlencoded' + } + }) +} \ No newline at end of file diff --git a/src/api/MarketingComparison/index.js b/src/api/MarketingComparison/index.js new file mode 100644 index 0000000..b706726 --- /dev/null +++ b/src/api/MarketingComparison/index.js @@ -0,0 +1,68 @@ +import httpService from "@/request" + +// 营销分析对比-整体声量对比 +export function getCountMKT0528C(params) { + let obj = Object.assign({action: 'getCountMKT0528C',sType: 'Marketing'}, params) + return httpService({ + url: `/api/v6.ashx`, + method: 'post', + data: obj, + headers: { + 'content-type': 'application/x-www-form-urlencoded' + } + }) +} + +// 营销分析对比-互动量对比 +export function getInteractCountMKT0528C(params) { + let obj = Object.assign({action: 'getInteractCountMKT0528C',sType: 'Marketing'}, params) + return httpService({ + url: `/api/v6.ashx`, + method: 'post', + data: obj, + headers: { + 'content-type': 'application/x-www-form-urlencoded' + } + }) +} + +// 营销分析对比-互动量对比 +export function getSourceCountMKT0528C(params) { + let obj = Object.assign({action: 'getSourceCountMKT0528C',sType: 'Marketing'}, params) + return httpService({ + url: `/api/v6.ashx`, + method: 'post', + data: obj, + headers: { + 'content-type': 'application/x-www-form-urlencoded' + } + }) +} + +// 营销分析对比-渠道分布对比 +export function getSourceTypeCountMKT0528C(params) { + let obj = Object.assign({action: 'getSourceTypeCountMKT0528C',sType: 'Marketing'}, params) + return httpService({ + url: `/api/v6.ashx`, + method: 'post', + data: obj, + headers: { + 'content-type': 'application/x-www-form-urlencoded' + } + }) +} + +// 营销分析对比-销量对比 +export function getSalesCountMKT0528C(params) { + let obj = Object.assign({action: 'getSalesCountMKT0528C',sType: 'Marketing'}, params) + return httpService({ + url: `/api/v6.ashx`, + method: 'post', + data: obj, + headers: { + 'content-type': 'application/x-www-form-urlencoded' + } + }) +} + + diff --git a/src/views/MarketingComparison/mcCTNF/index.vue b/src/views/MarketingComparison/mcCTNF/index.vue index 65be85f..a0771be 100644 --- a/src/views/MarketingComparison/mcCTNF/index.vue +++ b/src/views/MarketingComparison/mcCTNF/index.vue @@ -7,35 +7,76 @@ * @FilePath: /data-show/src/views/MarketingComparison/mcCTNF/index.vue --> diff --git a/src/views/MarketingComparison/mcChannelDistribution/index.vue b/src/views/MarketingComparison/mcChannelDistribution/index.vue index 765a58b..c364df1 100644 --- a/src/views/MarketingComparison/mcChannelDistribution/index.vue +++ b/src/views/MarketingComparison/mcChannelDistribution/index.vue @@ -7,35 +7,77 @@ * @FilePath: /data-show/src/views/BrandComparison/channelDistribution/index.vue --> diff --git a/src/views/MarketingComparison/mcChannelDistribution/opt.js b/src/views/MarketingComparison/mcChannelDistribution/opt.js index 87608fd..abf67b0 100644 --- a/src/views/MarketingComparison/mcChannelDistribution/opt.js +++ b/src/views/MarketingComparison/mcChannelDistribution/opt.js @@ -6,6 +6,7 @@ * @Description: In User Settings Edit * @FilePath: /data-show/src/views/BrandComparison/channelDistribution/opt.js */ +import { bigNumberTransform } from "@/utils/gol/dataTool"; import * as echarts from "echarts"; let colors = [new echarts.graphic.LinearGradient(0, 0, 0, 1, [ { @@ -62,7 +63,32 @@ let colors = [new echarts.graphic.LinearGradient(0, 0, 0, 1, [ color: '#071a32' } ], false)] -export default function createOpt() { + +function createData(dataList = []) { + let arr = []; + dataList.forEach(ele => { + let a = []; + //let Data = ele.Data || {}; + ele.data.forEach(e => { + a.push(e.value) + }) + let o = { + name: ele.key, + type: 'bar', + barGap: 0, + barWidth: 20, + emphasis: { + focus: 'series' + }, + data: a + }; + arr.push(o) + }) + return arr; +} + +export default function createOpt(dataList = [],dx = [], brandList = []) { + let info = createData(dataList); return { grid: { top: "56px", @@ -73,7 +99,7 @@ export default function createOpt() { }, color: colors, legend: { - data: ['奥迪', '宝马', '奔驰', '吉利', '大众', '别克'], + data: brandList, textStyle: { //图例文字的样式 color: '#fff' }, @@ -102,7 +128,7 @@ export default function createOpt() { color: "#fff", }, }, - data: ['新闻', '论坛', '微信', 'APP', '微博', "其他"] + data: dx } ], yAxis: [ @@ -114,6 +140,12 @@ export default function createOpt() { color: "#FFF", }, }, + axisLabel: { + formatter: (value) => { + let str = bigNumberTransform(value); + return str; + } + }, splitLine: { lineStyle: { type: "dashed", // y轴分割线类型 @@ -122,67 +154,6 @@ export default function createOpt() { }, } ], - series: [ - { - name: '奥迪', - type: 'bar', - barGap: '9%', - barWidth: 16, - emphasis: { - focus: 'series' - }, - data: [320, 332, 301, 334, 390, 400] - }, - { - name: '宝马', - type: 'bar', - barWidth: 16, - barGap: '9%', - emphasis: { - focus: 'series' - }, - data: [220, 182, 191, 234, 290, 300] - }, - { - name: '奔驰', - type: 'bar', - barWidth: 16, - barGap: '9%', - emphasis: { - focus: 'series' - }, - data: [150, 232, 201, 154, 190, 200] - }, - { - name: '吉利', - type: 'bar', - barWidth: 16, - barGap: '9%', - emphasis: { - focus: 'series' - }, - data: [98, 77, 101, 99, 40, 44] - }, - { - name: '大众', - type: 'bar', - barWidth: 16, - barGap: '9%', - emphasis: { - focus: 'series' - }, - data: [198, 177, 101, 199, 140, 145] - }, - { - name: '别克', - type: 'bar', - barWidth: 16, - barGap: '9%', - emphasis: { - focus: 'series' - }, - data: [298, 277, 201, 299, 240, 250] - } - ] + series: info } } \ No newline at end of file diff --git a/src/views/MarketingComparison/mcIVC/index.vue b/src/views/MarketingComparison/mcIVC/index.vue index bda8f44..844db7b 100644 --- a/src/views/MarketingComparison/mcIVC/index.vue +++ b/src/views/MarketingComparison/mcIVC/index.vue @@ -7,37 +7,77 @@ * @FilePath: /data-show/src/views/MarketingComparison/mcIVC/index.vue --> diff --git a/src/views/MarketingComparison/mcOSVC/index.vue b/src/views/MarketingComparison/mcOSVC/index.vue index 74c5a4a..a8f609e 100644 --- a/src/views/MarketingComparison/mcOSVC/index.vue +++ b/src/views/MarketingComparison/mcOSVC/index.vue @@ -7,35 +7,76 @@ * @FilePath: /data-show/src/views/MarketingComparison/mcOSVC/index.vue --> diff --git a/src/views/MarketingComparison/mcTOPMedia/index.vue b/src/views/MarketingComparison/mcTOPMedia/index.vue index 265d1d1..34d1c3d 100644 --- a/src/views/MarketingComparison/mcTOPMedia/index.vue +++ b/src/views/MarketingComparison/mcTOPMedia/index.vue @@ -7,236 +7,112 @@ * @FilePath: /data-show/src/views/BrandComparison/brandCommunicationTOPMedia/index.vue --> diff --git a/src/views/MarketingComparison/salesComparison/index.vue b/src/views/MarketingComparison/salesComparison/index.vue index 731f173..5f46fcb 100644 --- a/src/views/MarketingComparison/salesComparison/index.vue +++ b/src/views/MarketingComparison/salesComparison/index.vue @@ -7,36 +7,77 @@ * @FilePath: /data-show/src/views/MarketingComparison/salesComparison/index.vue --> diff --git a/src/views/WeiboDetails/weiboCommunicationTrend/opt.js b/src/views/WeiboDetails/weiboCommunicationTrend/opt.js index bc0efce..b0993b4 100644 --- a/src/views/WeiboDetails/weiboCommunicationTrend/opt.js +++ b/src/views/WeiboDetails/weiboCommunicationTrend/opt.js @@ -60,7 +60,7 @@ export default function createOpt(dx = [], ds = []) { let str = bigNumberTransform(value); return str; } - }, + }, splitLine: { lineStyle: { type: "dashed", // y轴分割线类型