瀏覽代碼

feature_20250722_门店建议订单

zhujindu 4 月之前
父節點
當前提交
d5398a094b
共有 1 個文件被更改,包括 7 次插入0 次删除
  1. 7 0
      src/views/deviceOutside/productItem.vue

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

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