diff --git a/PTC/management_dashboard_preview.html b/PTC/management_dashboard_preview.html index bfd7665..83e0502 100644 --- a/PTC/management_dashboard_preview.html +++ b/PTC/management_dashboard_preview.html @@ -7052,76 +7052,80 @@ )} -
-
프로젝트별 금액
-
연결된 프로젝트들 중 이 계정에 포함된 지출입니다.
- {(lifecycleAccountDetailModal.detail.projects || []).length ? ( -
- {(lifecycleAccountDetailModal.detail.projects || []).map((item) => ( -
-
-
{item.project_name || "(이름없음)"}
-
- {item.project_code || "-"} · {item.project_type || "미지정"} + {!Boolean(lifecycleAccountDetailModal.show_allocation_formula) && ( + <> +
+
프로젝트별 금액
+
연결된 프로젝트들 중 이 계정에 포함된 지출입니다.
+ {(lifecycleAccountDetailModal.detail.projects || []).length ? ( +
+ {(lifecycleAccountDetailModal.detail.projects || []).map((item) => ( +
+
+
{item.project_name || "(이름없음)"}
+
+ {item.project_code || "-"} · {item.project_type || "미지정"} +
+
+
{fmt(item.expense_supply_sum || 0)}원
-
-
{fmt(item.expense_supply_sum || 0)}원
-
- ))} -
- ) : ( -
표시할 프로젝트가 없습니다.
- )} -
- -
-
거래내역
-
이 계정에 포함된 출금 거래를 확인합니다.
- {(lifecycleAccountDetailModal.detail.transactions || []).length ? ( -
- - - - - - - - - - - - {(lifecycleAccountDetailModal.detail.transactions || []).map((row, index) => ( - - - - - - - ))} - -
거래일프로젝트거래처적요공급가액
{row.transaction_date || "-"} -
{row.project_name || "프로젝트명 없음"}
-
{row.project_code || "-"}
-
{row.vendor_name || "-"}{row.description || "-"}{fmt(row.allocated_supply_amount ?? row.supply_amount ?? 0)}원
-
- ) : ( -
표시할 거래내역이 없습니다.
- )} -
+ + ) : ( +
표시할 프로젝트가 없습니다.
+ )} + + +
+
거래내역
+
이 계정에 포함된 출금 거래를 확인합니다.
+ {(lifecycleAccountDetailModal.detail.transactions || []).length ? ( +
+ + + + + + + + + + + + {(lifecycleAccountDetailModal.detail.transactions || []).map((row, index) => ( + + + + + + + + ))} + +
거래일프로젝트거래처적요공급가액
{row.transaction_date || "-"} +
{row.project_name || "프로젝트명 없음"}
+
{row.project_code || "-"}
+
{row.vendor_name || "-"}{row.description || "-"}{fmt(row.allocated_supply_amount ?? row.supply_amount ?? 0)}원
+
+ ) : ( +
표시할 거래내역이 없습니다.
+ )} +
+ + )}