Procházet zdrojové kódy

fix: 中煤报价添加新能源违章分字段

wuguojie před 5 měsíci
rodič
revize
43358e36bd
1 změnil soubory, kde provedl 6 přidání a 6 odebrání
  1. 6 6
      src/views/Task/daikeComponents/KtLetter1.vue

+ 6 - 6
src/views/Task/daikeComponents/KtLetter1.vue

@@ -1438,9 +1438,6 @@ agreementitem, agreementindex
                           <div style="margin-bottom: 10px;">期望折扣:
                               <el-input v-model="reslistitem.discount" size="mini" class="coefficient" placeholder="请输入"></el-input>
                           </div>
-                          <div style="margin-bottom: 10px;">新能源违章分:
-                              <el-input v-model="reslistitem.zmScoreLevel" size="mini" class="coefficient" placeholder="请输入"></el-input>
-                          </div>
                       </div>
                     <div class="card-table flex a-c j-s" v-show="reslistitem.cnName == 'chengtai'">
                       <div class="table-title">其他</div>
@@ -1823,6 +1820,11 @@ agreementitem, agreementindex
                           <div class="flex-1">{{ reslistitem.result.ilogPreUdwMess ? reslistitem.result.ilogPreUdwMess :
                             "无" }}</div>
                         </div>
+                          <div class="table-list-content" v-if="reslistitem.namesimple == '人保财险'">
+                              <div class="flex-1">新能源违章分:</div>
+                              <div class="flex-1">{{ reslistitem.result.zmScoreLevel ? reslistitem.result.zmScoreLevel :
+                                  "无" }}</div>
+                          </div>
 
                       </div>
                     </div>
@@ -10374,7 +10376,6 @@ export default {
 
     //中煤报价
     zhongmei(num, id) {
-        console.log('中煤财险')
       let accidentalDrivingVo = {};
       let isTaxSource = this.totalCompanyList[num].isTaxSource;
       let type = this.totalCompanyList[num].apiType;
@@ -10409,8 +10410,7 @@ export default {
         isTaxSource: isTaxSource == 1 ? isTaxSource : null,
         kinds: this.totalCompanyList[num].kindList,
         risks: this.riskList,
-        productId: this.productId,
-        zmScoreLevel: this.totalCompanyList[num].zmScoreLevel
+        productId: this.productId
       };
       this.$api.letter.zhongmeiquote(params).then(res => {
         // this.$api.letter[api](params).then((res) => {