|
|
@@ -1489,6 +1489,13 @@ agreementitem, agreementindex
|
|
|
placeholder="请输入"></el-input>
|
|
|
</div>
|
|
|
</div>
|
|
|
+ <div class="card-table flex a-c j-s" v-show="reslistitem.cnName == 'taishan'">
|
|
|
+ <div class="flex a-c mrgin-5">
|
|
|
+ <span style="margin-right: 5px;">自主定价系数:</span>
|
|
|
+ <el-input v-model="reslistitem.result.pricingCoefficient" size="mini" class="coefficient"
|
|
|
+ placeholder="请输入"></el-input>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
<div class="card-table flex a-c j-s" v-show="reslistitem.cnName == 'yongan'">
|
|
|
<div class="flex a-c mrgin-5">
|
|
|
<span style="margin-right: 5px;">车损验车事项:</span>
|
|
|
@@ -11289,6 +11296,9 @@ export default {
|
|
|
params.priceCoefficient = this.totalCompanyList[num].result.priceCoefficient
|
|
|
params.preDiscount = this.totalCompanyList[num].result.preDiscount
|
|
|
}
|
|
|
+ if (namesimple == "泰山财险") {
|
|
|
+ params.coefficient = this.totalCompanyList[num].result.pricingCoefficient
|
|
|
+ }
|
|
|
this.$api.letter[api](params).then(res => {
|
|
|
this.totalCompanyList[num].msg = res.msg;
|
|
|
switch (namesimple) {
|