| # | 제품코드 | 제품명 | 수량 | -입수량 | 필요박스 | 잔량 | 수동보정 | 메모 |
|---|---|---|---|---|---|---|---|---|
| {{ 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 '—' }} | -
| 제품명 | 수량 |
|---|---|
| {{ it.product_name }} | +{{ it.quantity }} | +
| 품목이 없습니다. | |
박스 입수량 미설정: + {% for r in unconfigured %}{{ r.product_name }}{% if not loop.last %}, {% endif %}{% endfor %} +
+ {% endif %} +