仓库概览

先看关键指标与待补货,再进入对应分类处理

添加容器 快速搜索 统计页
{% if error %}

{{ error }}

{% endif %} {% if notice %}

{{ notice }}

{% endif %}

容器总数

{{ stats.box_count }}

启用元件

{{ stats.active_items }}

待补货元件

{{ stats.low_stock_count }}

近7天净变动

{% if stats.period_net_change_7d > 0 %}+{% endif %}{{ stats.period_net_change_7d }}

{% for item in type_cards %}

{{ item.label }}

...

{{ item.count }}

{{ item.desc }}

容器 {{ item.count }} 个 | 启用元件 {{ item.item_count }} 种 | 总库存 {{ item.quantity }}

进入分类
{% endfor %}

低库存元器件

{% for group in low_stock_groups %}

{{ group['label'] }}({{ group['items']|length }})

{% endfor %}