电子元件库存管理 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.used_count }}/{{ item.box.slot_capacity }}

进入列表
{% else %}

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

{% endfor %}
{% endfor %}