From a2f184c4cb61ea7aaa55aa0677a733803e60f1a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EB=B3=B4=EA=B3=A4?= Date: Sun, 22 Mar 2026 17:46:53 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20[=EC=9E=90=EC=9E=AC=ED=88=AC=EC=9E=85]?= =?UTF-8?q?=20DEV=20=EA=B0=95=EC=A0=9C=EC=9E=85=EA=B3=A0=20=EB=B2=84?= =?UTF-8?q?=ED=8A=BC=20=EB=B0=B0=EC=A0=95=20=EB=AF=B8=EC=99=84=EB=A3=8C=20?= =?UTF-8?q?=EA=B7=B8=EB=A3=B9=EC=97=90=EC=84=9C=EB=A7=8C=20=ED=91=9C?= =?UTF-8?q?=EC=8B=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/production/WorkerScreen/MaterialInputModal.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/production/WorkerScreen/MaterialInputModal.tsx b/src/components/production/WorkerScreen/MaterialInputModal.tsx index f040f03f..9b7f5a4b 100644 --- a/src/components/production/WorkerScreen/MaterialInputModal.tsx +++ b/src/components/production/WorkerScreen/MaterialInputModal.tsx @@ -937,8 +937,8 @@ export function MaterialInputModal({ - {/* [DEV] LOT 있는 그룹에서도 강제입고 가능 */} - {group.lots[0]?.itemId && group.lots.some(l => l.stockLotId !== null) && ( + {/* [DEV] 배정 미완료 그룹에서만 강제입고 */} + {group.lots[0]?.itemId && group.lots.some(l => l.stockLotId !== null) && !isFulfilled && (