瀏覽代碼

item trace type fix

production
kelvin.yau 6 小時之前
父節點
當前提交
f5c7478a27
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      src/components/ItemTracing/buildTraceGraphNodes.ts

+ 1
- 1
src/components/ItemTracing/buildTraceGraphNodes.ts 查看文件

@@ -1035,7 +1035,7 @@ export const buildTraceGraphNodes = (
sortKey: parseSortKey(e.timestamp, seq++),
title: labels.nodeStockTake,
subtitle: stockTakeEventSubtitle(e),
qty: acceptedQty,
qty: acceptedQty ?? undefined,
uom: stockUom,
meta: meta || undefined,
refCode: e.stockTakeCode,


Loading…
取消
儲存