diff --git a/src/components/floor-plan/modal/circuitTrestle/step/StepUp.jsx b/src/components/floor-plan/modal/circuitTrestle/step/StepUp.jsx index b0b9a1e5..e4e8a615 100644 --- a/src/components/floor-plan/modal/circuitTrestle/step/StepUp.jsx +++ b/src/components/floor-plan/modal/circuitTrestle/step/StepUp.jsx @@ -649,12 +649,18 @@ export default function StepUp(props) { - {pcsItem.serQtyList.map((item, serQtyIdx) => { + {pcsItem?.serQtyList?.map((item, serQtyIdx) => { return ( { + if (stepUp?.pcsItemList.length !== 1) { + return + } + handleRowClick(idx, serQtyIdx, item.paralQty) + }} > {/* 2025.12.04 select 추가 */} {idx === 0 ? ( - + stepUp?.pcsItemList.length !== 1 ? ( + + ) : ( + <>{item.paralQty} + ) ) : ( <>{item.paralQty} )}