feat: [approval] 지출결의서 법인카드/송금 계좌 선택 기능
- 법인카드 선택 시 카드 목록 패널 슬라이드-다운 표시 - 송금 선택 시 출금 계좌 목록 표시, 대표계좌 자동 선택 - 선택된 카드/계좌 정보를 content JSON에 스냅샷 저장 - 상세 페이지에서 선택된 카드/계좌 정보 읽기전용 표시
This commit is contained in:
@@ -124,6 +124,8 @@ class="w-full px-3 py-2 border border-gray-300 rounded-lg text-sm focus:outline-
|
||||
@include('approvals.partials._expense-form', [
|
||||
'initialData' => $approval->content ?? [],
|
||||
'initialFiles' => $existingFiles,
|
||||
'cards' => $cards ?? collect(),
|
||||
'accounts' => $accounts ?? collect(),
|
||||
])
|
||||
|
||||
{{-- 액션 버튼 --}}
|
||||
|
||||
Reference in New Issue
Block a user