0407-北仑客群+客群业绩统计+网格整体业绩修改+青田贷款客户经理
This commit is contained in:
@@ -432,7 +432,7 @@
|
||||
v-if="item.cmpmType == '贷款客户经理'"
|
||||
:label="`${item.cmpmType}:`"
|
||||
>
|
||||
<span>{{ item.cmpmUserList }}</span>
|
||||
<span>{{ is932Dept ? `${baseForm.belongUserName}-${baseForm.belongUserId}` : item.cmpmUserList }}</span>
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
</el-row>
|
||||
@@ -1242,6 +1242,7 @@ export default {
|
||||
businessScope: '',
|
||||
gridUserName: '',
|
||||
belongUserName: '',
|
||||
belongUserId: '',
|
||||
updateTime: ''
|
||||
},
|
||||
registerLocationNum: '',
|
||||
@@ -1374,7 +1375,7 @@ export default {
|
||||
Custom
|
||||
},
|
||||
computed: {
|
||||
...mapGetters(['roles', 'userName']),
|
||||
...mapGetters(['roles', 'userName', 'deptId']),
|
||||
isHeadAdmin() {
|
||||
return this.roles.includes('headAdmin')
|
||||
},
|
||||
@@ -1386,6 +1387,10 @@ export default {
|
||||
isPrivate() {
|
||||
return this.roles.includes('headPrivate')
|
||||
},
|
||||
// 是否932开头部门
|
||||
is932Dept() {
|
||||
return String(this.deptId || '').substring(0, 3) === '932'
|
||||
},
|
||||
// 运管部
|
||||
isHeadOps() {
|
||||
return this.roles.includes('headOps')
|
||||
|
||||
@@ -437,7 +437,7 @@
|
||||
v-if="item.cmpmType == '贷款客户经理'"
|
||||
:label="`${item.cmpmType}:`"
|
||||
>
|
||||
<span>{{ item.cmpmUserList }}</span>
|
||||
<span>{{ is932Dept ? `${baseForm.belongUserName}-${baseForm.belongUserId}` : item.cmpmUserList }}</span>
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
</el-row>
|
||||
@@ -1460,6 +1460,7 @@ export default {
|
||||
tel: '',
|
||||
gridUserName: '',
|
||||
belongUserName: '',
|
||||
belongUserId: '',
|
||||
updateTime: ''
|
||||
},
|
||||
registerLocationNum: '',
|
||||
@@ -1663,6 +1664,9 @@ export default {
|
||||
},
|
||||
is825() {
|
||||
return String(this.deptId || '').substring(0, 3) === '825'
|
||||
},
|
||||
is932Dept() {
|
||||
return String(this.deptId || '').substring(0, 3) === '932'
|
||||
}
|
||||
},
|
||||
created() {
|
||||
|
||||
@@ -364,7 +364,7 @@
|
||||
v-if="item.cmpmType == '贷款客户经理'"
|
||||
:label="`${item.cmpmType}:`"
|
||||
>
|
||||
<span>{{ item.cmpmUserList }}</span>
|
||||
<span>{{ is932Dept ? `${profile.belongUserName}-${profile.belongUserId}` : item.cmpmUserList }}</span>
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
</el-row>
|
||||
@@ -1663,7 +1663,7 @@ export default {
|
||||
CustContact
|
||||
},
|
||||
computed: {
|
||||
...mapGetters(['roles', 'userName']),
|
||||
...mapGetters(['roles', 'userName', 'deptId']),
|
||||
isHeadAdmin() {
|
||||
return this.roles.includes('headAdmin')
|
||||
},
|
||||
@@ -1675,6 +1675,10 @@ export default {
|
||||
isPrivate() {
|
||||
return this.roles.includes('headPrivate')
|
||||
},
|
||||
// 是否932开头部门
|
||||
is932Dept() {
|
||||
return String(this.deptId || '').substring(0, 3) === '932'
|
||||
},
|
||||
// 运管部
|
||||
isHeadOps() {
|
||||
return this.roles.includes('headOps')
|
||||
|
||||
Reference in New Issue
Block a user