Jelajahi Sumber

Merge branch 'feature_20250805_拜访页面优化' into release

zhujindu 4 bulan lalu
induk
melakukan
53e9abdd05
1 mengubah file dengan 8 tambahan dan 0 penghapusan
  1. 8 0
      src/views/deviceWithin/storeVisit.vue

+ 8 - 0
src/views/deviceWithin/storeVisit.vue

@@ -333,6 +333,14 @@ export default {
           message: '取消拜访会清空填写的拜访内容和照片,是否确认?',
         })
         .then(() => {
+          buryingPoint({
+            systemModel: '拜访页',
+            buryingPointType: 1,
+            buryingPointValue:
+              this.urlParameter.storeName + '(' + this.urlParameter.storeCode + ')',
+            buryingPointName: '取消拜访',
+            buryingPointPosition: '拜访页',
+          });
           stopVisit({ visitsId: this.visitId }).then((res) => {
             if (res.code == 200) {
               this.$dialog