电子元件库存管理 v1.0

扫码/搜索

容器列表

{% for key, meta in box_types.items() %}

{{ meta.label }}

{{ meta.default_desc }}
{% for item in groups[key] %}

{{ item.box.name }}

{{ item.box.description or '暂无描述' }}

编号前缀: {{ item.box.slot_prefix }} | 范围: {{ item.slot_range }}

已启用: {{ item.used_count }}/{{ item.box.slot_capacity }}

进入列表
概览(已启用序号和名称) {% if item.overview_rows %}
    {% for row in item.overview_rows %}
  • {{ row.slot_code }} - {{ row.name }} ({{ row.part_no }})
  • {% endfor %}
{% else %}

暂无启用记录

{% endif %}
设置(改名/前缀/起始号)

输入基础名称后,系统会自动生成: 基础名称 + 编号范围。

{% else %}

当前分类还没有盒子,先新增一个。

{% endfor %}
{% endfor %}