登录用户: {{ currentUser.name }} {{ currentUser.role === 'admin' ? '👑 管理员' : '👷 操作员' }} (美西: {{ currentUSTime }})
✔ 批次创建成功,已入队! {{ lastResult.created_at }}
批次号: {{ lastResult.batch_id }} | 操作员: {{ lastResult.operator_name }}
编码: {{ lastResult.logistics_code }} ({{ lastResult.carton_qty }}件/箱) | 到期: {{ lastResult.expiry_date }}
流水号: {{ lastResult.start_serial }} ~ {{ lastResult.end_serial }} (共 {{ lastResult.print_count }} 张)
首张 EPC: {{ lastResult.first_epc }}
商品库已折叠收起
输入关键词联想,或点击展开全部
当前显示 {{ historyList.length }} 笔批次
操作员: {{ b.operator_name }}
物流码: {{ b.logistics_code }}
数量: {{ b.carton_qty }}件 / {{ b.print_count }}张
到期日: {{ b.expiry_date }}
{{ b.first_epc }}
EPC 标签明细 (损坏可单张补打):
| 物流编码 | 单箱规 | 应盘箱数 (可输) | 实盘箱数 | 实盘总件数 | 盈亏对比状态 | 到期日期 |
|---|---|---|---|---|---|---|
| {{ item.logistics_code }} | {{ item.carton_qty_per_box }} Pcs |
箱
|
{{ item.scanned_boxes }} 箱 | {{ item.total_qty }} 件 | 🟢 满标无误 🔴 盘亏 (缺 {{ item.expected_boxes - item.scanned_boxes }} 箱) 🟡 盘盈 (多 {{ item.scanned_boxes - item.expected_boxes }} 箱) ⚪ 待输入应盘 | {{ item.expiry_date }} |