|
@@ -1297,27 +1297,39 @@
|
|
|
reslistitem.result.ilogPreUdwMess : '无' }}
|
|
reslistitem.result.ilogPreUdwMess : '无' }}
|
|
|
</span>
|
|
</span>
|
|
|
</span>
|
|
</span>
|
|
|
- <span v-if="reslistitem.result.jqScore">
|
|
|
|
|
|
|
+ <span v-if="reslistitem.result.jqScore" class="marginL">
|
|
|
交强类型评分:
|
|
交强类型评分:
|
|
|
<span>{{ reslistitem.result.jqScore }}</span>
|
|
<span>{{ reslistitem.result.jqScore }}</span>
|
|
|
</span>
|
|
</span>
|
|
|
- <span v-if="reslistitem.result.syScore">
|
|
|
|
|
|
|
+ <span v-if="reslistitem.result.syScore" class="marginL">
|
|
|
商业类型评分:
|
|
商业类型评分:
|
|
|
<span>{{ reslistitem.result.syScore }}</span>
|
|
<span>{{ reslistitem.result.syScore }}</span>
|
|
|
</span>
|
|
</span>
|
|
|
- <span v-if="reslistitem.result.lossRation">
|
|
|
|
|
|
|
+ <span v-if="reslistitem.result.lossRation" class="marginL">
|
|
|
总赔付率:
|
|
总赔付率:
|
|
|
<span>{{ reslistitem.result.lossRation }}</span>
|
|
<span>{{ reslistitem.result.lossRation }}</span>
|
|
|
</span>
|
|
</span>
|
|
|
- <span v-if="reslistitem.result.jqLossRation">
|
|
|
|
|
|
|
+ <span v-if="reslistitem.result.jqLossRation" class="marginL">
|
|
|
交强赔付率:
|
|
交强赔付率:
|
|
|
<span>{{ reslistitem.result.jqLossRation }}</span>
|
|
<span>{{ reslistitem.result.jqLossRation }}</span>
|
|
|
</span>
|
|
</span>
|
|
|
- <span v-if="reslistitem.result.syLossRation">
|
|
|
|
|
|
|
+ <span v-if="reslistitem.result.syLossRation" class="marginL">
|
|
|
商业赔付率:
|
|
商业赔付率:
|
|
|
<span>{{ reslistitem.result.syLossRation }}</span>
|
|
<span>{{ reslistitem.result.syLossRation }}</span>
|
|
|
</span>
|
|
</span>
|
|
|
- <span v-if="reslistitem.result.accidentInfoStr">
|
|
|
|
|
|
|
+ <span v-if="reslistitem.result.totalAdjustRate" class="marginL">
|
|
|
|
|
+ 自主定价系数:
|
|
|
|
|
+ <span>{{ reslistitem.result.totalAdjustRate }}</span>
|
|
|
|
|
+ </span>
|
|
|
|
|
+ <span v-if="reslistitem.result.jgAdjustRate" class="marginL">
|
|
|
|
|
+ 交强折扣系数:
|
|
|
|
|
+ <span>{{ reslistitem.result.jgAdjustRate }}</span>
|
|
|
|
|
+ </span>
|
|
|
|
|
+ <span v-if="reslistitem.result.syAdjustRate" class="marginL">
|
|
|
|
|
+ 商业折扣系数:
|
|
|
|
|
+ <span>{{ reslistitem.result.syAdjustRate }}</span>
|
|
|
|
|
+ </span>
|
|
|
|
|
+ <span v-if="reslistitem.result.accidentInfoStr" class="marginL">
|
|
|
出险信息:
|
|
出险信息:
|
|
|
<span>
|
|
<span>
|
|
|
{{
|
|
{{
|
|
@@ -1584,7 +1596,7 @@
|
|
|
v-if="reslistitem.namesimple == '中国人寿' && reslistitem.checked && reslistitem.agreementId"
|
|
v-if="reslistitem.namesimple == '中国人寿' && reslistitem.checked && reslistitem.agreementId"
|
|
|
>
|
|
>
|
|
|
<div style="margin:15px 0 15px 100px">
|
|
<div style="margin:15px 0 15px 100px">
|
|
|
- <span >折扣:</span>
|
|
|
|
|
|
|
+ <span>商业险折扣:</span>
|
|
|
<el-input style="width:220px" :disabled="!lastCompanyId" size="small" v-model="reslistitem.discount" placeholder="请输入内容" @input="reslistitem.discount= reslistitem.discount.replace(/[^\d.]/g, '')"></el-input>
|
|
<el-input style="width:220px" :disabled="!lastCompanyId" size="small" v-model="reslistitem.discount" placeholder="请输入内容" @input="reslistitem.discount= reslistitem.discount.replace(/[^\d.]/g, '')"></el-input>
|
|
|
</div>
|
|
</div>
|
|
|
<div class="flex f-c Driving-risk">
|
|
<div class="flex f-c Driving-risk">
|
|
@@ -1844,15 +1856,15 @@
|
|
|
</el-form-item>
|
|
</el-form-item>
|
|
|
<el-form-item label="选择份数" style="margin-right:30px;">
|
|
<el-form-item label="选择份数" style="margin-right:30px;">
|
|
|
<el-input-number
|
|
<el-input-number
|
|
|
- v-model="guoRenaccidentForm.policyNum"
|
|
|
|
|
|
|
+ v-model="guoRenaccidentForm.quantity"
|
|
|
:min="1"
|
|
:min="1"
|
|
|
controls-position="right"
|
|
controls-position="right"
|
|
|
- :max="guoRenaccidentForm.quantity"
|
|
|
|
|
|
|
+ @change="numberCopieschangeGR"
|
|
|
></el-input-number>
|
|
></el-input-number>
|
|
|
<!-- <span style="margin-left: 5px;">份</span> -->
|
|
<!-- <span style="margin-left: 5px;">份</span> -->
|
|
|
</el-form-item>
|
|
</el-form-item>
|
|
|
<el-form-item label="保费:">
|
|
<el-form-item label="保费:">
|
|
|
- <span>{{guoRenaccidentForm.premium*guoRenaccidentForm.policyNum}} 元</span>
|
|
|
|
|
|
|
+ <span>{{guoRenaccidentForm.premium}} 元</span>
|
|
|
</el-form-item>
|
|
</el-form-item>
|
|
|
</el-form>
|
|
</el-form>
|
|
|
<el-table
|
|
<el-table
|
|
@@ -5222,11 +5234,11 @@ else{
|
|
|
let list=this.guoRenaccidentDataListChild.find(val => val.prodCode == index)
|
|
let list=this.guoRenaccidentDataListChild.find(val => val.prodCode == index)
|
|
|
this.guoRenaccidentForm={
|
|
this.guoRenaccidentForm={
|
|
|
... this.guoRenaccidentForm,
|
|
... this.guoRenaccidentForm,
|
|
|
- premium:list.premium,
|
|
|
|
|
- quantity:Number(list.appnum),
|
|
|
|
|
|
|
+ policyNum:Number(list.premium),
|
|
|
riskCode:list.riskCode,
|
|
riskCode:list.riskCode,
|
|
|
amount:list.amount,
|
|
amount:list.amount,
|
|
|
- policyNum:Number(list.policyNum)
|
|
|
|
|
|
|
+ premium:Number(list.premium)
|
|
|
|
|
+ // appnum:Number(list.appnum)
|
|
|
}
|
|
}
|
|
|
this.guoRenaccidenttableData=list.prodCvgLiabList
|
|
this.guoRenaccidenttableData=list.prodCvgLiabList
|
|
|
},
|
|
},
|
|
@@ -5264,6 +5276,9 @@ else{
|
|
|
numberCopieschangeZM(index) {
|
|
numberCopieschangeZM(index) {
|
|
|
this.accidentFormZM.unitPremium = Number(this.accidentPremiumZM) * index;
|
|
this.accidentFormZM.unitPremium = Number(this.accidentPremiumZM) * index;
|
|
|
},
|
|
},
|
|
|
|
|
+ numberCopieschangeGR(index) {
|
|
|
|
|
+ this.guoRenaccidentForm.premium = Number(this.guoRenaccidentForm.policyNum) * index;
|
|
|
|
|
+ },
|
|
|
continuousChange(id) {
|
|
continuousChange(id) {
|
|
|
this.continuousCompanyList.map(ele => {
|
|
this.continuousCompanyList.map(ele => {
|
|
|
if (ele.id == id) {
|
|
if (ele.id == id) {
|
|
@@ -5682,7 +5697,7 @@ else{
|
|
|
});
|
|
});
|
|
|
break;
|
|
break;
|
|
|
case '中煤财险':
|
|
case '中煤财险':
|
|
|
- this.guoRenaccidentForm.agreementId = this.totalCompanyList[index].agreement[0].id;
|
|
|
|
|
|
|
+ this.accidentFormZM.agreementId = this.totalCompanyList[index].agreement[0].id;
|
|
|
this.$api.letter.zmGetDrivingPro({ agreementId: this.totalCompanyList[index].agreement[0].id,seatNum:this.carInfo.seatCount}).then(res => {
|
|
this.$api.letter.zmGetDrivingPro({ agreementId: this.totalCompanyList[index].agreement[0].id,seatNum:this.carInfo.seatCount}).then(res => {
|
|
|
if (res.code == 200) {
|
|
if (res.code == 200) {
|
|
|
let data = res.data;
|
|
let data = res.data;
|
|
@@ -8746,9 +8761,13 @@ else{
|
|
|
|
|
|
|
|
</style>
|
|
</style>
|
|
|
<style lang="scss" scoped>
|
|
<style lang="scss" scoped>
|
|
|
|
|
+.marginL{
|
|
|
|
|
+ margin-left: 10px;
|
|
|
|
|
+}
|
|
|
.el-notification{
|
|
.el-notification{
|
|
|
width: 600px;
|
|
width: 600px;
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
.styleB .el-upload--picture-card {
|
|
.styleB .el-upload--picture-card {
|
|
|
// display: none;
|
|
// display: none;
|
|
|
opacity: 0;
|
|
opacity: 0;
|