{{ box.name }} - {{ box_types.get(box.box_type, box_types['small_28']).label }}

{% if error %}

{{ error }}

{% endif %} {% if notice %}

{{ notice }}

{% endif %} {% if box.box_type == 'bag' %}

袋装记录

每行一个袋位,按序号自动编号

{% for c in bag_items %} {% else %} {% endfor %}
袋位 料号 名称 数量 规格 位置备注 操作
#{{ c.slot_index }} {{ c.part_no }} {{ c.name }} {{ c.quantity }} {{ c.specification or '-' }} {{ c.location or '-' }} 编辑
当前没有袋装记录,请先新增。

新增单条

批量新增

每行一条, 格式: 料号, 名称, 数量, 规格, 位置备注, 备注。可用英文逗号或 Tab 分隔。

{% else %}

容量: {{ box.slot_capacity }} 位

{% for item in slots %} #{{ item.slot }} {% if item.component %} {{ item.component.part_no }} {{ item.component.name }} 库存: {{ item.component.quantity }} {% else %} 空位 {% endif %} {% endfor %}
{% endif %}