Browse Source

Merge branch 'release' into uat(dev)

zhujindu 1 week ago
parent
commit
02903938b8

+ 1 - 0
src/views/deviceOutside/index.vue

@@ -1494,6 +1494,7 @@ export default {
         //     buryingPointPosition: '销售部',
         //   });
         // }
+        localStorage.setItem('getRequestFlage', 'true');
         if (res.code == 200 || val.stateString.indexOf('拜访中') != -1) {
           if (localStorage.getItem('loginType') == 'cs') {
             var lat = '';

+ 1 - 0
src/views/deviceWithin/index.vue

@@ -976,6 +976,7 @@ export default {
         //   buryingPointName: '进店拜访',
         //   buryingPointPosition: '计划内',
         // });
+        localStorage.setItem('getRequestFlage', 'true');
         if (res.code == 200 || val.stateString.indexOf('拜访中') != -1) {
           if (localStorage.getItem('loginType') == 'cs') {
             var lat = '';

+ 1 - 0
src/views/historicalVisit/historicalDetails.vue

@@ -317,6 +317,7 @@ export default {
       } else {
         localStorage.setItem('ORGName', this.list.deptName);
         localStorage.setItem('chainNameR', this.list.storeName);
+        localStorage.setItem('getRequestFlage', 'true');
         if (this.list.visitSource == '2') {
           this.$router.push({
             path: '/abnormalVisit',

+ 1 - 0
src/views/historicalVisit/perfectStore.vue

@@ -387,6 +387,7 @@ export default {
       } else {
         localStorage.setItem('ORGName', this.list.deptName);
         localStorage.setItem('chainNameR', this.list.storeName);
+        localStorage.setItem('getRequestFlage', 'true');
         if (this.list.visitSource == '2') {
           this.$router.push({
             path: '/abnormalVisit',