|
@@ -69,6 +69,26 @@ const handleGoApplyPermission=async ()=>{
|
|
confirmButtonClass:'self-elmessage-confirm-btn'
|
|
confirmButtonClass:'self-elmessage-confirm-btn'
|
|
})
|
|
})
|
|
}else{
|
|
}else{
|
|
|
|
+ // 流失客户主动申请一次
|
|
|
|
+ if(userInfo.value.status=='流失'){
|
|
|
|
+ apiApplyPermission({
|
|
|
|
+ company_name:userInfo.value.company_name,
|
|
|
|
+ real_name:userInfo.value.real_name,
|
|
|
|
+ source:1,
|
|
|
|
+ from_page:'我的',
|
|
|
|
+ }).then(res=>{
|
|
|
|
+ const htmlStr=`<p>申请已提交</p><p>请等待销售人员与您联系</p>`
|
|
|
|
+ ElMessageBox({
|
|
|
|
+ title:'申请提醒',
|
|
|
|
+ message:htmlStr,
|
|
|
|
+ center: true,
|
|
|
|
+ dangerouslyUseHTMLString: true,
|
|
|
|
+ confirmButtonText:'知道了',
|
|
|
|
+ confirmButtonClass:'self-elmessage-confirm-btn'
|
|
|
|
+ })
|
|
|
|
+ })
|
|
|
|
+ return
|
|
|
|
+ }
|
|
router.push({
|
|
router.push({
|
|
path:'/apply/permission',
|
|
path:'/apply/permission',
|
|
query:{
|
|
query:{
|