mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-13 06:06:43 +08:00
建议书标题修改
This commit is contained in:
@@ -40,6 +40,12 @@ export default {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
mounted() {
|
mounted() {
|
||||||
|
this.$jump({
|
||||||
|
flag: 'navigation',
|
||||||
|
extra: {
|
||||||
|
title: '附加险选择列表'
|
||||||
|
},
|
||||||
|
})
|
||||||
//获取投保人信息
|
//获取投保人信息
|
||||||
if (this.$CacheUtils.getLocItem('saleInsuredPersonInfo')) {
|
if (this.$CacheUtils.getLocItem('saleInsuredPersonInfo')) {
|
||||||
this.saleInsuredPersonInfo = JSON.parse(this.$CacheUtils.getLocItem('saleInsuredPersonInfo'))
|
this.saleInsuredPersonInfo = JSON.parse(this.$CacheUtils.getLocItem('saleInsuredPersonInfo'))
|
||||||
|
|||||||
@@ -556,6 +556,12 @@ export default {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
mounted() {
|
mounted() {
|
||||||
|
this.$jump({
|
||||||
|
flag: 'navigation',
|
||||||
|
extra: {
|
||||||
|
title: '保费计算'
|
||||||
|
},
|
||||||
|
})
|
||||||
getAgentInfo({}).then(res => {
|
getAgentInfo({}).then(res => {
|
||||||
// branchType N1、1代表个险渠道 和 N5、5 代表中介渠道,N代表内勤
|
// branchType N1、1代表个险渠道 和 N5、5 代表中介渠道,N代表内勤
|
||||||
if (res.branchType == 'N1' || res.branchType == '1') {
|
if (res.branchType == 'N1' || res.branchType == '1') {
|
||||||
|
|||||||
@@ -24,6 +24,12 @@ export default {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
mounted() {
|
mounted() {
|
||||||
|
this.$jump({
|
||||||
|
flag: 'navigation',
|
||||||
|
extra: {
|
||||||
|
title: '关于国富'
|
||||||
|
},
|
||||||
|
})
|
||||||
document.body.style.backgroundColor = '#fff'
|
document.body.style.backgroundColor = '#fff'
|
||||||
},
|
},
|
||||||
beforeRouteLeave(to, from, next) {
|
beforeRouteLeave(to, from, next) {
|
||||||
|
|||||||
@@ -17,6 +17,12 @@ export default {
|
|||||||
},
|
},
|
||||||
mounted() {
|
mounted() {
|
||||||
document.body.style.backgroundColor = '#fff'
|
document.body.style.backgroundColor = '#fff'
|
||||||
|
this.$jump({
|
||||||
|
flag: 'navigation',
|
||||||
|
extra: {
|
||||||
|
title: '敬请期待'
|
||||||
|
},
|
||||||
|
})
|
||||||
},
|
},
|
||||||
beforeRouteLeave(to, from, next) {
|
beforeRouteLeave(to, from, next) {
|
||||||
document.body.style.backgroundColor = ''
|
document.body.style.backgroundColor = ''
|
||||||
|
|||||||
@@ -83,6 +83,12 @@ export default {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
async mounted() {
|
async mounted() {
|
||||||
|
this.$jump({
|
||||||
|
flag: 'navigation',
|
||||||
|
extra: {
|
||||||
|
title: '主险选择列表'
|
||||||
|
},
|
||||||
|
})
|
||||||
if (localStorage.isFrom == 'sale') {
|
if (localStorage.isFrom == 'sale') {
|
||||||
return new Promise((resolve, reject) => {
|
return new Promise((resolve, reject) => {
|
||||||
getOrderDetail({ orderNo: this.$CacheUtils.getLocItem('orderNo') }).then(
|
getOrderDetail({ orderNo: this.$CacheUtils.getLocItem('orderNo') }).then(
|
||||||
|
|||||||
@@ -138,6 +138,12 @@ export default {
|
|||||||
// })
|
// })
|
||||||
},
|
},
|
||||||
init() {
|
init() {
|
||||||
|
this.$jump({
|
||||||
|
flag: 'navigation',
|
||||||
|
extra: {
|
||||||
|
title: '投保人信息'
|
||||||
|
},
|
||||||
|
})
|
||||||
// 筛选按钮的点击事件
|
// 筛选按钮的点击事件
|
||||||
window.appCallBack = this.appCallBack
|
window.appCallBack = this.appCallBack
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -24,7 +24,14 @@ export default {
|
|||||||
created() {
|
created() {
|
||||||
this.init()
|
this.init()
|
||||||
},
|
},
|
||||||
mounted() {},
|
mounted() {
|
||||||
|
this.$jump({
|
||||||
|
flag: 'navigation',
|
||||||
|
extra: {
|
||||||
|
title: '条款'
|
||||||
|
},
|
||||||
|
})
|
||||||
|
},
|
||||||
methods: {
|
methods: {
|
||||||
async init() {
|
async init() {
|
||||||
let pdfUrl = localStorage.showCaluePDFUrl
|
let pdfUrl = localStorage.showCaluePDFUrl
|
||||||
|
|||||||
@@ -112,6 +112,12 @@ export default {
|
|||||||
BreadcrumbNavigator
|
BreadcrumbNavigator
|
||||||
},
|
},
|
||||||
mounted() {
|
mounted() {
|
||||||
|
this.$jump({
|
||||||
|
flag: 'navigation',
|
||||||
|
extra: {
|
||||||
|
title: '选择被保险人'
|
||||||
|
},
|
||||||
|
})
|
||||||
if (this.$route.query.proposalOrderNo) {
|
if (this.$route.query.proposalOrderNo) {
|
||||||
this.proposalOrderNo = this.$route.query.proposalOrderNo
|
this.proposalOrderNo = this.$route.query.proposalOrderNo
|
||||||
}else if (this.$CacheUtils.getLocItem('proposalNo')) {
|
}else if (this.$CacheUtils.getLocItem('proposalNo')) {
|
||||||
|
|||||||
@@ -157,6 +157,12 @@ export default {
|
|||||||
this.insured.medical = localStorage.orderNoSocialSecurity === '1' ? '1' : '0'
|
this.insured.medical = localStorage.orderNoSocialSecurity === '1' ? '1' : '0'
|
||||||
}
|
}
|
||||||
this.ageShow = this.insured.age == '-1' ? '0' : this.insured.age
|
this.ageShow = this.insured.age == '-1' ? '0' : this.insured.age
|
||||||
|
this.$jump({
|
||||||
|
flag: 'navigation',
|
||||||
|
extra: {
|
||||||
|
title: '被保险人信息'
|
||||||
|
},
|
||||||
|
})
|
||||||
},
|
},
|
||||||
//设置被保险人年龄显示 如果this.insured.age为 -1时显示为空,不为1时显示为正常输入值
|
//设置被保险人年龄显示 如果this.insured.age为 -1时显示为空,不为1时显示为正常输入值
|
||||||
changeAgeInput(val) {
|
changeAgeInput(val) {
|
||||||
|
|||||||
@@ -407,6 +407,12 @@ export default {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
async mounted() {
|
async mounted() {
|
||||||
|
this.$jump({
|
||||||
|
flag: 'navigation',
|
||||||
|
extra: {
|
||||||
|
title: '建议书预览'
|
||||||
|
},
|
||||||
|
})
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
// eslint-disable-next-line no-undef
|
// eslint-disable-next-line no-undef
|
||||||
EWebBridge.webCallAppInJs('webview_left_button', {
|
EWebBridge.webCallAppInJs('webview_left_button', {
|
||||||
@@ -847,7 +853,7 @@ export default {
|
|||||||
// 条款PDF
|
// 条款PDF
|
||||||
async goCaluePDF(riskItem) {
|
async goCaluePDF(riskItem) {
|
||||||
localStorage.showCaluePDFUrl = riskItem.url
|
localStorage.showCaluePDFUrl = riskItem.url
|
||||||
this.$router.push({ path: 'proposal/caluePdf' })
|
this.$router.push({ path: '/proposal/caluePdf' })
|
||||||
// this.$jump({
|
// this.$jump({
|
||||||
// flag: 'h5',
|
// flag: 'h5',
|
||||||
// extra: {
|
// extra: {
|
||||||
|
|||||||
Reference in New Issue
Block a user