【国富惠桂保团体医疗保险产品上线金掌桂投保开发需求】选择被保人界面 总保费没有保留小数,且删除被保人后,总保费不会变化

This commit is contained in:
li.yuetong
2022-07-14 13:24:45 +08:00
parent 5976142066
commit 86157c005e

View File

@@ -109,6 +109,22 @@ export default {
// else if (this.$CacheUtils.getLocItem('orderNo')) { // else if (this.$CacheUtils.getLocItem('orderNo')) {
// this.cardOrderNo = this.$CacheUtils.getLocItem('orderNo') // this.cardOrderNo = this.$CacheUtils.getLocItem('orderNo')
// } // }
this.cardOrderDetailFunc()
},
methods: {
// stepIn() {
// this.$jump({
// flag: 'h5',
// extra: {
// url: location.origin + '/#/proposal/appnt',
// needRefresh: '1'
// },
// routerInfo: {
// path: '/proposal/appnt'
// }
// })
// },
cardOrderDetailFunc(){
//根据后台数据来展示 //根据后台数据来展示
let cardInfoDTO = { let cardInfoDTO = {
orderNo: this.cardOrderNo orderNo: this.cardOrderNo
@@ -174,19 +190,6 @@ export default {
} }
}) })
}, },
methods: {
// stepIn() {
// this.$jump({
// flag: 'h5',
// extra: {
// url: location.origin + '/#/proposal/appnt',
// needRefresh: '1'
// },
// routerInfo: {
// path: '/proposal/appnt'
// }
// })
// },
appCallBack(data) { appCallBack(data) {
if (data.trigger == 'left_button_click') { if (data.trigger == 'left_button_click') {
this.$jump({ this.$jump({
@@ -336,6 +339,7 @@ export default {
if(choose.relationToAppnt == '1'){ if(choose.relationToAppnt == '1'){
this.persons[0].check = false this.persons[0].check = false
} }
this.cardOrderDetailFunc()
// this.formatChoose(choose, index) // this.formatChoose(choose, index)
} }
}) })