mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-10 12:46:43 +08:00
【关于个险渠道协同产品专区系统开发需求的申请】是否为协同单位为是并且协同单位可查,才可选主险为嘉和保,桂企保,瑞利年金
This commit is contained in:
@@ -141,7 +141,8 @@ export default {
|
||||
})
|
||||
},
|
||||
//校验投保人工作单位是否有权限投保该产品
|
||||
checkCompany(val, workcompany, that) {
|
||||
//isAsync 是否协同工作单位 0否 1是
|
||||
checkCompany(val, workcompany,isAsync, that) {
|
||||
let flag = true
|
||||
let columns = []
|
||||
return new Promise((resolve, reject) => {
|
||||
@@ -152,7 +153,8 @@ export default {
|
||||
if (columns.length == 0) {
|
||||
flag = false
|
||||
} else {
|
||||
flag = !columns.includes(workcompany)
|
||||
//是否为协同单位为是并且协同单位可查,才可选主险为嘉和保,桂企保,瑞利年金
|
||||
flag = !(columns.includes(workcompany) && isAsync == 1)
|
||||
}
|
||||
} else {
|
||||
that.$toast(res.resultMessage)
|
||||
|
||||
Reference in New Issue
Block a user