Browse Source

feature_20250722_门店建议订单

zhujindu 4 months ago
parent
commit
d5398a094b
1 changed files with 7 additions and 0 deletions
  1. 7 0
      src/views/deviceOutside/productItem.vue

+ 7 - 0
src/views/deviceOutside/productItem.vue

@@ -61,6 +61,13 @@ export default {
     };
     };
   },
   },
   activated() {
   activated() {
+    buryingPoint({
+      systemModel: '门店列表',
+      buryingPointType: 6,
+      buryingPointValue: '门店拜访-下单SKU数',
+      buryingPointName: this.tabVal == '0' ? '滚动三个月下单SKU' : '建议下单SKU',
+      buryingPointPosition: '门店ICON',
+    });
     this.getMonth();
     this.getMonth();
     this.getMyInventoryList();
     this.getMyInventoryList();
   },
   },