mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-11 03:56:44 +08:00
开门红需求-电投提示:电投提示处理初版代码提交 --提交人:阳华祥
This commit is contained in:
@@ -270,8 +270,12 @@
|
||||
<span style="font-weight:bold" v-else>保额(元):</span>
|
||||
<span class="fee red" v-if="trialList && trialList.length > 0">{{ trialList[index].showPrem | moneyFormat }}</span>
|
||||
</div>
|
||||
<div class="flex justify-content-s pv10 border-bottom prem" v-if="item.isMainRisk == 0 && activeType == 'KMH'">
|
||||
<span>指定保单生效日:2021年1月1日</span>
|
||||
<div class="flex justify-content-fs pv10 border-bottom prem align-items-c" v-if="item.isMainRisk == 0 && activeType == 'KMH'">
|
||||
<span>指定保单生效日</span>
|
||||
<van-radio-group v-model="activeRadio" class="pl20">
|
||||
<van-radio name="1" icon-size="1rem"></van-radio>
|
||||
</van-radio-group>
|
||||
<span class="pl5">2021年1月1日</span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="bottom-btn bg-white">
|
||||
@@ -284,7 +288,7 @@
|
||||
</div>
|
||||
</template>
|
||||
<script>
|
||||
import { Tag, Icon, Dialog, ActionSheet, Popup, Picker, Stepper, Field, Checkbox } from 'vant'
|
||||
import { Tag, Icon, Dialog, ActionSheet, Popup, Picker, Stepper, Field, Checkbox ,RadioGroup, Radio,} from 'vant'
|
||||
import { trial } from '@/api/ebiz/common/common'
|
||||
import { saveOrUpdateOrderInfo, getOrderDetail } from '@/api/ebiz/sale/sale'
|
||||
import { saveProposal } from '@/api/ebiz/proposal/proposal.js'
|
||||
@@ -341,6 +345,8 @@ const DUTY_DEFAULT_MIN = 10000
|
||||
export default {
|
||||
name: 'calculatePremium',
|
||||
components: {
|
||||
[RadioGroup.name]: RadioGroup,
|
||||
[Radio.name]: Radio,
|
||||
[Tag.name]: Tag,
|
||||
[Icon.name]: Icon,
|
||||
[ActionSheet.name]: ActionSheet,
|
||||
@@ -353,6 +359,7 @@ export default {
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
activeRadio: '1',
|
||||
activeType: localStorage.getItem('active_type'),
|
||||
chooseProducts: [],
|
||||
productIndex: '',
|
||||
|
||||
Reference in New Issue
Block a user