Преглед изворни кода

泰山财险报价页面自主定价系数调整

@dongkboy пре 2 месеци
родитељ
комит
9000509d15
1 измењених фајлова са 10 додато и 0 уклоњено
  1. 10 0
      src/views/Task/daikeComponents/KtLetter1.vue

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

@@ -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) {