From 8a397b1bc600d53402b887a2d34a60381b1c31a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EB=B3=B4=EA=B3=A4?= Date: Fri, 20 Feb 2026 14:13:58 +0900 Subject: [PATCH] =?UTF-8?q?fix:=EC=88=98=EB=8B=B9=EC=A7=80=EA=B8=89?= =?UTF-8?q?=ED=98=84=ED=99=A9=ED=86=B5=EA=B3=84=20=ED=95=84=ED=84=B0=20UI?= =?UTF-8?q?=20=EA=B0=9C=EC=84=A0=20(=ED=97=A4=EB=8D=94+=ED=95=84=ED=84=B0?= =?UTF-8?q?=20=ED=86=B5=ED=95=A9,=20=EC=BB=B4=ED=8C=A9=ED=8A=B8=201?= =?UTF-8?q?=EC=A4=84=20=EB=A0=88=EC=9D=B4=EC=95=84=EC=9B=83,=20=ED=86=A0?= =?UTF-8?q?=EA=B8=80=20=EC=A0=9C=EA=B1=B0)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.6 --- .../settlement/payment-stats.blade.php | 125 +++++++++--------- 1 file changed, 62 insertions(+), 63 deletions(-) diff --git a/resources/views/finance/settlement/payment-stats.blade.php b/resources/views/finance/settlement/payment-stats.blade.php index fb13a3f7..468ddfef 100644 --- a/resources/views/finance/settlement/payment-stats.blade.php +++ b/resources/views/finance/settlement/payment-stats.blade.php @@ -3,74 +3,68 @@ @section('title', '수당지급현황통계') @section('content') -
- {{-- 페이지 헤더 --}} -
-
-

수당지급현황통계

-

- {{ $filters['startYear'] }}년 {{ $filters['startMonth'] }}월 ~ {{ $filters['endYear'] }}년 {{ $filters['endMonth'] }}월 수당 종합 통계 -

-
-
+
+ {{-- 페이지 헤더 + 필터 통합 --}} +
+
+
+

수당지급현황통계

+

+ {{ $filters['startYear'] }}년 {{ $filters['startMonth'] }}월 ~ {{ $filters['endYear'] }}년 {{ $filters['endMonth'] }}월 +

+
- + class="inline-flex items-center gap-1 px-3 py-1.5 text-gray-500 hover:text-gray-700 bg-gray-50 hover:bg-gray-100 rounded text-xs transition-colors"> + 정산관리 -
-
- - {{-- 필터 패널 --}} -
-
-
+ +
{{-- 시작 기간 --}} -
- -
- @for ($y = now()->year; $y >= now()->year - 3; $y--) @endfor -
+
+ + ~ + {{-- 종료 기간 --}} -
- -
- @for ($y = now()->year; $y >= now()->year - 3; $y--) @endfor -
+
+ +
+ {{-- 상태 --}}
- - @@ -78,21 +72,21 @@ class="inline-flex items-center gap-1 px-4 py-2 text-sm rounded-lg transition-co
+ {{-- 지급유형 --}}
- - - - + +
-
-
+ {{-- 파트너 --}}
- - @foreach ($partners as $partner)
+ {{-- 매니저 --}}
- - @foreach ($managers as $manager)
+ {{-- 검색어 --}}
- - + +
- {{-- 버튼 --}} -
- - + 초기화