Browse Source

思录详情权限申请修改

Karsa 2 years ago
parent
commit
b3def8d696

+ 2 - 18
src/views/hzsl/report/newReport/ChapterDetail.vue

@@ -340,25 +340,9 @@ export default {
           this.pupData.show=true
 					this.pupData.content=`<p>您已提交过申请,请耐心等待</p>`
         }else{
-          if(!this.info.permission_check.customer_info.status||this.info.permission_check.customer_info.status!='流失'){
-
-            this.pupData.show=true
-            this.pupData.content=`<p>若想查看请联系对口销售</p>`
-          }else{//主动调一次申请权限接口 
-            const res=await apiApplyPermission({
-              company_name:this.info.permission_check.customer_info.company_name,
-              real_name:this.info.permission_check.customer_info.name,
-              source:4,
-              from_page:'报告详情'
-            })
-            if(res.code===200){
-              this.pupData.show=true
-					    this.pupData.content=`<p>申请已提交</p><p>请等待销售人员与您联系</p>`
-              this.getDetail()
-            }
-          }
+          this.pupData.show=true
+          this.pupData.content=`<p>若想查看请联系对口销售</p>`
         }
-                
       }
     },
 

+ 2 - 16
src/views/hzsl/report/newReport/Detail.vue

@@ -319,22 +319,8 @@ export default {
                     this.pupData.show=true
 					this.pupData.content=`<p>您已提交过申请,请耐心等待</p>`
                 }else{
-                    if(!this.info.permission_check.customer_info.status||this.info.permission_check.customer_info.status!='流失'){
-                        this.pupData.show=true
-                        this.pupData.content=`<p>若想查看请联系对口销售</p>`
-                    }else{//主动调一次申请权限接口 
-                        const res=await apiApplyPermission({
-                            company_name:this.info.permission_check.customer_info.company_name,
-                            real_name:this.info.permission_check.customer_info.name,
-                            source:4,
-                            from_page:'报告详情'
-                        })
-                        if(res.code===200){
-                            this.pupData.show=true
-					        this.pupData.content=`<p>申请已提交</p><p>请等待销售人员与您联系</p>`
-                            this.getDetail()
-                        }
-                    }
+                    this.pupData.show=true
+                    this.pupData.content=`<p>若想查看请联系对口销售</p>`
                 }
                 
             }