mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-15 16:26:44 +08:00
提交关联保单号问题
This commit is contained in:
@@ -102,7 +102,7 @@
|
||||
</div>
|
||||
<!-- 只有万能险且只有建议书才展示 -->
|
||||
<van-field class="pv10" v-if="item.hasPredictTransferPrem === '0'" v-model="item.predictTransferPrem" label="预计转入保费" placeholder="请输入" />
|
||||
<div class="flex justify-content-s pv10 border-bottom" v-if="isFrom">
|
||||
<div class="flex justify-content-s pv10 border-bottom" v-if="isRelated && isFrom != 'proposal'">
|
||||
<van-field v-model="policyNo" clearable label="关联保单号" name="关联保单号" maxlength="20" placeholder="请输入保单号" />
|
||||
</div>
|
||||
<div class="flex justify-content-s pv10 border-bottom prem">
|
||||
@@ -165,10 +165,11 @@ export default {
|
||||
influenceAddRiskCodes: [],
|
||||
influences: [],
|
||||
nextStepFlag: false,
|
||||
isFrom: localStorage.isRelated === '0',
|
||||
policyNo: '', //关联保单号
|
||||
isRelated: localStorage.isRelated === '0',//关联保单号
|
||||
policyNo: '',
|
||||
// 份数
|
||||
mult: ''
|
||||
mult: '',
|
||||
isFrom: ''
|
||||
}
|
||||
},
|
||||
mounted() {
|
||||
@@ -187,6 +188,8 @@ export default {
|
||||
methods: {
|
||||
//初始化数据
|
||||
init() {
|
||||
// 获取是否从建议书过来的
|
||||
this.isFrom = localStorage.isFrom
|
||||
//获取投保人信息
|
||||
if (localStorage.saleInsuredInfo) {
|
||||
this.saleInsuredInfo = JSON.parse(localStorage.saleInsuredInfo)
|
||||
|
||||
Reference in New Issue
Block a user