🏭 准拓仓库管理系统

入库出库记录与库存管理一体化系统

当前操作员:{{ currentOperator }}

当前库存品种

{{ stats.stock.item_count || 0 }}

库存总量

{{ stats.stock.total_quantity || 0 }}

库存总重

{{ stats.stock.total_weight || 0 }} kg

近30天入库

{{ stats.inbound_30d.record_count || 0 }}

近30天出库

{{ stats.outbound_30d.record_count || 0 }}

货物入库

{{ currentOperator }}

最近入库记录

入库时间 货物名称 数量 重量(kg) 类型 操作员 备注
{{ formatTime(record.in_time) }} {{ record.name }} {{ record.quantity }} {{ record.weight }} {{ record.type }} {{ record.operator || '-' }} {{ record.remark || '-' }}
暂无入库记录

货物出库

{{ currentOperator }}

最近出库记录

出库时间 货物名称 数量 重量(kg) 类型 操作员 备注
{{ formatTime(record.out_time) }} {{ record.name }} {{ record.quantity }} {{ record.weight }} {{ record.type }} {{ record.operator || '-' }} {{ record.remark || '-' }}
暂无出库记录

当前库存总览

序号 货物名称 库存数量 库存重量(kg) 类型 更新时间 操作
{{ index + 1 }} {{ item.name }} {{ item.quantity }} {{ item.weight }} {{ item.type }} {{ formatTime(item.update_time) }}
暂无库存数据

出入库记录查询

查询结果

时间 类型 货物名称 数量 重量(kg) 货物类型 客户 操作员 备注 操作
{{ formatTime(record.time) }} {{ record.record_type === 'inbound' ? '入库' : record.record_type === 'outbound' ? '出库' : record.record_type === 'changebound' ? '修改' : '未知' }} {{ record.name }} {{ record.quantity }} {{ record.weight }} {{ record.type }} {{ record.customer }} {{ record.operator || '-' }} {{ record.remark || '-' }}
暂无记录