|
@@ -102,7 +102,7 @@
|
|
|
<image src="../../static/image/car-insure/syrisk.png" mode="" style="height: 22px;width: 88px;"
|
|
<image src="../../static/image/car-insure/syrisk.png" mode="" style="height: 22px;width: 88px;"
|
|
|
class="mb-1"></image>
|
|
class="mb-1"></image>
|
|
|
<text style="margin-left: 10px;">{{systartDate}} - {{syendDate}}</text>
|
|
<text style="margin-left: 10px;">{{systartDate}} - {{syendDate}}</text>
|
|
|
- <view class="insuranceType" v-if="planDataExpansion.genericPlanInfo.schemeName !=='自选方案'">
|
|
|
|
|
|
|
+ <view class="insuranceType" v-if="planDataExpansion.genericPlanInfo.schemeType !=='2'">
|
|
|
<view class="table mb-3">
|
|
<view class="table mb-3">
|
|
|
<view class="header dis a-c j-s">
|
|
<view class="header dis a-c j-s">
|
|
|
<text class="th special">险种</text>
|
|
<text class="th special">险种</text>
|
|
@@ -173,7 +173,7 @@
|
|
|
</view>
|
|
</view>
|
|
|
</template>
|
|
</template>
|
|
|
</view>
|
|
</view>
|
|
|
- <template v-if="planDataExpansion.genericPlanInfo.schemeName !=='自选方案'">
|
|
|
|
|
|
|
+ <template v-if="planDataExpansion.genericPlanInfo.schemeType !=='2'">
|
|
|
<view class="Plancontent dis f-c policyInfo"
|
|
<view class="Plancontent dis f-c policyInfo"
|
|
|
v-if=" planDataExpansion.genericPlanInfo && planDataExpansion.genericPlanInfo.drivings && planDataExpansion.genericPlanInfo.drivings.length">
|
|
v-if=" planDataExpansion.genericPlanInfo && planDataExpansion.genericPlanInfo.drivings && planDataExpansion.genericPlanInfo.drivings.length">
|
|
|
<image src="../../static/image/car-insure/ywrisk.png" mode=""
|
|
<image src="../../static/image/car-insure/ywrisk.png" mode=""
|
|
@@ -1614,7 +1614,7 @@
|
|
|
})
|
|
})
|
|
|
val.insurancePlanInfo.kinds = objkindList;
|
|
val.insurancePlanInfo.kinds = objkindList;
|
|
|
}
|
|
}
|
|
|
- if (this.planDataExpansion.genericPlanInfo.schemeName == '自选方案') {
|
|
|
|
|
|
|
+ if (this.planDataExpansion.genericPlanInfo.schemeType == '2') {
|
|
|
if (this[name + 'accidentalDrivingVo'] instanceof Array && this[name +
|
|
if (this[name + 'accidentalDrivingVo'] instanceof Array && this[name +
|
|
|
'accidentalDrivingVo'].length > 0) {
|
|
'accidentalDrivingVo'].length > 0) {
|
|
|
val.insurancePlanInfo.drivings = this[name +
|
|
val.insurancePlanInfo.drivings = this[name +
|
|
@@ -1704,7 +1704,7 @@
|
|
|
statusclick(value) {
|
|
statusclick(value) {
|
|
|
this.SelectedPlanId = value;
|
|
this.SelectedPlanId = value;
|
|
|
let planObj = this.planDataExpansion.genericPlanList.find(item => item.id == value);
|
|
let planObj = this.planDataExpansion.genericPlanList.find(item => item.id == value);
|
|
|
- if (planObj.schemeName == '自选方案') {
|
|
|
|
|
|
|
+ if (planObj.schemeType == '2') {
|
|
|
if (planObj.kinds && planObj.kinds.length > 0) {
|
|
if (planObj.kinds && planObj.kinds.length > 0) {
|
|
|
planObj.kinds.map(item => {
|
|
planObj.kinds.map(item => {
|
|
|
const itemamtList = item.options.map(val => {
|
|
const itemamtList = item.options.map(val => {
|