修改关联保单号

This commit is contained in:
zhouna
2019-11-01 15:52:55 +08:00
parent 9a2564fda5
commit 6538708db7
2 changed files with 6 additions and 5 deletions

View File

@@ -64,7 +64,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">
<div class="flex justify-content-s pv10 border-bottom" v-if="isFrom">
<van-field v-model="policyNo" clearable label="关联保单号" name="关联保单号" maxlength="20" placeholder="请输入保单号" />
</div>
<div class="flex justify-content-s pv10 border-bottom prem">
@@ -121,6 +121,7 @@ export default {
influenceAddRiskCodes: [],
influences: [],
nextStepFlag: false,
isFrom: localStorage.isFrom === 'sale',
policyNo: '' //关联保单号
}
},