mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-25 11:52:52 +08:00
【国富人寿】电子投保投保人页面有关orederNo字段获取以及链接拼接逻辑修改成链接拼接
This commit is contained in:
@@ -554,7 +554,7 @@ export default {
|
||||
//如果是编辑/导航进来
|
||||
this.isElecCont = '0'
|
||||
if (this.$route.query.edit) {
|
||||
const orderNo = this.$CacheUtils.getLocItem('orderNo')
|
||||
const orderNo = this.$route.query.orderNo
|
||||
getOrderDetail({ orderNo: orderNo }).then((res) => {
|
||||
if (res.result == 0) {
|
||||
let updateAnswerType = res.orderDTO.riskEvaluationDTO.isShowEvaluationPoint =='1'?true:false
|
||||
@@ -1287,7 +1287,7 @@ export default {
|
||||
1: true,
|
||||
5: true,
|
||||
6: true,
|
||||
9: true,
|
||||
9: true
|
||||
}
|
||||
let idType = this.userInfo.idType
|
||||
// 通过年龄 判断证件是否符合要求
|
||||
@@ -1320,7 +1320,7 @@ export default {
|
||||
// 非大陆人员按外籍人员
|
||||
let obj = {
|
||||
4: true,
|
||||
8: true,
|
||||
8: true
|
||||
}
|
||||
let idType = this.userInfo.idType
|
||||
if (obj[idType] === undefined) {
|
||||
@@ -1388,11 +1388,11 @@ export default {
|
||||
orderType: 'APPNT_ORDER',
|
||||
orderDTO: {
|
||||
orderInfoDTO: {
|
||||
orderNo: this.$CacheUtils.getLocItem('orderNo'),
|
||||
isElecCont: this.isElecCont,
|
||||
orderNo: this.$route.query.orderNo,
|
||||
isElecCont: this.isElecCont
|
||||
},
|
||||
appntDTO: {},
|
||||
},
|
||||
appntDTO: {}
|
||||
}
|
||||
}
|
||||
let str = ''
|
||||
params.orderDTO.appntDTO = this.userInfo
|
||||
@@ -1574,8 +1574,8 @@ export default {
|
||||
this.userInfo.marriage = status.id
|
||||
}
|
||||
}
|
||||
},
|
||||
},
|
||||
}
|
||||
}
|
||||
}
|
||||
</script>
|
||||
<style lang="scss" scoped>
|
||||
|
||||
Reference in New Issue
Block a user