{% extends "erp_base.html" %} {% block head_extra %}{% endblock %} {% block content %} + 신규 등록 제품명 설정 입고센터 관리 박스 입수량 설정 ‹ {{ year }}년 {{ month }}월 › {% for wd in weekdays %} {{ wd }} {% endfor %} {% for week in cal_weeks %} {% for cell in week %} {{ cell.day }} {% if cell.counts.ship %} 출고 {{ cell.counts.ship }}건 센터 {{ cell.counts.centers }}곳 {% endif %} {% 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 %}
선택한 날짜의 출고 묶음이 없습니다. 박스 계산에서 등록