diff --git a/PTC/management_dashboard_preview.html b/PTC/management_dashboard_preview.html index 3c0cd08..74d168b 100644 --- a/PTC/management_dashboard_preview.html +++ b/PTC/management_dashboard_preview.html @@ -7081,39 +7081,6 @@ )} -
-
계정별 금액
-
현재 선택한 계정 기준 금액입니다.
-
-
-
-
{lifecycleAccountDetailModal.account_name || "(계정명없음)"}
-
{lifecycleAccountDetailModal.account_code || "-"}
-
-
- {fmt( - (() => { - const summaryAmount = Number(lifecycleAccountDetailModal.detail?.summary?.expense_supply_sum || 0); - const selectedAmount = Number(lifecycleAccountDetailModal.allocation_result_amount || 0); - return selectedAmount > 0 ? selectedAmount : summaryAmount; - })() - )}원 -
-
-
-
) : (