From e150bb91924889635042b1ab15a0cbe05af8f4d8 Mon Sep 17 00:00:00 2001 From: weizong song Date: Wed, 5 Jul 2023 16:23:01 +0800 Subject: [PATCH] up --- resources/views/admin/statistics/overview.blade.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/resources/views/admin/statistics/overview.blade.php b/resources/views/admin/statistics/overview.blade.php index cd2c126..44028b0 100755 --- a/resources/views/admin/statistics/overview.blade.php +++ b/resources/views/admin/statistics/overview.blade.php @@ -47,6 +47,9 @@ {{ $this_month_balances->filter(function($item) { return $item->belongs_type == "App\Models\OrderItems"; })->sum("money") }} {{ $this_month_balance }} + + (上月未结算余额 + 本月收款) - (本月退款[正数] + 本月结算[正数]) = 本月未结算余额
本月结算是核心数字,是真正归属于公司的钱 +