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