Explorar el Código

提示类接口字段调整

zhujindu hace 11 meses
padre
commit
f67673da9e

+ 6 - 6
src/views/home/hintTabPage/hintDetail.vue

@@ -139,7 +139,7 @@ export default {
           childredColumn: [
             {
               label: '(近2月)',
-              prop: 'tongANotVisited',
+              prop: 'TuLiaoNotVisited',
             },
           ],
         },
@@ -148,7 +148,7 @@ export default {
           childredColumn: [
             {
               label: '(近3月)',
-              prop: 'tongBNotVisited',
+              prop: 'QiTaNotVisited',
             },
           ],
         },
@@ -182,7 +182,7 @@ export default {
           childredColumn: [
             {
               label: '(7天未结案)',
-              prop: 'tongAAbnormalNum',
+              prop: 'TuLiaoAbnormalNum',
             },
           ],
         },
@@ -191,7 +191,7 @@ export default {
           childredColumn: [
             {
               label: '(7天未结案)',
-              prop: 'tongBAbnormalNum',
+              prop: 'QiTaAbnormalNum',
             },
           ],
         },
@@ -316,12 +316,12 @@ export default {
       this.maskShow = true;
       if (this.fromType == 'noVisit') {
         // 未拜访
-        this.deptId = tree ? tree.onlyId : this.userInfo.deptId;
+        this.deptId = tree ? tree.onlyId : null;
         this.firstProp = 'onlyName';
         this.selectNoVisitsInfoFun(resolve);
       } else if (this.fromType == 'createStore') {
         // 建店
-        this.deptId = tree ? tree.onlyId : this.userInfo.deptId;
+        this.deptId = tree ? tree.onlyId : null;
         this.firstProp = 'onlyName';
         this.selectPendingCasesInfoFun(resolve);
       } else if (this.fromType == 'pantone') {

+ 2 - 2
src/views/home/hintTabPage/index.vue

@@ -395,7 +395,7 @@ export default {
                 leftUnit: '家',
                 leftIsClick: false,
                 rightTable: '7天未结案:',
-                rightProp: 'tongAAbnormalNum',
+                rightProp: 'TuLiaoAbnormalNum',
                 rightUnit: '家',
                 rightIsClick: true,
               },
@@ -418,7 +418,7 @@ export default {
                 leftUnit: '家',
                 leftIsClick: false,
                 rightTable: '7天未结案:',
-                rightProp: 'tongBAbnormalNum',
+                rightProp: 'QiTaAbnormalNum',
                 rightUnit: '家',
                 rightIsClick: true,
               },

+ 2 - 2
src/views/home/hintTabPage/noVisit.vue

@@ -90,9 +90,9 @@ export default {
         type = '可控店';
       } else if (value == 'jinPai') {
         type = '金牌店';
-      } else if (value == 'tongA') {
+      } else if (value == 'TuLiao') {
         type = '同城分销-涂料店';
-      } else if (value == 'tongB') {
+      } else if (value == 'QiTa') {
         type = '同城分销-其他店';
       }
       return type;