Commit f11e6654 authored by wjc's avatar wjc

融租方案跳转

parent 484f664f
...@@ -302,10 +302,10 @@ export default { ...@@ -302,10 +302,10 @@ export default {
// 融租方案确认 // 融租方案确认
conSign () { conSign () {
// .首付还款、租金还款、融租方案确认需对业务经理角色做控制,点击无法进入,提示“当前角色非承租人或担保人,无法使用该功能!” // .首付还款、租金还款、融租方案确认需对业务经理角色做控制,点击无法进入,提示“当前角色非承租人或担保人,无法使用该功能!”
if (this.user_bp_type === 'MANAGER') { /*if (this.user_bp_type === 'MANAGER') {
hlsPopup.showLongCenter('当前角色非承租人或担保人,无法使用该功能!') hlsPopup.showLongCenter('当前角色非承租人或担保人,无法使用该功能!')
return return
} }*/
if (this.bp_id) { if (this.bp_id) {
this.$router.push({ this.$router.push({
name: 'ContractSigning', name: 'ContractSigning',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment