@dongkboy 2 лет назад
Родитель
Сommit
df5d4126cf
1 измененных файлов с 19 добавлено и 13 удалено
  1. 19 13
      src/views/Task/daikeComponents/KtLetter.vue

+ 19 - 13
src/views/Task/daikeComponents/KtLetter.vue

@@ -2677,6 +2677,12 @@
           " v-if="orderstatus == '2'">
           订单状态:已核保待缴费
         </div>
+        <div v-if="orderstatus == '1'" class="flex f-c " style="padding: 10px;" >
+          <span style=" font-size: 18px;
+            color: #ff6000;
+            font-weight: 700;">订单状态:待核保</span>
+            <span style=" color: #d42426;margin-top: 10px;">核保提示:该订单已进入人工核保</span>
+        </div>
       </div>
       <span slot="footer" class="dialog-footer" v-if="orderstatus == '2'">
         <el-button style="width: 100px" type="primary" size="small"
@@ -5431,19 +5437,19 @@ export default {
             risk: this.riskList,
             kind: this.kindList,
             ruleThirdPartyInsurance: this.insureList[1].amount,
-            cimodelclass: item.namesimple  == "平安财险" 
+            cimodelclass: item.namesimple  == "平安财险"
                   ? this.carInfo.cimodelclass
                   : "",
-              isUseCombine:item.namesimple  == "平安财险" 
+              isUseCombine:item.namesimple  == "平安财险"
               ? 'Y'
               : "",
-              tonNumber:item.namesimple  == "平安财险" 
+              tonNumber:item.namesimple  == "平安财险"
               ? this.carInfo.limitLoad
               : "",
-              ownAttribute:item.namesimple  == "平安财险" 
+              ownAttribute:item.namesimple  == "平安财险"
               ? '03'
               : "",
-              useAttribute: item.namesimple  == "平安财险" 
+              useAttribute: item.namesimple  == "平安财险"
                   ? this.carInfo.carnature
                   : "",
           })
@@ -5778,7 +5784,7 @@ export default {
             .getDrivingInsuranceRule({
               agreementId: this.totalCompanyList[index].agreement[0].id,
               seatNum:
-                ins == "永诚财险" || ins == "中煤财险" 
+                ins == "永诚财险" || ins == "中煤财险"
                   ? Number(this.carInfo.seatCount)
                   : "",
               ruleUseNature: this.carInfo.carnature,
@@ -5786,19 +5792,19 @@ export default {
               risk: this.riskList,
               kind: this.kindList,
               ruleThirdPartyInsurance: this.insureList[1].amount,
-              cimodelclass: ins == "平安财险" 
+              cimodelclass: ins == "平安财险"
                   ? this.carInfo.cimodelclass
                   : "",
-              isUseCombine:ins == "平安财险" 
+              isUseCombine:ins == "平安财险"
               ? 'Y'
               : "",
-              tonNumber:ins == "平安财险" 
+              tonNumber:ins == "平安财险"
               ? this.carInfo.limitLoad
               : "",
-              ownAttribute:ins == "平安财险" 
+              ownAttribute:ins == "平安财险"
               ? '03'
               : "",
-              useAttribute: ins == "平安财险" 
+              useAttribute: ins == "平安财险"
                   ? this.carInfo.carnature
                   : "",
             })
@@ -7136,8 +7142,8 @@ export default {
         }
       });
     },
-    
-    
+
+
     //永安报价
     yongan(num, id) {
       let isTaxSource = this.totalCompanyList[num].isTaxSource;