|
@@ -207,7 +207,7 @@ export default {
|
|
|
companyName: '全部公司',
|
|
companyName: '全部公司',
|
|
|
deptName: '全部销售部',
|
|
deptName: '全部销售部',
|
|
|
regionName: '全部大区',
|
|
regionName: '全部大区',
|
|
|
- userName: '全部',
|
|
|
|
|
|
|
+ userName: '全部拜访人',
|
|
|
companyCode: '',
|
|
companyCode: '',
|
|
|
deptCode: '',
|
|
deptCode: '',
|
|
|
regionCode: '',
|
|
regionCode: '',
|
|
@@ -420,7 +420,7 @@ export default {
|
|
|
this.regionCode = '';
|
|
this.regionCode = '';
|
|
|
this.deptName = '全部销售部';
|
|
this.deptName = '全部销售部';
|
|
|
this.deptCode = '';
|
|
this.deptCode = '';
|
|
|
- this.userName = '全部';
|
|
|
|
|
|
|
+ this.userName = '全部拜访人';
|
|
|
this.userCode = '';
|
|
this.userCode = '';
|
|
|
this.getDeptInfo('dept', 1);
|
|
this.getDeptInfo('dept', 1);
|
|
|
},
|
|
},
|
|
@@ -433,7 +433,7 @@ export default {
|
|
|
}
|
|
}
|
|
|
this.deptName = '全部销售部';
|
|
this.deptName = '全部销售部';
|
|
|
this.deptCode = '';
|
|
this.deptCode = '';
|
|
|
- this.userName = '全部';
|
|
|
|
|
|
|
+ this.userName = '全部拜访人';
|
|
|
this.userCode = '';
|
|
this.userCode = '';
|
|
|
this.userList = [];
|
|
this.userList = [];
|
|
|
},
|
|
},
|
|
@@ -444,7 +444,7 @@ export default {
|
|
|
if (val.deptId != '') {
|
|
if (val.deptId != '') {
|
|
|
this.getDeptInfo('user');
|
|
this.getDeptInfo('user');
|
|
|
}
|
|
}
|
|
|
- this.userName = '全部';
|
|
|
|
|
|
|
+ this.userName = '全部拜访人';
|
|
|
this.userCode = '';
|
|
this.userCode = '';
|
|
|
},
|
|
},
|
|
|
onStaffConfirm(val) {
|
|
onStaffConfirm(val) {
|
|
@@ -500,7 +500,7 @@ export default {
|
|
|
callback && callback();
|
|
callback && callback();
|
|
|
} else if (type == 'user') {
|
|
} else if (type == 'user') {
|
|
|
if (res.data.user != null) {
|
|
if (res.data.user != null) {
|
|
|
- this.userList = [{ nickName: '全部', userId: '' }].concat(res.data.user);
|
|
|
|
|
|
|
+ this.userList = [{ nickName: '全部拜访人', userId: '' }].concat(res.data.user);
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
});
|
|
});
|