电子元件库存管理 v1.0
扫码/搜索
大盒列表
{% for item in box_cards %}
{{ item.box.name }}
{{ item.box.description or '暂无描述' }}
已使用: {{ item.used_count }}/28
进入 28 宫格
{% else %}
暂无大盒数据,请先初始化数据库。
{% endfor %}