Преглед изворни кода

Merge branch 'release' into uat(dev)

zhujindu пре 1 недеља
родитељ
комит
02903938b8

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

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

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

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

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

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

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

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