From a8cf4726cff66af7e3d733ae3fe7eb76406137e2 Mon Sep 17 00:00:00 2001 From: xk_chenlianjie <15255791639@163.com> Date: Fri, 19 Jan 2024 10:29:59 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=9F=E8=AE=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/finance/marketing.js | 23 + .../statistics/productStatisticsList.vue | 498 ++++++++++++++++++ src/views/statistics/searchStatisticsList.vue | 340 ++++++++++++ 3 files changed, 861 insertions(+) create mode 100644 src/views/statistics/productStatisticsList.vue create mode 100644 src/views/statistics/searchStatisticsList.vue diff --git a/src/api/finance/marketing.js b/src/api/finance/marketing.js index 8a5110e..4f86586 100644 --- a/src/api/finance/marketing.js +++ b/src/api/finance/marketing.js @@ -109,6 +109,29 @@ export default { data: page }) }, + getByPageNew(page) { + // 搜索统计列表 + return request({ + url: `/${service_name}/mallSearch/getByPageNew`, + method: 'post', + data: page + }) + }, + getProductByPage(page) { + // 商品销售列表 + return request({ + url: `/${service_name}/mallProductInfo/getPage`, + method: 'post', + data: page + }) + }, + commodityChart(time) { + // 商品统计图 + return request({ + url: `/${service_name}/mallProductClassification/commodityChart/${time}`, + method: 'get' + }) + }, updateModule(page) { // 模块显示隐藏 return request({ diff --git a/src/views/statistics/productStatisticsList.vue b/src/views/statistics/productStatisticsList.vue new file mode 100644 index 0000000..60f46a2 --- /dev/null +++ b/src/views/statistics/productStatisticsList.vue @@ -0,0 +1,498 @@ + + + + diff --git a/src/views/statistics/searchStatisticsList.vue b/src/views/statistics/searchStatisticsList.vue new file mode 100644 index 0000000..b2f4ab7 --- /dev/null +++ b/src/views/statistics/searchStatisticsList.vue @@ -0,0 +1,340 @@ + + + +