|
|
@@ -1113,8 +1113,9 @@
|
|
|
<span style="color: #d42426; font-weight: bold">
|
|
|
¥{{ reslistitem.result.sumPermium }}
|
|
|
</span>
|
|
|
- <span style="font-size: 13px; color: #2d4d89" class="m-top-5">{{reslistitem.result.feeView?'总科技币:':'优惠:'}}{{ reslistitem.result.sumExportFee
|
|
|
- }}</span>
|
|
|
+ <span style="font-size: 13px; color: #2d4d89"
|
|
|
+ class="m-top-5">{{ reslistitem.result.feeView ? '总科技币:' : '优惠:' }}{{ reslistitem.result.sumExportFee
|
|
|
+ }}</span>
|
|
|
</div>
|
|
|
</el-col>
|
|
|
<el-col :span="3" v-show="reslistitem.quoteCode == '200'">
|
|
|
@@ -1122,8 +1123,9 @@
|
|
|
<span style="color: #d42426; font-weight: bold">
|
|
|
¥{{ reslistitem.result.jqPremium }}
|
|
|
</span>
|
|
|
- <span v-if="reslistitem.result.jqPremium" style="font-size: 13px; color: #2d4d89" class="m-top-5">{{reslistitem.result.feeView?'掌柜科技币:':'优惠:'}}{{
|
|
|
- reslistitem.result.jqExportFee }}</span>
|
|
|
+ <span v-if="reslistitem.result.jqPremium" style="font-size: 13px; color: #2d4d89"
|
|
|
+ class="m-top-5">{{ reslistitem.result.feeView ? '掌柜科技币:' : '优惠:' }}{{
|
|
|
+ reslistitem.result.jqExportFee }}</span>
|
|
|
</div>
|
|
|
</el-col>
|
|
|
<el-col :span="3" v-show="reslistitem.quoteCode == '200'">
|
|
|
@@ -1136,8 +1138,9 @@
|
|
|
<span style="color: #d42426; font-weight: bold">
|
|
|
¥{{ reslistitem.result.syPremium }}
|
|
|
</span>
|
|
|
- <span v-if="reslistitem.result.syPremium" style="font-size: 13px; color: #2d4d89" class="m-top-5">{{reslistitem.result.feeView?'掌柜科技币:':'优惠:'}}{{
|
|
|
- reslistitem.result.syExportFee }}</span>
|
|
|
+ <span v-if="reslistitem.result.syPremium" style="font-size: 13px; color: #2d4d89"
|
|
|
+ class="m-top-5">{{ reslistitem.result.feeView ? '掌柜科技币:' : '优惠:' }}{{
|
|
|
+ reslistitem.result.syExportFee }}</span>
|
|
|
</div>
|
|
|
</el-col>
|
|
|
<el-col :span="2" v-if="reslistitem.quoteCode == '200'" style="">
|
|
|
@@ -1149,8 +1152,9 @@
|
|
|
: "无"
|
|
|
}}
|
|
|
</span>
|
|
|
- <span v-if="reslistitem.result.jyPremium" style="font-size: 13px; color: #2d4d89" class="m-top-5">{{reslistitem.result.feeView?'掌柜科技币:':'优惠:'}}{{
|
|
|
- reslistitem.result.noExportFee }}</span>
|
|
|
+ <span v-if="reslistitem.result.jyPremium" style="font-size: 13px; color: #2d4d89"
|
|
|
+ class="m-top-5">{{ reslistitem.result.feeView ? '掌柜科技币:' : '优惠:' }}{{
|
|
|
+ reslistitem.result.noExportFee }}</span>
|
|
|
</div>
|
|
|
</el-col>
|
|
|
<el-col :span="24" v-show="reslistitem.quoteCode == '200' &&
|
|
|
@@ -1729,8 +1733,8 @@
|
|
|
</el-select>
|
|
|
<div class="flex a-c" style="margin-right:15px;">
|
|
|
份数:
|
|
|
- <el-input-number size="small" v-model="chengtaiaccidentalDrivingVo.quantity" :min="1" :max="1" controls-position="right"
|
|
|
- ></el-input-number>
|
|
|
+ <el-input-number size="small" v-model="chengtaiaccidentalDrivingVo.quantity" :min="1" :max="1"
|
|
|
+ controls-position="right"></el-input-number>
|
|
|
<span style="margin-left: 5px;">份</span>
|
|
|
</div>
|
|
|
保费:
|
|
|
@@ -3171,7 +3175,7 @@
|
|
|
<el-button size="small" type="primary" @click="uploadinformation">上传资料</el-button>
|
|
|
</span>
|
|
|
</el-dialog>
|
|
|
- <floatingBar/>
|
|
|
+ <floatingBar />
|
|
|
</div>
|
|
|
</template>
|
|
|
<script>
|
|
|
@@ -5435,7 +5439,7 @@ export default {
|
|
|
this.taikangInsuranceDataTable = this.taikangaccidentDataList.find(
|
|
|
(val) => val.projectCode == index
|
|
|
).son;
|
|
|
- this.accidentPremiumTk = this.accidentFormTk.premium;
|
|
|
+ this.accidentPremiumTk = this.accidentFormTk.sumPremium;
|
|
|
},
|
|
|
anshengInsuranceChange(index) {
|
|
|
this.anshengtemplateSelection = index;
|
|
|
@@ -6483,6 +6487,9 @@ export default {
|
|
|
case "国任财险":
|
|
|
this.guoRenaccidentDataList = res.data;
|
|
|
break;
|
|
|
+ case "泰康财险":
|
|
|
+ this.taikangaccidentDataList = res.data;
|
|
|
+ break;
|
|
|
case "渤海财险":
|
|
|
this.boHaiaccidentDataList = res.data;
|
|
|
break;
|