lihongxiao 2 jaren geleden
bovenliggende
commit
a4a6d53bf0

+ 16 - 2
src/views/FinancialManagement/CarInsurance/CompanySettlement/CarInsurance/DocumentaryFeesDetail.vue

@@ -330,8 +330,13 @@ export default {
           options:[]
         },
         {
-          label: "非车保单号",
-          prop: "noPolicyno",
+          label: "交强保单号",
+          prop: "policyno",
+          type: "input",
+        },
+        {
+          label: "商业保单号",
+          prop: "syPolicyno",
           type: "input",
         },
         {
@@ -371,6 +376,15 @@ export default {
           prop: "signDate",
           type: "datePicker",
         },
+        {
+          label: "交强起保日期",
+          prop: "jqDate",
+          type: "datePicker",
+        }, {
+          label: "商业起保日期",
+          prop: "syDate",
+          type: "datePicker",
+        },
       ],
       btnGroup:[
         {