|
|
@@ -1388,7 +1388,7 @@ agreementitem, agreementindex
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="card-table" v-show="reslistitem.cnName == 'zijin'
|
|
|
- // || reslistitem.cnName == 'taishan'
|
|
|
+ || reslistitem.cnName == 'hengbang'
|
|
|
">
|
|
|
<div class="table-title">其他</div>
|
|
|
<div>自定义系数:
|
|
|
@@ -11113,6 +11113,9 @@ export default {
|
|
|
productId: this.productId,
|
|
|
// coefficient:this.totalCompanyList[num].coefficient,
|
|
|
};
|
|
|
+ if(namesimple == "恒邦财险") {
|
|
|
+ params.coefficient = this.totalCompanyList[num].coefficient
|
|
|
+ }
|
|
|
if (namesimple == "中国人寿" && this.lastCompanyId) {
|
|
|
params.discount = this.totalCompanyList[num].discount;
|
|
|
params.lastCompanyId = this.lastCompanyId;
|