{% extends "erp_base.html" %} {% block head_extra %}{% endblock %} {% block content %} + 신규 등록 제품명 설정 입고센터 관리 박스 입수량 설정 ‹ › {{ months[0].label }} – {{ months[1].label }} 오늘 {% for m in months %} {{ m.month }}월 {{ m.year }} {% if m.ship_total %} 출고 {{ m.ship_total }}건 {% endif %} {% for wd in weekdays %} {{ wd }} {% endfor %} {% for week in m.weeks %} {% for cell in week %} {{ cell.day }} {% if cell.counts.ship %} {{ cell.counts.ship }}건{{ cell.counts.centers }}곳 {% endif %} {% endfor %} {% endfor %} {% endfor %} 출고 있는 날 오늘 선택한 날 {{ selected_date }} 출고 {{ sel_shipments|length }}건 {% if sel_shipments %} 이 날짜 전체 삭제 {% endif %} {% if sel_shipments %} {% for s in sel_shipments %} {{ s.center_name_snapshot or '센터 미지정' }} {{ s.ship_method }} 삭제 출고 {{ s.ship_date }} · {{ s.total_boxes }}박스 · {{ s.total_qty }}개 {% for it in s['items'] %} {{ it.name }} {{ it.qty }}개 {{ it.boxes }}박스 {% endfor %} {% endfor %} {% else %} 선택한 날짜의 출고 묶음이 없습니다. 박스 계산에서 등록 {% endif %} 출고 삭제 취소 삭제 {% endblock %} {% block scripts %} {% endblock %}
선택한 날짜의 출고 묶음이 없습니다. 박스 계산에서 등록