| # | 제품코드 | 제품명 | 수량 | 입수량 | 필요박스 | 잔량 | 수동보정 | 메모 |
|---|---|---|---|---|---|---|---|---|
| {{ ln.line_no }} | {{ ln.product_code }} | {{ ln.product_name_snapshot }} | {{ ln.quantity }} | {{ ln.units_per_box if ln.units_per_box else '미설정' }} | {{ ln.calculated_boxes if ln.calculated_boxes is not none else '—' }} | {{ ln.remainder_units if ln.remainder_units is not none else '—' }} | {{ ln.manual_box_text or '—' }} | {{ ln.memo or '—' }} |