mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-18 03:56:43 +08:00
修改签字底部按钮显示
This commit is contained in:
@@ -229,8 +229,15 @@
|
|||||||
</p>-->
|
</p>-->
|
||||||
</div>
|
</div>
|
||||||
<div v-if="!isWeixin">
|
<div v-if="!isWeixin">
|
||||||
<div class="bottom-btn bg-white" v-if="(appntSign.signStatus == '1' && insuredSign.signStatus == '1') || appntSign.signStatus == '1'">
|
<div class="bottom-btn bg-white" v-if="appntSign.signStatus == '1'">
|
||||||
<van-button type="danger" size="large" @click="next" v-no-more-click="1000">提交</van-button>
|
<van-button
|
||||||
|
type="danger"
|
||||||
|
v-if="relationToAppnt == '1' ? true : insuredSign.signStatus == '1' ? true : false"
|
||||||
|
size="large"
|
||||||
|
@click="next"
|
||||||
|
v-no-more-click="1000"
|
||||||
|
>提交</van-button
|
||||||
|
>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -732,6 +739,7 @@ export default {
|
|||||||
this.saleInsuredPersonInfo = JSON.parse(window.localStorage.getItem('saleInsuredPersonInfo'))
|
this.saleInsuredPersonInfo = JSON.parse(window.localStorage.getItem('saleInsuredPersonInfo'))
|
||||||
// 获取投保人信息
|
// 获取投保人信息
|
||||||
this.saleInsuredInfo = JSON.parse(window.localStorage.getItem('saleInsuredInfo'))
|
this.saleInsuredInfo = JSON.parse(window.localStorage.getItem('saleInsuredInfo'))
|
||||||
|
this.relationToAppnt = this.saleInsuredPersonInfo.relationToAppnt //将缓存中的与被保人关系赋值给页面
|
||||||
that.recmd = res.orderDTO.recmdDTO
|
that.recmd = res.orderDTO.recmdDTO
|
||||||
that.orderInfo = res.orderDTO.orderInfoDTO
|
that.orderInfo = res.orderDTO.orderInfoDTO
|
||||||
that.insured = res.orderDTO.insuredDTOs
|
that.insured = res.orderDTO.insuredDTOs
|
||||||
|
|||||||
Reference in New Issue
Block a user