diff --git a/src/views/ebiz/cardList/GroupAppntInfo.vue b/src/views/ebiz/cardList/GroupAppntInfo.vue index 33691f18f..92a573c1c 100644 --- a/src/views/ebiz/cardList/GroupAppntInfo.vue +++ b/src/views/ebiz/cardList/GroupAppntInfo.vue @@ -146,48 +146,13 @@ clearable maxlength='30' /> -

产品信息

- - - -
-
保险期间
-
-
- {{ productDate }} -
-
-
- 总保费:{{ allPrice }} - --> + @@ -245,7 +210,6 @@ import CacheUtils from '@/assets/js/utils/cacheUtils' import { idToData } from './js/verification' import OccupationForLoop from '@/components/ebiz/occipation/OccupationForLoop' import { selectComp, getIdentityInfo } from './js/methods' -import dateUtils from '@/assets/js/utils/date-utils' import Vue from 'vue' import { GoodsAction, GoodsActionIcon, GoodsActionButton } from 'vant' @@ -326,8 +290,8 @@ export default { name: '', //投保人姓名 // insuredname: '', sex: '0', //投保人性别 - bnfType: '0', // 受益人类型 - bnfSelec: '请选择', + // bnfType: '0', // 受益人类型 + // bnfSelec: '请选择', birthday: '', //投保人出生日期 idType: '1', //证件类型 idNo: '', //证件号码 @@ -614,8 +578,6 @@ export default { this.columns = DataDictionary.workCondition } else if (pickerType == '8') { this.columns = DataDictionary.salarySource - } else if (pickerType == '10') { - this.columns = [] } }, //确认选择字段 @@ -736,32 +698,6 @@ export default { // } } break - case '6': { - //指定生效日期 - //如果录入日期晚于当前日期 - if (Date.parse(val) < Date.parse(new Date())) { - return this.$toast('当前日期早于当日') - } - let currentDataArr = val.split('-') - let currentData = currentDataArr[0] + '年' + currentDataArr[1] + '月' + currentDataArr[2] + '日' - let insuYear = JSON.parse(localStorage.insuYear) - let insuYearM, productDate, productDateTime - let insuYearD, hoDate - switch (insuYear.insuYearFlag) { - case 'D': - hoDate = Date.parse(val) / 1000 + (insuYear['insuYear'] - 1) * 24 * 3600 - break - case 'Y': - hoDate = Date.parse(val) / 1000 + insuYear['insuYear'] * 24 * 3600 * (afterDate.isLeapYear(new Date(val).getFullYear()) - 1) - break - } - productDate = new Date(parseInt(hoDate) * 1000) - insuYearM = productDate.getMonth() + 1 < 10 ? '0' + (productDate.getMonth() + 1) : productDate.getMonth() + 1 - insuYearD = productDate.getDate() < 10 ? '0' + productDate.getDate() : productDate.getDate() - productDateTime = productDate.getFullYear() + '年' + insuYearM + '月' + insuYearD + '日' - this.productDate = currentData + '0时至' + productDateTime + '24时止' - } - break } }, //选择客户 diff --git a/src/views/ebiz/cardList/GroupInsuredInfo.vue b/src/views/ebiz/cardList/GroupInsuredInfo.vue index e69de29bb..a34896c90 100644 --- a/src/views/ebiz/cardList/GroupInsuredInfo.vue +++ b/src/views/ebiz/cardList/GroupInsuredInfo.vue @@ -0,0 +1,2063 @@ + + +