From e5b2e7b18abc6713347cbd24053a7611cbf66edf Mon Sep 17 00:00:00 2001
From: cloudroam <cloudroam>
Date: 星期三, 27 十一月 2024 14:26:46 +0800
Subject: [PATCH] 569-供应商列表:1.序号ID修改为供应商ID,并移动到第一列 2.增加供应商ID查询框

---
 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