From 6a32400118d14eeb2436be6ed3a90e29fde73e8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B6=8C=ED=98=81=EC=84=B1?= Date: Mon, 9 Feb 2026 16:47:52 +0900 Subject: [PATCH] =?UTF-8?q?fix(WEB):=20=EC=9E=90=EC=9E=AC=ED=88=AC?= =?UTF-8?q?=EC=9E=85=20=EB=AA=A8=EB=8B=AC=20=ED=95=84=EC=9A=94=EC=88=98?= =?UTF-8?q?=EB=9F=89=20=EC=BB=AC=EB=9F=BC=20=EC=B6=94=EA=B0=80=20=EB=B0=8F?= =?UTF-8?q?=20=EB=84=88=EB=B9=84=20=EC=A1=B0=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 필요수량 컬럼 추가 (6컬럼: 로트번호/품목명/필요수량/가용수량/단위/투입수량) - 모달 너비 max-w-2xl → !max-w-3xl로 소폭 확대 --- .../production/WorkerScreen/MaterialInputModal.tsx | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/src/components/production/WorkerScreen/MaterialInputModal.tsx b/src/components/production/WorkerScreen/MaterialInputModal.tsx index bb1dab84..f66e268c 100644 --- a/src/components/production/WorkerScreen/MaterialInputModal.tsx +++ b/src/components/production/WorkerScreen/MaterialInputModal.tsx @@ -207,7 +207,7 @@ export function MaterialInputModal({ return ( - + {/* 헤더 */} 자재 투입 @@ -224,6 +224,7 @@ export function MaterialInputModal({ 로트번호 품목명 + 필요수량 가용수량 단위 투입 수량 @@ -231,7 +232,7 @@ export function MaterialInputModal({ - + 이 공정에 배정된 자재가 없습니다. @@ -245,6 +246,7 @@ export function MaterialInputModal({ 로트번호 품목명 + 필요수량 가용수량 단위 투입 수량 @@ -264,6 +266,9 @@ export function MaterialInputModal({ {material.materialName} + + {material.requiredQty.toLocaleString()} + {hasStock ? material.lotAvailableQty.toLocaleString() : ( 0