mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-12 14:56:45 +08:00
对接健康险续保得接口并调整相关字段展示1
This commit is contained in:
@@ -99,6 +99,7 @@
|
|||||||
}
|
}
|
||||||
reasonForNonRenewalSubmitted(params).then(res=>{
|
reasonForNonRenewalSubmitted(params).then(res=>{
|
||||||
if(res.result == 0){
|
if(res.result == 0){
|
||||||
|
this.$toast('提交成功')
|
||||||
this.dataInfo.reason = this.message
|
this.dataInfo.reason = this.message
|
||||||
this.message = ''
|
this.message = ''
|
||||||
}else{
|
}else{
|
||||||
|
|||||||
@@ -1,13 +1,16 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="sale-list-container pb50">
|
<div class="sale-list-container pb50">
|
||||||
<van-search placeholder="请选择客户经理姓名" v-model="searchName" show-action @change="searchList" @keyup.enter="searchList">
|
<!-- <van-search placeholder="请选择客户经理姓名" v-model="searchName" show-action @change="searchList" @keyup.enter="searchList">-->
|
||||||
<template #action>
|
<!-- <template #action>-->
|
||||||
<div style="display: flex;">
|
<!-- <div style="display: flex;">-->
|
||||||
<div @click="searchList" style="padding: 0px 10px;border: 1px solid #eee;border-radius: 5px;">搜索</div>
|
<!-- <div @click="searchList" style="padding: 0px 10px;border: 1px solid #eee;border-radius: 5px;">搜索</div>-->
|
||||||
<div style="padding: 0px 10px;border: 1px solid #eee;border-radius: 5px;margin-left: 15px;" @click="openshowDataPicker">日期</div>
|
<!-- <div style="padding: 0px 10px;border: 1px solid #eee;border-radius: 5px;margin-left: 15px;" @click="openshowDataPicker">日期</div>-->
|
||||||
</div>
|
<!-- </div>-->
|
||||||
</template>
|
<!-- </template>-->
|
||||||
</van-search>
|
<!-- </van-search>-->
|
||||||
|
<div style="display: flex;line-height: 36px;background:#fff;padding: 10px;">
|
||||||
|
<div style="padding: 0px 10px;border: 1px solid #eee;border-radius: 5px;margin-left: 15px;" @click="openshowDataPicker">日期</div>
|
||||||
|
</div>
|
||||||
<van-sticky>
|
<van-sticky>
|
||||||
<van-tabs :line-width="45" v-model="active" @change="tabChange" sticky>
|
<van-tabs :line-width="45" v-model="active" @change="tabChange" sticky>
|
||||||
<van-tab name="0" title="未续保"></van-tab>
|
<van-tab name="0" title="未续保"></van-tab>
|
||||||
|
|||||||
Reference in New Issue
Block a user