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

核心操作: 新增/编辑/快速入库,路径最短化

{% if error %}

{{ error }}

{% endif %} {% if notice %}

{{ notice }}

{% endif %}

容量: {{ box.slot_capacity }} 位 | 编号范围: {{ slot_range }}

{% for item in slots %} {{ item.slot_code }} {% if item.component %} {{ item.component.part_no }} {{ item.component.name }}
{% if item.spec_fields.package %} 封装: {{ item.spec_fields.package }} {% endif %} {% if item.spec_fields.usage %} 用途: {{ item.spec_fields.usage }} {% endif %}
数量: {{ item.component.quantity }}
{% if item.lcsc_code %} 编号: {{ item.lcsc_code }} {% endif %}
{% if item.component.quantity < low_stock_threshold %} 低库存预警 {% endif %} {% else %} 空位 {% endif %}
{% endfor %}