Ver código fonte

feature_20250722_门店建议订单

zhujindu 4 meses atrás
pai
commit
d59a32a96f
1 arquivos alterados com 15 adições e 1 exclusões
  1. 15 1
      src/views/deviceOutside/productItem.vue

+ 15 - 1
src/views/deviceOutside/productItem.vue

@@ -49,7 +49,7 @@
 </template>
 
 <script>
-import { getItemList } from '@/api';
+import { getItemList, buryingPoint } from '@/api';
 import { getOrderUrlByStoreId } from '@/api/inventory';
 export default {
   data() {
@@ -111,6 +111,13 @@ export default {
     },
     tabChange(name) {
       this.tabVal = name;
+      buryingPoint({
+        systemModel: '门店列表',
+        buryingPointType: 6,
+        buryingPointValue: '门店拜访-下单SKU数',
+        buryingPointName: name == '0' ? '滚动三个月下单SKU' : '建议下单SKU',
+        buryingPointPosition: '门店ICON',
+      });
       this.setListData();
       // this.getMyInventoryList();
     },
@@ -143,6 +150,13 @@ export default {
       this.list = this.tabVal == '0' ? this.detail.threeMonthItemList : this.detail.adviceItemList;
     },
     placeOrderFn() {
+      buryingPoint({
+        systemModel: '门店列表',
+        buryingPointType: 6,
+        buryingPointValue: '门店拜访-下单SKU数',
+        buryingPointName: '去下单',
+        buryingPointPosition: '门店ICON',
+      });
       let loading1 = this.$toast.loading({
         duration: 0,
         message: '加载中...',