From f91afaed3aca7c0753b7a9a0a4de57c651e2faa9 Mon Sep 17 00:00:00 2001 From: "hyojun.choi" Date: Mon, 12 Jan 2026 16:10:27 +0900 Subject: [PATCH] =?UTF-8?q?pcs=EA=B0=80=20=ED=95=9C=EA=B0=9C=EC=9D=B8=20?= =?UTF-8?q?=EA=B2=BD=EC=9A=B0=20selectbox=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../modal/circuitTrestle/step/StepUp.jsx | 66 +++++++++++-------- 1 file changed, 38 insertions(+), 28 deletions(-) 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} )}