wuguojie 8 bulan lalu
induk
melakukan
b5b991ec2e
1 mengubah file dengan 3 tambahan dan 7 penghapusan
  1. 3 7
      src/views/Task/daikeComponents/KtLetter1.vue

+ 3 - 7
src/views/Task/daikeComponents/KtLetter1.vue

@@ -1425,7 +1425,7 @@ agreementitem, agreementindex
                         </div>
 
                     </div>
-                    <div class="card-table" v-show="reslistitem.cnName == 'renshou'
+                      <div class="card-table" v-show="reslistitem.cnName == 'renshou'
                   // || reslistitem.cnName == 'taishan'
                   ">
                       <div class="table-title">其他</div>
@@ -6886,8 +6886,6 @@ export default {
     // 获取方案信息
     getCompanyProgramme(e, code, name, index) {
       this.totalCompanyList[index].checked = false;
-      console.log(e, code, name, index)
-      console.log('this.totalCompanyList[index]', this.totalCompanyList[index])
       this.$api.letter
         .getAllSchemeList({
           companyId: code,
@@ -10124,6 +10122,7 @@ export default {
             })
             .catch(() => { });
         } else {
+            alert(11111111)
           this.$message({ message: res.msg, type: "warning" });
         }
       });
@@ -10776,8 +10775,6 @@ export default {
           }
           this.totalCompanyList[num].quoteCode = 200;
           this.totalCompanyList[num].result = res.data;
-            console.log('报价结果', res.data)
-            console.log('报价公司', this.totalCompanyList[num])
           this.totalCompanyList[num].pricingCoefficient = res.data.pricingCoefficient
           this.totalCompanyList[num].pricingCoefficientUpper = res.data.pricingCoefficientUpper
           this.totalCompanyList[num].pricingCoefficientLower = res.data.pricingCoefficientLower
@@ -11183,7 +11180,6 @@ export default {
       if(namesimple == "恒邦财险") {
           params.coefficient = this.totalCompanyList[num].coefficient
       }
-      console.log('this.totalCompanyList[num]', this.totalCompanyList[num])
       if (namesimple == "中国人寿" && this.lastCompanyId) {
         params.discount = this.totalCompanyList[num].discount;
         params.lastCompanyId = this.lastCompanyId;
@@ -11257,7 +11253,7 @@ export default {
               return;
             }
             break;
-          case "众安平安":
+          case "众安财险":
             if (!!res.data) {
               if (res.data.tips == "需要验车") {
                 this.$notify.error({