瀏覽代碼

fix:修改

wuguojie 1 年之前
父節點
當前提交
52136eb38b
共有 1 個文件被更改,包括 4 次插入1 次删除
  1. 4 1
      src/views/Task/daikeComponents/KtLetter1.vue

+ 4 - 1
src/views/Task/daikeComponents/KtLetter1.vue

@@ -1388,7 +1388,7 @@ agreementitem, agreementindex
                       </div>
                       </div>
                     </div>
                     </div>
                     <div class="card-table" v-show="reslistitem.cnName == 'zijin'
                     <div class="card-table" v-show="reslistitem.cnName == 'zijin'
-                    // || reslistitem.cnName == 'taishan'
+                    || reslistitem.cnName == 'hengbang'
                     ">
                     ">
                         <div class="table-title">其他</div>
                         <div class="table-title">其他</div>
                         <div>自定义系数:
                         <div>自定义系数:
@@ -11113,6 +11113,9 @@ export default {
         productId: this.productId,
         productId: this.productId,
         // coefficient:this.totalCompanyList[num].coefficient,
         // coefficient:this.totalCompanyList[num].coefficient,
       };
       };
+      if(namesimple == "恒邦财险") {
+          params.coefficient = this.totalCompanyList[num].coefficient
+      }
       if (namesimple == "中国人寿" && this.lastCompanyId) {
       if (namesimple == "中国人寿" && this.lastCompanyId) {
         params.discount = this.totalCompanyList[num].discount;
         params.discount = this.totalCompanyList[num].discount;
         params.lastCompanyId = this.lastCompanyId;
         params.lastCompanyId = this.lastCompanyId;