|
@@ -228,6 +228,9 @@ export default {
|
|
|
created() {
|
|
created() {
|
|
|
// userDeptLevel用户部门等级字段,0-总部,1-公司,2-大区,3-销售部,4-业务员
|
|
// userDeptLevel用户部门等级字段,0-总部,1-公司,2-大区,3-销售部,4-业务员
|
|
|
this.userDeptLevel = localStorage.getItem('userDeptLevel');
|
|
this.userDeptLevel = localStorage.getItem('userDeptLevel');
|
|
|
|
|
+ if (this.userDeptLevel == '4') {
|
|
|
|
|
+ this.isHandle = '2';
|
|
|
|
|
+ }
|
|
|
this.radio = [];
|
|
this.radio = [];
|
|
|
getStoreTypeList({}).then((res) => {
|
|
getStoreTypeList({}).then((res) => {
|
|
|
this.storeTypeList = res.data;
|
|
this.storeTypeList = res.data;
|