mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-09 06:26:44 +08:00
fix:银保列表编辑跳转页面
This commit is contained in:
@@ -1790,6 +1790,9 @@
|
|||||||
orderNo: this.$route.query.orderNo,
|
orderNo: this.$route.query.orderNo,
|
||||||
},
|
},
|
||||||
appntDTO: {},
|
appntDTO: {},
|
||||||
|
userModel: {
|
||||||
|
branchType: this.branchType
|
||||||
|
}
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
if (this.userInfo.mediaDTOS == '') {
|
if (this.userInfo.mediaDTOS == '') {
|
||||||
|
|||||||
@@ -545,7 +545,11 @@ export default {
|
|||||||
}else {
|
}else {
|
||||||
url = '/sale/answerPage?edit=1&orderNo='+orderNo
|
url = '/sale/answerPage?edit=1&orderNo='+orderNo
|
||||||
}
|
}
|
||||||
}else if(orderStatus == ''){//跳到投保人
|
} else if(orderStatus == '' || (orderStatus == '66' && this.branchType == '14')){
|
||||||
|
/*
|
||||||
|
*跳到投保人
|
||||||
|
*银保渠道特殊情况66,投保人信息填写不完整
|
||||||
|
*/
|
||||||
url = '/sale/insuredInfo?edit=1&orderNo='+orderNo
|
url = '/sale/insuredInfo?edit=1&orderNo='+orderNo
|
||||||
}else if(orderStatus == '44'){//建议书转投保, 跳到投保人
|
}else if(orderStatus == '44'){//建议书转投保, 跳到投保人
|
||||||
url = '/sale/insuredInfo?edit=1&orderNo='+orderNo
|
url = '/sale/insuredInfo?edit=1&orderNo='+orderNo
|
||||||
|
|||||||
Reference in New Issue
Block a user