فهرست منبع

fix: 添加车险保额折扣

wuguojie 1 سال پیش
والد
کامیت
0df7e4df94
1فایلهای تغییر یافته به همراه10 افزوده شده و 0 حذف شده
  1. 10 0
      src/views/Task/daikeComponents/KtLetter1.vue

+ 10 - 0
src/views/Task/daikeComponents/KtLetter1.vue

@@ -1414,6 +1414,13 @@ agreementitem, agreementindex
                         </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>
                 </el-col>
                 <!-- 服务明细 -->
@@ -10853,6 +10860,9 @@ export default {
         params.discount = this.totalCompanyList[num].result.expectedDiscount;
         params.coefficient = this.totalCompanyList[num].result.pricingCoefficient;
       }
+      if (namesimple == '人保财险') {
+          params.priceCoefficient = this.totalCompanyList[num].result.priceCoefficient
+      }
       this.$api.letter[api](params).then(res => {
         this.totalCompanyList[num].msg = res.msg;
         switch (namesimple) {