|
|
@@ -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') {
|