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 @@ + + + +