From eb8df8f3baf98fb8f7fa1d07e1359002580086a0 Mon Sep 17 00:00:00 2001
From: shanj <18996038927@163.com>
Date: Sun, 17 Jul 2022 14:49:56 +0800
Subject: [PATCH] =?UTF-8?q?=E5=94=AE=E5=90=8E?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
BBWY.Client/Models/Order/OrderCost.cs | 10 ++++++
BBWY.Client/Views/Order/OrderList.xaml | 43 ++++++++++++++++++++++++--
2 files changed, 51 insertions(+), 2 deletions(-)
diff --git a/BBWY.Client/Models/Order/OrderCost.cs b/BBWY.Client/Models/Order/OrderCost.cs
index 78d1a1df..f3eb7c5a 100644
--- a/BBWY.Client/Models/Order/OrderCost.cs
+++ b/BBWY.Client/Models/Order/OrderCost.cs
@@ -54,6 +54,11 @@
///
public decimal RefundAmount { get; set; } = 0.00M;
+ ///
+ /// 退款采购金额
+ ///
+ public decimal RefundPurchaseAmount { get; set; } = 0.0M;
+
///
/// 补发快递费
///
@@ -69,6 +74,11 @@
///
public decimal ReissueAfterSaleAmount { get; set; } = 0.00M;
+ ///
+ /// 补发总计
+ ///
+ public decimal TotalReissue { get { return ReissueFreight + ReissueProductAmount + ReissueAfterSaleAmount; } }
+
///
/// 成本总计
///
diff --git a/BBWY.Client/Views/Order/OrderList.xaml b/BBWY.Client/Views/Order/OrderList.xaml
index 94f17206..f358b39a 100644
--- a/BBWY.Client/Views/Order/OrderList.xaml
+++ b/BBWY.Client/Views/Order/OrderList.xaml
@@ -552,6 +552,11 @@
+
+
+
+
@@ -686,6 +691,12 @@
+
+
+
+
+
@@ -702,13 +713,41 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+ Height="23"/>