Przeglądaj źródła

报价页面和财务结算

lihongxiao 2 lat temu
rodzic
commit
4ecebf5ff3

+ 6 - 5
src/views/FinancialManagement/CarInsurance/CompanySettlement/CarInsurance/DocumentaryFees.vue

@@ -143,11 +143,7 @@ export default {
             label: "总跟单费",
             type: "text"
           },
-          {
-            prop: "noInvoicCommissionFeevalue",
-            label: "未开票跟单费",
-            type: "text"
-          },
+         
           {
             prop: "invoicCommissionFeevalue",
             label: "已开票跟单费",
@@ -163,6 +159,11 @@ export default {
             label: "已开票未结算跟单费",
             type: "text"
           },
+          {
+            prop: "noInvoicCommissionFeevalue",
+            label: "未开票跟单费",
+            type: "text"
+          },
         ],
         loading: true,
         isPaginationShow: true,

+ 2 - 2
src/views/FinancialManagement/CarInsurance/CompanySettlement/CarInsurance/InvoicedAndSettled.vue

@@ -74,11 +74,11 @@ export default {
                         type: "text"
                     },
                     {
-                        prop: "unSettledAmount",
+                        prop: "noInvoicCommissionFeevalue",
                         label: "未开票手续费",
                         type: "text"
                     },{
-                        prop: "noInvoicCommissionFeevalue",
+                        prop: "unSettledAmount",
                         label: "未结算手续费",
                         type: "text"
                     },

+ 2 - 2
src/views/FinancialManagement/CarInsurance/CompanySettlement/NoCarInsurance/InvoicedAndSettled.vue

@@ -73,11 +73,11 @@ export default {
                         type: "text"
                     },
                     {
-                        prop: "unSettledAmount",
+                        prop: "noInvoicCommissionFeevalue",
                         label: "未开票手续费",
                         type: "text"
                     },{
-                        prop: "noInvoicCommissionFeevalue",
+                        prop: "unSettledAmount",
                         label: "未结算手续费",
                         type: "text"
                     },