From 78a2c4c89654d905e8578a0a94b103224b5cc777 Mon Sep 17 00:00:00 2001 From: cloudroam <cloudroam> Date: 星期五, 06 十二月 2024 17:36:50 +0800 Subject: [PATCH] add: 供应商子账号 --- pages/report/finance/_date.vue | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/pages/report/finance/_date.vue b/pages/report/finance/_date.vue index 926643a..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', -- Gitblit v1.9.3