4 Commits

Author SHA1 Message Date
4f5e03d1c8 救援职业责任险界面,描述1的文字更改 2025-10-10 20:42:49 +08:00
f03f323a6f 换请求方式 2025-09-26 13:23:55 +08:00
817a0f1e84 跳转后添加type=invoice 参数 2025-09-26 13:23:55 +08:00
ec204dc631 培训添加发票参数 2025-09-26 13:23:54 +08:00
4 changed files with 10 additions and 4 deletions

View File

@ -323,6 +323,7 @@ export function jumpPage(data){
return request({
url:'/supplierAppV2/dispatchApp/user/jumpPage',
method:'POST',
contentType:'application/json',
data
})
}
@ -339,4 +340,4 @@ export function isSendInsuranceEmail(){
url:'/supplierAppV2/dispatchApp/user/isSendInsuranceEmail',
method:'POST',
})
}
}

View File

@ -175,7 +175,7 @@ export default {
confirmButtonColor: '#0E76F4',
showCancelButton: false,
}).then(async() => {
this.goPage('newTrainingList', { supplierId : this.supplierId })
this.goPage('newTrainingList', { supplierId : this.supplierId, type: 'invoice' })
}).catch(() => {
// on cancel
});
@ -189,7 +189,9 @@ export default {
this.getNotifyList()
},
async getJumpHandler() {
let res = await jumpPage();
let res = await jumpPage({
type: 'invoice'
});
return res
},
getMonth(item) {

View File

@ -22,7 +22,7 @@
为此中道救援经过与保司沟通协调特为与中道救援合作紧密的服务商提供救援职业责任险参保渠道提升服务商服务能力降低运营风险实现共同进步
</div>
<div>救援职业责任险简介</div>
<div>1综合保额50万元可全方位覆盖我们日常的经营活动</div>
<div> 1综合保额100万元其中救援责任50万元物流责任50万元可全方位覆盖我们日常的经营活动</div>
<div> 2保费支付可采用救援服务费抵扣的方式降低资金压力</div>
<div> 3详细保险条款保费和其他问题如需了解请与辖区区域经理联系</div>
<div> 其他意见建议如需交流请与18621558505曲仁杰联系</div>

View File

@ -78,9 +78,11 @@ export default {
isLoading:false,
showPoup:true,//进入弹框
isFinished:false,
type: '',
}
},
mounted() {
this.type = this.$route.query?.type;
// this.onRefresh();
this.getList();
@ -120,6 +122,7 @@ export default {
pageSize:this.pageSize,
docType:1,
trainingType:4,
type: this.type,
})
this.pageList=res.data?.list || [];
if(res.data.assessState == 0){