Browse Source

销售管理新增销量排行

qymljy 1 year ago
parent
commit
dfa24cd712
2 changed files with 3 additions and 3 deletions
  1. 2 2
      src/HDrpManagement/promotion/components/salesRanking.vue
  2. 1 1
      yos/index.html

+ 2 - 2
src/HDrpManagement/promotion/components/salesRanking.vue

@@ -113,13 +113,13 @@ export default {
     async listData(){
       console.log(this.isdealer,'isdealer')
       if (this.isdealer){
+        this.dealerParam.content.sa_promotionid = this.$route.query.id
         const res = await this.$api.requested(this.dealerParam)
-        console.log(res.data,'经销商')
         this.dealerData = res.data
         this.total = res.total
       }else {
+        this.productParam.content.sa_promotionid = this.$route.query.id
         const res1 = await this.$api.requested(this.productParam)
-        console.log(res1.data,'商品')
         this.productData = res1.data
         this.total = res1.total
       }

+ 1 - 1
yos/index.html

@@ -1 +1 @@
-<!doctype html><html lang=""><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="icon" href="favicon.ico"><title>yos_manage</title><script defer="defer" type="module" src="js/chunk-vendors.e428fee0.js"></script><script defer="defer" type="module" src="js/app.d9c7bb71.js"></script><link href="css/app.fafa1607.css" rel="stylesheet"><script defer="defer" src="js/chunk-vendors-legacy.0beef1e9.js" nomodule></script><script defer="defer" src="js/app-legacy.e2afc509.js" nomodule></script></head><body><noscript><strong>We're sorry but yos_manage doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="app"></div></body><head><meta http-equiv="pragma" content="no-cache"></head></html>
+<!doctype html><html lang=""><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="icon" href="favicon.ico"><title>yos_manage</title><script defer="defer" type="module" src="js/chunk-vendors.e428fee0.js"></script><script defer="defer" type="module" src="js/app.2e976262.js"></script><link href="css/app.fafa1607.css" rel="stylesheet"><script defer="defer" src="js/chunk-vendors-legacy.0beef1e9.js" nomodule></script><script defer="defer" src="js/app-legacy.302b30bb.js" nomodule></script></head><body><noscript><strong>We're sorry but yos_manage doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="app"></div></body><head><meta http-equiv="pragma" content="no-cache"></head></html>