📦
仓储扫码
{{ currentUser.name }} · {{ currentUser.dept }}
{{ currentUser.name ? currentUser.name[0] : 'U' }}
{{ currentUser.name }}
{{ {admin:'管理员',sales:'销售',purchaser:'采购',warehouse:'仓库',finance:'财务'}[currentUser.role] || currentUser.role }}
{{ todayInCount }}
今日入库(次)
{{ todayOutCount }}
今日出库(次)
🔧 作业功能
📥
扫描条码/二维码收货
📤
扫描条码/二维码发货
🔢
扫描物料实物盘点
🔍
查库存/批次/位置
⚠️
{{ lowStockItems.length }} 种物料库存不足
💎
总价值 ¥{{ formatNum(inventoryTotalValue) }}
🔍 手动输入
{{ code.code }} {{ code.name }}
📝 最近操作
{{ h.name }} × {{ h.qty }} · {{ h.type }}
{{ h.time }}
瑞科智造ERP v1.0 · 扫码仓储
{{ scanMode==='in'?'扫码入库':scanMode==='out'?'扫码出库':scanMode==='check'?'扫码盘点':'扫码查询' }}
将二维码/条码对准框内自动识别
{{ scannedItem.icon }}
{{ scannedItem.name }}
{{ scannedItem.code }}
类型{{ scannedItem.type }}
规格{{ scannedItem.spec }}
当前库存{{ scannedItem.stock }} {{ scannedItem.unit }}
操作数量
{{ qtyVal }}
批次作业 {{ batch.length }} 种物料
{{ b.icon }}
{{ b.name }}
{{ b.code }} · {{ b.spec }}
×{{ b.qty }}
批次为空,请先扫码
{{ successItem.actionType || '入库' }}成功!
{{ successItem.name }} × {{ successItem.qty }} {{ successItem.unit }}
物料编号{{ successItem.code }}
类型{{ successItem.type }}
数量{{ successItem.qty }} {{ successItem.unit }}
操作人{{ currentUser.name }}
时间{{ successTime }}
低库存预警 {{ lowStockItems.length }} 种物料
库存状态正常
暂无低库存物料
{{ item.name }} {{ item.status }}
{{ item.code }} · {{ item.warehouse }}
当前 {{ item.stock }} / 安全线 {{ item.minStock }} {{ item.unit }} 单价 ¥{{ item.price }}
库存价值概览 {{ inventoryData.length }} 种物料
库存总价值
¥ {{ formatNum(inventoryTotalValue) }}
共 {{ inventoryData.length }} 种物料
📊 仓库分布
{{ key }}
{{ warehouseCounts[key]||0 }} 种物料
¥ {{ formatNum(val) }}
🔝 高价值物料 TOP5
{{ idx+1 }}
{{ item.name }}
{{ item.warehouse }} · {{ item.stock }} {{ item.unit }}
¥ {{ formatNum(item.value) }}
操作记录
全部
入库
出库
盘点
{{ h.name }} × {{ h.qty }} · {{ h.type }}
{{ h.code }} · {{ h.spec }}
{{ h.time }}
暂无记录
{{ toastMsg }}