From 0d0e458d6313b35b0befe2a0cf4af6c42e6b3e49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EB=B3=B4=EA=B3=A4?= Date: Thu, 5 Mar 2026 10:20:15 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20[approvals]=20=EC=A7=80=EC=B6=9C?= =?UTF-8?q?=EB=B6=80=EC=84=9C=20=EA=B8=B0=EB=B3=B8=EA=B0=92=20=EA=B2=BD?= =?UTF-8?q?=EB=A6=AC=EB=B6=80=EB=A1=9C=20=EB=B3=80=EA=B2=BD,=20=EB=B3=B5?= =?UTF-8?q?=EC=A7=80=EC=B9=B4=EB=93=9C=20=EC=98=B5=EC=85=98=20=EC=82=AD?= =?UTF-8?q?=EC=A0=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/views/approvals/partials/_expense-form.blade.php | 3 +-- resources/views/approvals/partials/_expense-show.blade.php | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/resources/views/approvals/partials/_expense-form.blade.php b/resources/views/approvals/partials/_expense-form.blade.php index 25ec82f3..20ccb98c 100644 --- a/resources/views/approvals/partials/_expense-form.blade.php +++ b/resources/views/approvals/partials/_expense-form.blade.php @@ -365,7 +365,6 @@ function makeItem(data) { { value: 'transfer', label: '송금' }, { value: 'auto_transfer', label: '자동이체 출금' }, { value: 'cash_advance', label: '현금/가지급정산' }, - { value: 'welfare_card', label: '복지카드' }, ], taxInvoiceTypes: [ { value: 'normal', label: '일반' }, @@ -380,7 +379,7 @@ function makeItem(data) { tax_invoice: initialData?.tax_invoice || 'normal', write_date: initialData?.write_date || today, approval_date: initialData?.approval_date || today, - department: initialData?.department || '본사', + department: initialData?.department || '경리부', writer_name: initialData?.writer_name || authUserName, items: items, attachment_memo: initialData?.attachment_memo || '', diff --git a/resources/views/approvals/partials/_expense-show.blade.php b/resources/views/approvals/partials/_expense-show.blade.php index 587098b1..43813763 100644 --- a/resources/views/approvals/partials/_expense-show.blade.php +++ b/resources/views/approvals/partials/_expense-show.blade.php @@ -9,7 +9,6 @@ 'transfer' => '송금', 'auto_transfer' => '자동이체 출금', 'cash_advance' => '현금/가지급정산', - 'welfare_card' => '복지카드', ]; $taxInvoiceLabels = [ 'normal' => '일반',