Просмотр исходного кода

车险批单列表表头修改

yaoyao 2 лет назад
Родитель
Сommit
4a578d426d

+ 2 - 2
src/views/Task/CompanyPoolChannel/BatchOrder.vue

@@ -218,10 +218,10 @@ export default {
                         type: "text",
                     },
                     {
-                        prop: 'licenseNo', label: '车牌', type: 'text',
+                        prop: 'licenseNo', label: '车牌', type: 'text',
                     },
                     {
-                        prop: 'vinNo', label: '车架号', type: 'text',
+                        prop: 'vinNo', label: '车辆识别代码', type: 'text',
                     },
                     {
                         prop: 'tbrname', label: '投保人姓名', type: 'text',

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

@@ -5384,7 +5384,7 @@ export default {
           }
         })
       } else {
-        this.nowCostsId = undefined
+        this.nowCostsId = ''
         this.isInquiryNowDisable = false
         this.policyNumberForm.jqCostsProportion = ''
         this.policyNumberForm.noCostsProportion = ''
@@ -10168,6 +10168,9 @@ export default {
         syPolicyList: [],
         jqSignList: [],
         noPolicyList: [],
+        noCostsProportion: '',
+        jqCostsProportion: '',
+        syCostsProportion: '',
       };
     },
     toChinesNum(num) {