mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-22 01:16:45 +08:00
Merge branch 'feature/GFRS-2301【需求】健康险渠道国富无忧卡金掌桂开发的需求' into dev
This commit is contained in:
@@ -26,7 +26,7 @@ export default {
|
|||||||
src: 'http://139.199.50.151' + '/pdfjs/web/viewer.html?file=',
|
src: 'http://139.199.50.151' + '/pdfjs/web/viewer.html?file=',
|
||||||
index: this.$route.query.index || 0, //阅读文件指针
|
index: this.$route.query.index || 0, //阅读文件指针
|
||||||
timer: null,
|
timer: null,
|
||||||
time: 5,
|
time: 2,
|
||||||
cardListPDF: [],
|
cardListPDF: [],
|
||||||
orderDTO: [],
|
orderDTO: [],
|
||||||
docType: ''
|
docType: ''
|
||||||
@@ -59,7 +59,7 @@ export default {
|
|||||||
this.interval()
|
this.interval()
|
||||||
},
|
},
|
||||||
interval() {
|
interval() {
|
||||||
this.time = 5
|
this.time = 2
|
||||||
this.timer = setInterval(() => {
|
this.timer = setInterval(() => {
|
||||||
this.time--
|
this.time--
|
||||||
if (this.time == 0) return clearInterval(this.timer)
|
if (this.time == 0) return clearInterval(this.timer)
|
||||||
|
|||||||
@@ -336,6 +336,7 @@
|
|||||||
@confirm="onDateConfirm($event, '6')"
|
@confirm="onDateConfirm($event, '6')"
|
||||||
ref="effectiveDate"
|
ref="effectiveDate"
|
||||||
input-align:right
|
input-align:right
|
||||||
|
:maxDate="filterMaxDate"
|
||||||
>
|
>
|
||||||
</FieldDatePicter>
|
</FieldDatePicter>
|
||||||
<div v-if="cvaliDate.length > 0" class="van-cell van-field" style="border-bottom: 1px solid rgb(235, 237, 240)">
|
<div v-if="cvaliDate.length > 0" class="van-cell van-field" style="border-bottom: 1px solid rgb(235, 237, 240)">
|
||||||
@@ -476,6 +477,7 @@ export default {
|
|||||||
],
|
],
|
||||||
maxDate: beforeDate.getBeforeYear(18), //投保人出生日期可选最大值
|
maxDate: beforeDate.getBeforeYear(18), //投保人出生日期可选最大值
|
||||||
insuredMaxDate: beforeDate.getBeforeDays(28), //被保人出生日期可选最大值
|
insuredMaxDate: beforeDate.getBeforeDays(28), //被保人出生日期可选最大值
|
||||||
|
filterMaxDate:beforeDate.getBeforeYear(-2),
|
||||||
popupShow: false,
|
popupShow: false,
|
||||||
areaShow: false, //省级联动
|
areaShow: false, //省级联动
|
||||||
homeShow: false, //家庭地址联动
|
homeShow: false, //家庭地址联动
|
||||||
|
|||||||
Reference in New Issue
Block a user