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 <tr
key={`row-${serQtyIdx}`} key={`row-${serQtyIdx}`}
className={`${item.selected ? 'on' : ''}`} className={`${item.selected ? 'on' : ''}`}
onClick={() => {
if (idx === 0) return
handleRowClick(idx, serQtyIdx)
}}
style={{ cursor: allocationType === 'auto' ? 'pointer' : 'default' }} style={{ cursor: allocationType === 'auto' ? 'pointer' : 'default' }}
> >
<td <td className="al-r">{item.serQty}</td>
className="al-r"
onClick={() => {
handleRowClick(idx, serQtyIdx)
}}
>
{item.serQty}
</td>
<td className="al-r"> <td className="al-r">
{/* 2025.12.04 select 추가 */} {/* 2025.12.04 select 추가 */}
{idx === 0 ? ( {idx === 0 ? (