| {{ activeItemColumnLabel }} | 现存数量 | 可用数量 | 单位 | 现存重量(kg) | 可用重量(kg) | 仓库 | 库位 | 均价 |
|---|---|---|---|---|---|---|---|---|
| {{ activeInventoryTab === "semi" ? formatSemiMeasureValue(balance, balance.qty_on_hand, "PIECE") : formatQty(balance.qty_on_hand) }} | {{ activeInventoryTab === "semi" ? formatSemiMeasureValue(balance, balance.qty_available, "PIECE") : formatQty(balance.qty_available) }} | {{ formatInventoryUnitLabel(balance) }} | {{ activeInventoryTab === "semi" ? formatSemiMeasureValue(balance, balance.weight_on_hand_kg, "WEIGHT") : formatWeight(balance.weight_on_hand_kg) }} | {{ activeInventoryTab === "semi" ? formatSemiMeasureValue(balance, balance.weight_available_kg, "WEIGHT") : formatWeight(balance.weight_available_kg) }} | {{ balance.warehouse_name }} | {{ balance.location_name || "-" }} | ¥{{ formatAmount(balance.avg_unit_cost) }} | |
| 暂无{{ activeInventoryLabel }}库存 |
{{ customerSuppliedLotNoPreview ? `提交后自动生成:${customerSuppliedLotNoPreview}` : "选择物料后自动生成库存批次号" }}
| 来源库存批次号 | 半成品 | 可用数量 | 可用重量(kg) |
|---|---|---|---|
| {{ lot.lot_no }} | {{ selectedGenericItemOption?.operation_label || selectedGenericItemOption?.source_material_summary || "-" }} | {{ formatQty(lot.remaining_qty) }} | {{ formatWeight(lot.remaining_weight_kg) }} |
| 来源库存批次号 | 原材料 | {{ isProductionSurplusInbound ? "领料重量" : "剩余重量" }} | 已归还重量 | 建议归还重量 | 归还重量(kg) |
|---|---|---|---|---|---|
| {{ lot.lot_no }} | {{ lot.item_code }} · {{ lot.item_name }} | {{ formatWeight(isProductionSurplusInbound ? lot.issued_weight_kg : lot.remaining_weight_kg) }} | {{ formatWeight(lot.returned_weight_kg) }} | {{ formatWeight(lot.max_return_weight_kg) }} |
| 来源库存批次号 | 原材料 | 剩余重量 | 状态 |
|---|---|---|---|
| {{ lot.lot_no }} | {{ lot.item_code }} · {{ lot.item_name }} | {{ formatWeight(lot.remaining_weight_kg) }} | {{ formatStatusLabel(lot.status) }} |
| 来源库存批次号 | {{ isScrapSaleOutbound ? "废料" : "原材料" }} | 可用重量 | 本次出库重量(kg) |
|---|---|---|---|
| {{ lot.lot_no }} | {{ lot.item_code }} · {{ lot.item_name }} 废料库存批次号:{{ lot.source_stock_lot_no }} | {{ formatWeight(lot.remaining_weight_kg) }} |
{{ line.item_name }} · {{ line.lot_no }} · 单价 ¥{{ formatAmount(line.unit_cost) }}
先下载当前仓库类型的期初导入模版,按实际清点库存填写后再导入。
| {{ activeWarehouseType === "SEMI" ? "来源库存批次号" : "库存批次号" }} | 原材料 | 剩余重量 | 单位成本 | 本次出库重量(kg) |
|---|---|---|---|---|
| {{ lot.lot_no }} | {{ lot.item_name }} | {{ formatWeight(lot.remaining_weight_kg) }} | ¥{{ formatAmount(lot.unit_cost) }}/kg |
| 成品库存批次号 | 来源原材料库存批次号 | 来源材料摘要 | 可发数量 | 本次发货 | 重量 |
|---|---|---|---|---|---|
| {{ item.lot_no }} | {{ item.source_material_sub_batch_no || item.source_material_lot_no || "-" }} | {{ item.source_material_summary || "-" }} | {{ formatQty(item.remaining_qty) }} | {{ formatQty(item.delivery_qty) }} | {{ formatWeight(item.delivery_weight_kg) }} |
| {{ isSalesOrderDelivery ? "选择销售订单和发货数量后显示拆分明细" : "选择客户、产品和发货数量后显示拆分明细" }} | |||||
| 时间 | 方向 | 类型 | 物料 | 库存批次号 | 变动数量 | 变动重量(kg) | 单价 | 金额 | 来源 | 经办人 | 运单/照片 | 备注 | 单据留档 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ formatDateTime(row.biz_time) }} | {{ formatWarehouseLedgerDirection(row.direction) }} | {{ formatInventoryTxnTypeLabel(row.txn_type) }} | {{ formatWarehouseLedgerItemLabel(row) }} | {{ formatWarehouseLedgerLotNo(row) }} | {{ formatQty(row.qty_change) }} | {{ formatWeight(row.weight_change_kg) }} | ¥{{ formatAmount(row.unit_cost) }} | ¥{{ formatAmount(row.amount) }} | {{ formatWarehouseLedgerSourceLabel(row) }} | {{ row.operator_name || "-" }} | {{ row.logistics_waybill_no || "-" }} | {{ row.remark || "-" }} |
|
| {{ warehouseLedgerLoading ? "流水加载中..." : `暂无${activeInventoryLabel}出入库流水` }} |