diff --git a/resources/views/finance/journal-entries.blade.php b/resources/views/finance/journal-entries.blade.php index e695a65f..fe05971d 100644 --- a/resources/views/finance/journal-entries.blade.php +++ b/resources/views/finance/journal-entries.blade.php @@ -1674,16 +1674,25 @@ className="w-full px-3 py-2 text-sm border border-stone-200 rounded-lg focus:rin

분개 내역

- +
+ + + + + + + + + - - - - - + + + + + - + @@ -1696,7 +1705,7 @@ className={`px-2 py-0.5 rounded text-xs font-medium cursor-pointer hover:opacity {line.dc_type === 'debit' ? '차변' : '대변'} - - -
구분계정과목거래처차변대변구분계정과목거래처차변대변 적요
+ document.getElementById(`m-partner-${index}`)?.focus()} @@ -1706,7 +1715,7 @@ className={`px-2 py-0.5 rounded text-xs font-medium cursor-pointer hover:opacity setLines(updated); }} /> + + updateLine(index, 'description', e.target.value)} onKeyDown={(e) => { if (e.key === 'Tab' && !e.shiftKey) { e.preventDefault(); const next = document.getElementById(`m-account-${index + 1}`); if (next) next.focus(); } }} @@ -2096,16 +2105,25 @@ className="w-full px-3 py-2 text-sm border border-stone-200 rounded-lg focus:rin

분개 내역

- +
+ + + + + + + + + - - - - - + + + + + - + @@ -2118,7 +2136,7 @@ className={`px-2 py-0.5 rounded text-xs font-medium cursor-pointer hover:opacity {line.dc_type === 'debit' ? '차변' : '대변'} - - -
구분계정과목거래처차변대변구분계정과목거래처차변대변 적요
+ document.getElementById(`c-partner-${index}`)?.focus()} @@ -2128,7 +2146,7 @@ className={`px-2 py-0.5 rounded text-xs font-medium cursor-pointer hover:opacity setLines(updated); }} /> + + updateLine(index, 'description', e.target.value)} onKeyDown={(e) => { if (e.key === 'Tab' && !e.shiftKey) { e.preventDefault(); const next = document.getElementById(`c-account-${index + 1}`); if (next) next.focus(); } }} @@ -2503,16 +2521,25 @@ className="w-full px-3 py-2 text-sm border border-stone-200 rounded-lg focus:rin

분개 내역

- +
+ + + + + + + + + - - - - - + + + + + - + @@ -2525,7 +2552,7 @@ className={`px-2 py-0.5 rounded text-xs font-medium cursor-pointer hover:opacity {line.dc_type === 'debit' ? '차변' : '대변'} - - -
구분계정과목거래처차변대변구분계정과목거래처차변대변 적요
+ + + updateLine(index, 'description', e.target.value)} onKeyDown={(e) => { if (e.key === 'Tab' && !e.shiftKey) { e.preventDefault(); const next = document.getElementById(`b-account-${index + 1}`); if (next) next.focus(); } }}