From 47fbb7e79286d329a26218a0d6b7e1d4a6890a93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EB=B3=B4=EA=B3=A4?= Date: Fri, 6 Feb 2026 20:28:01 +0900 Subject: [PATCH] =?UTF-8?q?fix:=EA=B1=B0=EB=9E=98=EC=B2=98=20=EB=93=9C?= =?UTF-8?q?=EB=A1=AD=EB=8B=A4=EC=9A=B4=EC=9D=84=20=EA=B3=B5=EA=B8=89?= =?UTF-8?q?=EB=B0=9B=EB=8A=94=EC=9E=90=EB=AA=85=20=EC=9C=84=EC=B9=98?= =?UTF-8?q?=EC=97=90=20=EC=A7=81=EC=A0=91=20=EB=B0=B0=EC=B9=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 별도 "거래처 검색" 줄 제거 - 공급받는자명/공급자명 텍스트 input을 드롭다운으로 교체 - 드롭다운 안에 거래처 추가 버튼 포함 Co-Authored-By: Claude Opus 4.6 --- .../views/barobill/hometax/index.blade.php | 23 +++++-------------- 1 file changed, 6 insertions(+), 17 deletions(-) diff --git a/resources/views/barobill/hometax/index.blade.php b/resources/views/barobill/hometax/index.blade.php index 4d93b038..c85820f6 100644 --- a/resources/views/barobill/hometax/index.blade.php +++ b/resources/views/barobill/hometax/index.blade.php @@ -1755,26 +1755,15 @@ className="px-3 py-1.5 bg-violet-100 text-violet-700 rounded-lg text-xs font-med )} - {/* 거래처 드롭다운 선택 */} -
- - -
- handleChange(isSales ? 'invoicee_corp_name' : 'invoicer_corp_name', e.target.value)} - className="w-full px-3 py-2 border border-stone-300 rounded-lg text-sm focus:ring-2 focus:ring-violet-500 focus:border-violet-500 outline-none" - placeholder="거래처명" +