diff --git a/src/frontend/src/components/domain-fields/LotField.vue b/src/frontend/src/components/domain-fields/LotField.vue new file mode 100644 index 00000000..e3ca8ce0 --- /dev/null +++ b/src/frontend/src/components/domain-fields/LotField.vue @@ -0,0 +1,68 @@ + + + + + + {{ label || '로트(LOT) 번호 및 FEFO 관리' }} * + + + {{ isExpired ? '🚨 로트 만료' : '✓ 출고 가능 (FEFO)' }} + + + + + + + + + + 권장 출고 순위: FEFO #1 (유효기간 상위) + 유효기간: {{ expirationDate || '미지정' }} + + + + +