mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-11 16:46:43 +08:00
当前人为区经理业绩查询不显示个人
This commit is contained in:
@@ -431,7 +431,6 @@ export default {
|
|||||||
})
|
})
|
||||||
this.OrgLv3s.splice(0)
|
this.OrgLv3s.splice(0)
|
||||||
this.OrgLv3s.push(...res.content)
|
this.OrgLv3s.push(...res.content)
|
||||||
console.log(this.OrgLv3s, 'OrgLv3s')
|
|
||||||
},
|
},
|
||||||
// 筛选三级机构-部
|
// 筛选三级机构-部
|
||||||
async onOrgLv3ConditionConfirm(data, status) {
|
async onOrgLv3ConditionConfirm(data, status) {
|
||||||
@@ -457,14 +456,16 @@ export default {
|
|||||||
if (status != 'false') {
|
if (status != 'false') {
|
||||||
this.getPerformanceDetailC()
|
this.getPerformanceDetailC()
|
||||||
}
|
}
|
||||||
// 查询四级机构
|
if (data != '全部') {
|
||||||
const res = await getMisBranchComList({
|
// 查询四级机构
|
||||||
bussinessType: 'normal',
|
const res = await getMisBranchComList({
|
||||||
manageCode: this.orgs[1].code,
|
bussinessType: 'normal',
|
||||||
manageLv: '07'
|
manageCode: this.orgs[1].code,
|
||||||
})
|
manageLv: '07'
|
||||||
this.OrgLv4s.splice(0)
|
})
|
||||||
this.OrgLv4s.push(...res.content)
|
this.OrgLv4s.splice(0)
|
||||||
|
this.OrgLv4s.push(...res.content)
|
||||||
|
}
|
||||||
},
|
},
|
||||||
// 筛选四级机构-组
|
// 筛选四级机构-组
|
||||||
async onOrgLv4ConditionConfirm(data, status) {
|
async onOrgLv4ConditionConfirm(data, status) {
|
||||||
@@ -488,15 +489,17 @@ export default {
|
|||||||
this.getPerformanceDetailC()
|
this.getPerformanceDetailC()
|
||||||
}
|
}
|
||||||
if (this.manageLv == '07' || this.manageLv == '08') {
|
if (this.manageLv == '07' || this.manageLv == '08') {
|
||||||
// 查询五级机构--个人
|
if (data != '全部') {
|
||||||
const res = await getMisBranchComList({
|
// 查询五级机构--个人
|
||||||
bussinessType: 'normal',
|
const res = await getMisBranchComList({
|
||||||
manageCode: this.orgs[2].code,
|
bussinessType: 'normal',
|
||||||
inCode: this.orgs[2].inCode,
|
manageCode: this.orgs[2].code,
|
||||||
manageLv: '08'
|
inCode: this.orgs[2].inCode,
|
||||||
})
|
manageLv: '08'
|
||||||
this.OrgLv5s.splice(0)
|
})
|
||||||
this.OrgLv5s.push(...res.content)
|
this.OrgLv5s.splice(0)
|
||||||
|
this.OrgLv5s.push(...res.content)
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
// 筛选五级机构-个人
|
// 筛选五级机构-个人
|
||||||
|
|||||||
Reference in New Issue
Block a user