|
@@ -5,7 +5,7 @@
|
|
|
<view class="failtit" v-if="datainfo.auditType==4">该业务申请未通过审核,可完善信息后进行申诉</view>
|
|
|
<view class="detop">
|
|
|
<!-- 归档 归档后没有业务进度-->
|
|
|
- <image :src="gdicoimg" class="gdimg" v-if="gdflag"></image>
|
|
|
+ <image :src="gdicoimg" class="gdimg" v-if="datainfo.loanApplicationType==4"></image>
|
|
|
<block v-else>
|
|
|
<view class="speed" v-if="checkPermi(['system:schedule:list'])" @click="getSpeedFn" :style="type=='ywjd'?'z-index: 6;':''">
|
|
|
<image :src="speedimg"></image>
|
|
@@ -81,7 +81,7 @@
|
|
|
<!-- 法人信息 -->
|
|
|
|
|
|
</view>
|
|
|
- <block v-if="!gdflag">
|
|
|
+ <block v-if="datainfo.loanApplicationType!=4">
|
|
|
<view class="h50"></view>
|
|
|
<view class="footbtns">
|
|
|
<!-- (业务进度表查询进度列表):1:申报提交 stepval 4,7,8,9,没有通过不通过
|
|
@@ -105,11 +105,9 @@
|
|
|
7:上会评审 -->
|
|
|
<!-- 申请审核 start-->
|
|
|
<view class="fbtns bga" v-if="checkPermi(['system:application:edit'])&&stepval<2" @click="getedit">修改</view>
|
|
|
- <view class="fbtns bgc" v-if="checkPermi(['system:application:remove'])" @click="getDel">删除</view>
|
|
|
+ <view class="fbtns bgc" v-if="checkPermi(['system:application:remove'])&&stepval<2" @click="getDel">删除</view>
|
|
|
<view class="fbtns bga" v-if="auditSchedule==1&&checkPermi(['system:application:sh'])" @click="getShFn('sh')">审核</view>
|
|
|
- <view class="fbtns bga" v-if="auditSchedule==4&&datainfo.auditType!=4&&checkPermi(['system:application:sh'])" @click="getShFn('fxsh')">风险审核</view>
|
|
|
-
|
|
|
-
|
|
|
+ <view class="fbtns bga" v-if="auditSchedule==4&&datainfo.auditType!=4&&checkPermi(['system:application:sh'])&&checkRole(['auditing_risk'])" @click="getShFn('fxsh')">风险审核</view>
|
|
|
<!-- end -->
|
|
|
<!-- a,b角按钮 start-->
|
|
|
<view class="fbtns bgb" v-if="checkPermi(['system:application:sh'])&&userId==datainfo.aUserId&&auditSchedule==5" @click="getShFn('jztcsh')">尽职调查反馈</view>
|
|
@@ -127,15 +125,16 @@
|
|
|
<!-- 撤销,管理员在 a待审核 可以撤,
|
|
|
a,b角是自己的时候可以撤
|
|
|
-->
|
|
|
- <view class="fbtns bga" v-if="checkPermi(['system:application:cx'])&&stepval<10&&stepval>6" @click="getXybFn">项目推进</view>
|
|
|
+ <view class="fbtns bga" v-if="checkPermi(['system:application:cx'])&&stepval<9&&stepval>6" @click="getXybFn">项目推进</view>
|
|
|
<!-- end -->
|
|
|
<!-- 管理员业务初审审核后出具担保意向函-->
|
|
|
- <block v-if="auditSchedule>1&&stepval<3">
|
|
|
+ <!-- <block v-if="auditSchedule>1&&stepval<3"> -->
|
|
|
+ <block v-if="checkRole(['manager'])">
|
|
|
<view class="fbtns bgb" @click="getfjEdit('dbyxh')">上传文件</view>
|
|
|
<view class="fbtns bga">查看担保意向函</view>
|
|
|
</block>
|
|
|
<!-- 风险部门 start-->
|
|
|
- <block v-if="stepval==5">
|
|
|
+ <block v-if="stepval==5&&checkRole(['auditing_risk'])">
|
|
|
<view class="fbtns bgb" v-if="checkPermi(['system:hyperlink:list'])" @click="getMoreFn('wb')">外部工具平台</view>
|
|
|
<view class="fbtns bga" @click="getMoreFn('fxmore')">更多操作</view>
|
|
|
</block>
|
|
@@ -162,10 +161,10 @@
|
|
|
</block>
|
|
|
<!-- end -->
|
|
|
<block v-if="stepval==9">
|
|
|
- <view class="fbtns bgb" @click="getfjEdit('fktzs')">上传附件</view>
|
|
|
+ <!-- <view class="fbtns bgb" @click="getfjEdit('fktzs')">上传附件</view> -->
|
|
|
<view class="fbtns bga" @click="">放款通知书</view>
|
|
|
</block>
|
|
|
- <view class="fbtns bga" v-if="stepval==10&&datainfo.loanApplicationType!=4" @click="getGdFn">一键归档</view>
|
|
|
+ <view class="fbtns bga" v-if="stepval==9&&datainfo.loanApplicationType!=4" @click="getGdFn">一键归档</view>
|
|
|
</view>
|
|
|
</block>
|
|
|
<!-- 更多操作 -->
|
|
@@ -378,8 +377,12 @@
|
|
|
this.init()
|
|
|
this.getDetail();
|
|
|
this.getScheduleList();
|
|
|
- // this.getHyperlinkList();//外部链接stepval==5
|
|
|
- // this.getUsernoPageList();//获取用户列表stepval==2
|
|
|
+ // if(checkPermi(['system:hyperlink:list'])){
|
|
|
+ // this.getHyperlinkList();//外部链接stepval==5
|
|
|
+ // }
|
|
|
+ // if(checkPermi(['system:user:noPageList'])){
|
|
|
+ // this.getUsernoPageList();//获取用户列表stepval==2||stepval==6
|
|
|
+ // }
|
|
|
this.getCommentsList()//审核意见
|
|
|
},
|
|
|
mounted() {
|
|
@@ -490,7 +493,7 @@
|
|
|
//用户类型(00系统用户 01注册用户 02管理用户
|
|
|
getUsernoPageList(){
|
|
|
var params={
|
|
|
- // userType:'02'
|
|
|
+ userType:'02'
|
|
|
}
|
|
|
getUsernoPageList(params).then(res=>{
|
|
|
if(res.code==200){
|
|
@@ -874,10 +877,12 @@
|
|
|
}
|
|
|
this.stepval=res.data.loanSchedule||0;
|
|
|
var auditSchedule=res.data.auditSchedule
|
|
|
- if(auditSchedule==6){
|
|
|
+ if(checkPermi(['system:hyperlink:list'])&&auditSchedule==6){
|
|
|
this.getHyperlinkList();//外部链接stepval==5
|
|
|
}else if(auditSchedule==1||auditSchedule==7){
|
|
|
- this.getUsernoPageList();//获取用户列表stepval==2||stepval==6
|
|
|
+ if(checkPermi(['system:user:noPageList'])){
|
|
|
+ this.getUsernoPageList();//获取用户列表stepval==2||stepval==6
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
})
|
|
@@ -1022,6 +1027,7 @@ border-radius: 2rpx;height: 4rpx;content: '';}
|
|
|
view{font-weight: 500;font-size: 22rpx;color: #666666;}
|
|
|
}
|
|
|
.gdimg{width: 110rpx;height: 86rpx;position: absolute;right: 40rpx;top: 130rpx;}
|
|
|
+//
|
|
|
.footbtns{width: 100%;height: 100rpx;position: fixed;left: 0;right: 0;bottom: 0;display: flex;border-top: 2rpx solid #E6E6E6;
|
|
|
.fbtns{flex: 1;height: 100rpx;font-weight: bold;font-size: 30rpx;display: flex;align-items: center;justify-content: center;
|
|
|
&.bga{background: $com-cd3;color: #FFFFFF;}
|