|
@@ -1425,7 +1425,7 @@ agreementitem, agreementindex
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
</div>
|
|
|
- <div class="card-table" v-show="reslistitem.cnName == 'renshou'
|
|
|
|
|
|
|
+ <div class="card-table" v-show="reslistitem.cnName == 'renshou'
|
|
|
// || reslistitem.cnName == 'taishan'
|
|
// || reslistitem.cnName == 'taishan'
|
|
|
">
|
|
">
|
|
|
<div class="table-title">其他</div>
|
|
<div class="table-title">其他</div>
|
|
@@ -6886,8 +6886,6 @@ export default {
|
|
|
// 获取方案信息
|
|
// 获取方案信息
|
|
|
getCompanyProgramme(e, code, name, index) {
|
|
getCompanyProgramme(e, code, name, index) {
|
|
|
this.totalCompanyList[index].checked = false;
|
|
this.totalCompanyList[index].checked = false;
|
|
|
- console.log(e, code, name, index)
|
|
|
|
|
- console.log('this.totalCompanyList[index]', this.totalCompanyList[index])
|
|
|
|
|
this.$api.letter
|
|
this.$api.letter
|
|
|
.getAllSchemeList({
|
|
.getAllSchemeList({
|
|
|
companyId: code,
|
|
companyId: code,
|
|
@@ -10124,6 +10122,7 @@ export default {
|
|
|
})
|
|
})
|
|
|
.catch(() => { });
|
|
.catch(() => { });
|
|
|
} else {
|
|
} else {
|
|
|
|
|
+ alert(11111111)
|
|
|
this.$message({ message: res.msg, type: "warning" });
|
|
this.$message({ message: res.msg, type: "warning" });
|
|
|
}
|
|
}
|
|
|
});
|
|
});
|
|
@@ -10776,8 +10775,6 @@ export default {
|
|
|
}
|
|
}
|
|
|
this.totalCompanyList[num].quoteCode = 200;
|
|
this.totalCompanyList[num].quoteCode = 200;
|
|
|
this.totalCompanyList[num].result = res.data;
|
|
this.totalCompanyList[num].result = res.data;
|
|
|
- console.log('报价结果', res.data)
|
|
|
|
|
- console.log('报价公司', this.totalCompanyList[num])
|
|
|
|
|
this.totalCompanyList[num].pricingCoefficient = res.data.pricingCoefficient
|
|
this.totalCompanyList[num].pricingCoefficient = res.data.pricingCoefficient
|
|
|
this.totalCompanyList[num].pricingCoefficientUpper = res.data.pricingCoefficientUpper
|
|
this.totalCompanyList[num].pricingCoefficientUpper = res.data.pricingCoefficientUpper
|
|
|
this.totalCompanyList[num].pricingCoefficientLower = res.data.pricingCoefficientLower
|
|
this.totalCompanyList[num].pricingCoefficientLower = res.data.pricingCoefficientLower
|
|
@@ -11183,7 +11180,6 @@ export default {
|
|
|
if(namesimple == "恒邦财险") {
|
|
if(namesimple == "恒邦财险") {
|
|
|
params.coefficient = this.totalCompanyList[num].coefficient
|
|
params.coefficient = this.totalCompanyList[num].coefficient
|
|
|
}
|
|
}
|
|
|
- console.log('this.totalCompanyList[num]', this.totalCompanyList[num])
|
|
|
|
|
if (namesimple == "中国人寿" && this.lastCompanyId) {
|
|
if (namesimple == "中国人寿" && this.lastCompanyId) {
|
|
|
params.discount = this.totalCompanyList[num].discount;
|
|
params.discount = this.totalCompanyList[num].discount;
|
|
|
params.lastCompanyId = this.lastCompanyId;
|
|
params.lastCompanyId = this.lastCompanyId;
|
|
@@ -11257,7 +11253,7 @@ export default {
|
|
|
return;
|
|
return;
|
|
|
}
|
|
}
|
|
|
break;
|
|
break;
|
|
|
- case "众安平安":
|
|
|
|
|
|
|
+ case "众安财险":
|
|
|
if (!!res.data) {
|
|
if (!!res.data) {
|
|
|
if (res.data.tips == "需要验车") {
|
|
if (res.data.tips == "需要验车") {
|
|
|
this.$notify.error({
|
|
this.$notify.error({
|