Browse Source

接口对接

lilei 2 years ago
parent
commit
616248ee2d

+ 18 - 0
src/api/bigScreen.js

@@ -68,4 +68,22 @@ export function querySaleTrend () {
     url: '/report/dataScreen/querySaleTrend',
     method: 'get'
   })
+}
+ 
+// 加盟商/产品分析-采购金额TOP100加盟商
+export function queryDealerPurchase (params) {
+  return axios({
+    url: '/report/dataScreen/queryDealerPurchase',
+    data: params,
+    method: 'post'
+  })
+}
+
+// 加盟商/产品分析-销售数量/金额TOP100产品
+export function queryProductPurchase (params) {
+  return axios({
+    url: '/report/dataScreen/queryProductPurchase',
+    data: params,
+    method: 'post'
+  })
 }

File diff suppressed because it is too large
+ 17 - 13
src/views/bigScreen/fPanalysisReport/right-bottom.vue


File diff suppressed because it is too large
+ 28 - 8
src/views/bigScreen/fPanalysisReport/right-top.vue


Some files were not shown because too many files changed in this diff