Merge branch 'feature/GFRS-2301【需求】健康险渠道国富无忧卡金掌桂开发的需求' into dev

This commit is contained in:
庞兴月
2021-04-07 16:46:40 +08:00
2 changed files with 6 additions and 1 deletions

View File

@@ -4,7 +4,7 @@
<van-cell-group class="mt10">
<p style="border-bottom: 1px solid #ebedf0" class="fs15 fwb pl10 pv12">投保人信息</p>
<customer-picker @on-choose="chooseCustomer(arguments)" v-validate="'required|name'" name="投保人姓名" label="投保人姓名"
required :parentShowPicker.sync="customerShowPicker" :value.sync="userInfo.name" @nameChange="nameChange"
required :parentShowPicker.sync="customerShowPicker" v-model="userInfo.name" @nameChange="nameChange"
@on-click="selectClick('1', '0')"></customer-picker>
<van-field :value="userInfo.idType | idToText('insuredIdType')" v-validate="'required'" readonly required label="证件类型"
name="证件类型" right-icon="arrow" placeholder="请选择" />
@@ -1122,6 +1122,10 @@ export default {
//930折中方案责任险分档
riskItem['amt'] = this.trialList[index].amt
}
if (this.itemProductDTOS.productCode === 'GFRS_M0022') {
riskItem['dutyLst'] = JSON.parse(CacheUtils.getLocItem('trialInfos')).duty
}
//保费算保额
if (this.trialList[index].trialType == '1') {
riskItem['amt'] = this.trialList[index].amt

View File

@@ -167,6 +167,7 @@ export default {
.then((res) => {
if (res.result == 0) {
this.trialInfos = res.trialDTOS[0].productTrialInfoDTO
CacheUtils.setLocItem('trialInfos', JSON.stringify(this.trialInfos))
console.log('this.trialInfos', this.trialInfos)
let resultData = res.trialDTOS[0]
if (resultData.productTrialInfoDTO.dutyGroup != null) {