快速搜索

按料号或名称搜索,点击可跳转到对应位置并直接出库

{% if error %}

{{ error }}

{% endif %} {% if notice %}

{{ notice }}

{% endif %}

出库只需要输入数量,系统会自动扣减库存并记录统计。

搜索结果

{% for row in results %} {% set c = row.component %} {% else %} {% endfor %}
料号 名称 规格 库存 位置 跳转 出库
{{ c.part_no }} {{ c.name }} {{ c.specification or '-' }} {{ c.quantity }} {{ row.box_name }} / {{ row.slot_code }} 进入位置
{% if keyword %}未找到匹配元件{% else %}先输入关键字进行搜索{% endif %}