{% extends "erp_base.html" %} {% block content %}
{% include "dispatch/_nav.html" %}

출고 배치 ({{ batches|length }})

+ 새 업로드
{% for b in batches %} {% endfor %} {% if not batches %} {% endif %}
날짜플랫폼배치명 박스 완료 생성시각
{{ b.dispatch_date }} {{ b.platform }} {{ b.batch_name or '(이름없음)' }} {{ b.parcel_count }} {% if b.parcel_count and b.done_count == b.parcel_count %} {{ b.done_count }} ✓ {% else %}{{ b.done_count }}{% endif %} {{ b.created_at }} 작업 피킹 전달 다운로드 {% if is_super %}
{% endif %}
아직 출고 배치가 없습니다. 새 업로드로 시작하세요.
{% endblock %}