|
@@ -1414,6 +1414,13 @@ agreementitem, agreementindex
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
|
|
+ <div class="card-table flex a-c j-s" v-show="reslistitem.cnName == 'renbao'">
|
|
|
|
|
+ <div class="flex a-c mrgin-5">
|
|
|
|
|
+ <span style="margin-right: 5px;">车险保额折扣:</span>
|
|
|
|
|
+ <el-input v-model="reslistitem.result.priceCoefficient" size="mini" class="coefficient"
|
|
|
|
|
+ placeholder="请输入"></el-input>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
</div>
|
|
</div>
|
|
|
</el-col>
|
|
</el-col>
|
|
|
<!-- 服务明细 -->
|
|
<!-- 服务明细 -->
|
|
@@ -10853,6 +10860,9 @@ export default {
|
|
|
params.discount = this.totalCompanyList[num].result.expectedDiscount;
|
|
params.discount = this.totalCompanyList[num].result.expectedDiscount;
|
|
|
params.coefficient = this.totalCompanyList[num].result.pricingCoefficient;
|
|
params.coefficient = this.totalCompanyList[num].result.pricingCoefficient;
|
|
|
}
|
|
}
|
|
|
|
|
+ if (namesimple == '人保财险') {
|
|
|
|
|
+ params.priceCoefficient = this.totalCompanyList[num].result.priceCoefficient
|
|
|
|
|
+ }
|
|
|
this.$api.letter[api](params).then(res => {
|
|
this.$api.letter[api](params).then(res => {
|
|
|
this.totalCompanyList[num].msg = res.msg;
|
|
this.totalCompanyList[num].msg = res.msg;
|
|
|
switch (namesimple) {
|
|
switch (namesimple) {
|