{{ item.box.name }}
{{ item.box.description or '暂无描述' }}
{% if item.box.box_type == 'bag' %}编号前缀: {{ item.box.slot_prefix }} | 袋装清单不使用范围
已记录: {{ item.used_count }} 项
{% elif item.box.box_type == 'custom' %}格数: {{ item.box.slot_capacity }} | 编号前缀: {{ item.box.slot_prefix }} | 范围: {{ item.slot_range }}
已启用: {{ item.used_count }}/{{ item.box.slot_capacity }}
{% else %}编号前缀: {{ item.box.slot_prefix }} | 范围: {{ item.slot_range }}
已启用: {{ item.used_count }}/{{ item.box.slot_capacity }}
{% endif %}
进入列表
{% if item.box.box_type != 'bag' %}
{% endif %}
概览(已启用序号和名称)
{% if item.overview_rows %}-
{% for row in item.overview_rows %}
- {{ row.slot_code }} - {{ row.name }} ({{ row.part_no }}) {% endfor %}
暂无启用记录
{% endif %}设置(改名/前缀/起始号)
输入基础名称后,系统会自动生成: 基础名称 + 编号范围。