{% extends "erp_base.html" %} {% block head_extra %}{% endblock %} {% block content %}
◀◀ 달력

박스 입수량 추가 / 수정

같은 제품코드는 덮어씁니다.
{% if not products %}

설정에서 제품명을 먼저 등록하면 드롭다운에 표시됩니다.

{% endif %}

입수량 규칙 ({{ box_rules|length }})

{% for r in box_rules %} {% endfor %} {% if not box_rules %} {% endif %}
제품명제품코드박스명입수량메모동작
{{ r.product_name_snapshot or '—' }} {{ r.product_code }} {{ r.box_name }} {{ r.units_per_box }} {{ r.memo or '—' }}
등록된 입수량 규칙이 없습니다.
{% endblock %}