Explorar o código

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

zhujindu hai 6 meses
pai
achega
53e9abdd05
Modificáronse 1 ficheiros con 8 adicións e 0 borrados
  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