From 6578c89960e8a6485d76138661e7bb8ce9b032ec Mon Sep 17 00:00:00 2001 From: van Date: Sat, 9 May 2026 17:50:43 +0800 Subject: [PATCH] 1 --- src/views/system/jdorder/orderList.vue | 89 ++++++++++++++++++++++---- 1 file changed, 76 insertions(+), 13 deletions(-) diff --git a/src/views/system/jdorder/orderList.vue b/src/views/system/jdorder/orderList.vue index adab65f..a178886 100644 --- a/src/views/system/jdorder/orderList.vue +++ b/src/views/system/jdorder/orderList.vue @@ -212,7 +212,7 @@
统计:{{ profitSummaryLabel }}
-
后返合计 {{ toYuan(profitSummaryRebateTotal) }} · 利润合计 {{ profitSummaryProfitTotal === '' ? '—' : toYuan(profitSummaryProfitTotal) }}
+
后返合计 {{ toYuan(profitSummaryRebateTotal) }} · 利润合计 {{ profitSummaryProfitTotal === '' ? '—' : toYuan(profitSummaryProfitTotal) }}(不含已退款)
复制物流链接
-
+
付款金额 - {{ toYuan(row.paymentAmount) }} +
+ +
-
+
后返金额 - {{ toYuan(row.rebateAmount) }} +
+ +
售价渠道 @@ -539,8 +561,8 @@
统计范围:{{ profitSummaryLabel }} - 后返合计:{{ toYuan(profitSummaryRebateTotal) }} - 利润合计:{{ profitSummaryProfitTotal === '' ? '—' : toYuan(profitSummaryProfitTotal) }} + 后返合计:{{ toYuan(profitSummaryRebateTotal) }}(不含已退款) + 利润合计:{{ profitSummaryProfitTotal === '' ? '—' : toYuan(profitSummaryProfitTotal) }}(不含已退款)
- - + + - - + +