From 33ba0b0585a2ecbbb04ade3df268ad2b05e1221c Mon Sep 17 00:00:00 2001
From: 陶杰 <1378534974@qq.com>
Date: 星期三, 30 十月 2024 18:32:18 +0800
Subject: [PATCH] 1.财务报表-增加总销售扎数

---
 pages/report/finance/_date.vue |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/pages/report/finance/_date.vue b/pages/report/finance/_date.vue
index 34cb802..540c591 100644
--- a/pages/report/finance/_date.vue
+++ b/pages/report/finance/_date.vue
@@ -29,6 +29,7 @@
           { label: '合伙人', prop: 'partnerName', minWidth: '120px' },
           { label: '下单时间', prop: 'orderDate', minWidth: '180px' },
           { label: '订单金额', prop: 'orderTotal', minWidth: '120px' },
+          { label: '订单金额(实付)', prop: 'totalAmount', minWidth: '120px' },
           {
             label: '花农底价',
             prop: 'orderSupplierPriceAmount',
@@ -96,7 +97,8 @@
             prop: 'partnerTotalFeeAmount',
             minWidth: '100px',
           },
-          { label: '销售扎数', prop: 'realSaleNum', minWidth: '100px' },
+          { label: '总销售扎数', prop: 'orderNum', minWidth: '100px' },
+          { label: '实际销售扎数', prop: 'realSaleNum', minWidth: '100px' },
           {
             label: '利润',
             prop: 'profitFeeAmount',
@@ -127,7 +129,10 @@
                 },
                 default: this.$route.params.date,
               },
-              { ...getPartnerListConfig() },
+              {
+                ...getPartnerListConfig(),
+                default: this.$route.query.partnerId || '',
+              },
             ],
           },
         ],

--
Gitblit v1.9.3