Compare commits

..

No commits in common. "21b5fb9a667f124a8b458a4d78a7943e350aad91" and "9d0d5a4b27d4c593b08f0c95bfd11cc1094eb8a3" have entirely different histories.

View File

@ -651,16 +651,13 @@ export default function StepUp(props) {
<tr
key={`row-${serQtyIdx}`}
className={`${item.selected ? 'on' : ''}`}
style={{ cursor: allocationType === 'auto' ? 'pointer' : 'default' }}
>
<td
className="al-r"
onClick={() => {
if (idx === 0) return
handleRowClick(idx, serQtyIdx)
}}
style={{ cursor: allocationType === 'auto' ? 'pointer' : 'default' }}
>
{item.serQty}
</td>
<td className="al-r">{item.serQty}</td>
<td className="al-r">
{/* 2025.12.04 select 추가 */}
{idx === 0 ? (