wuguojie 1 год назад
Родитель
Сommit
b329f5cef1
1 измененных файлов с 28 добавлено и 10 удалено
  1. 28 10
      src/views/Task/daikeComponents/KtLetter1.vue

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

@@ -1387,14 +1387,28 @@ agreementitem, agreementindex
                         <!-- <div class="table-list-content" v-if="!reslistitem.programme.teyue.length">暂无</div> -->
                       </div>
                     </div>
-                    <div class="card-table" v-show="reslistitem.cnName == 'zijin' || reslistitem.cnName == 'yangguang'
+                    <div class="card-table" v-show="reslistitem.cnName == 'zijin'
                     // || reslistitem.cnName == 'taishan'
                     ">
-                      <div class="table-title">其他</div>
-                      <div>自定义系数:
-                        <el-input v-model="reslistitem.coefficient" size="mini" class="coefficient"
-                          placeholder="请输入"></el-input>
-                      </div>
+                        <div class="table-title">其他</div>
+                        <div>自定义系数:
+                            <el-input v-model="reslistitem.coefficient" size="mini" class="coefficient" placeholder="请输入"></el-input>
+                        </div>
+                    </div>
+                    <div class="card-table" v-show="reslistitem.cnName == 'yangguang'
+                    // || reslistitem.cnName == 'taishan'
+                    ">
+                        <div class="table-title">其他</div>
+                        <div style="margin-bottom: 10px;">自主定价系数:
+                            <el-input v-model="reslistitem.pricingCoefficient" size="mini" class="coefficient" placeholder="请输入"></el-input>
+                        </div>
+                        <div style="margin-bottom: 10px;">自主定价系数上限:
+                            <el-input v-model="reslistitem.pricingCoefficientUpper" size="mini" disabled class="coefficient"></el-input>
+                        </div>
+                        <div style="margin-bottom: 10px;">自主定价系数下限:
+                            <el-input v-model="reslistitem.pricingCoefficientLower" size="mini" disabled class="coefficient"></el-input>
+                        </div>
+
                     </div>
                     <div class="card-table flex a-c j-s" v-show="reslistitem.cnName == 'chengtai'">
                       <div class="table-title">其他</div>
@@ -1751,8 +1765,7 @@ agreementitem, agreementindex
                         </div>
                         <div class="table-list-content" v-if="reslistitem.namesimple == '阳光财险'">
                             <div class="flex-1">向阳花评分:</div>
-                            <div class="flex-1">{{ reslistitem.result.xyhGrade == 0 || reslistitem.result.xyhGrade == 1 ? reslistitem.result.xyhGrade :
-                                "无" }}</div>
+                            <div class="flex-1">{{ reslistitem.result.xyhGrade == '0' ? '非向阳花积分' : reslistitem.result.xyhGrade == '1'? '向阳花积分': "无" }}</div>
                         </div>
                         <div class="table-list-content" v-if="reslistitem.namesimple == '阳光财险'">
                             <div class="flex-1">红黄蓝车系:</div>
@@ -6322,7 +6335,7 @@ export default {
     this.getCompanyList(this.$route.query.data);
     this.onScroll();
     this.initVerificationDict();
-
+    console.log('地址栏里的数据', this.$route.query.data)
     if (this.$route.query.data) {
       if (this.isDateBeforeToday(this.$route.query.data.jqstartdate)) {
         this.jqstartDate = this.transformTime1();
@@ -6511,6 +6524,9 @@ export default {
                     ele["apiType"] = "";
                     ele["orderstatus"] = 0;
                     ele.coefficient = "";
+                    ele.pricingCoefficient = ''
+                    ele.pricingCoefficientUpper = ''
+                    ele.pricingCoefficientLower = ''
                     ele.underwritingDescription =
                       ele.agreement[0].underwritingDescription;
                     if (
@@ -10636,7 +10652,9 @@ export default {
         cqryCdeSy: this.cqryCdeSy,
         renewalCodeJq: this.renewalCodeJq,
         renewalCodeSy: this.renewalCodeSy,
-        coefficient: this.totalCompanyList[num].coefficient,
+        pricingCoefficient: this.totalCompanyList[num].pricingCoefficient,
+        pricingCoefficientUpper: this.totalCompanyList[num].pricingCoefficientUpper,
+        pricingCoefficientLower: this.totalCompanyList[num].pricingCoefficientLower,
         agreementId: this.totalCompanyList[num].agreementId,
         isTaxSource: isTaxSource == 1 ? isTaxSource : null,
         kinds: this.totalCompanyList[num].kindList,