Ver código fonte

no message

MergeProblem1
PC-20260115JRSN\Administrator 4 dias atrás
pai
commit
10d4e795a5
1 arquivos alterados com 3 adições e 0 exclusões
  1. +3
    -0
      src/app/(main)/report/grnReportApi.ts

+ 3
- 0
src/app/(main)/report/grnReportApi.ts Ver arquivo

@@ -34,6 +34,8 @@ export interface GrnReportRow {
grnCode?: string;
/** M18 record id (m18_record_id) */
grnId?: number | string;
/** From purchase_order.m18CreatedUId; e.g. "2569 (legato)" */
poM18CreatorDisplay?: string;
[key: string]: unknown;
}

@@ -149,6 +151,7 @@ function toExcelRow(
}
base["GRN Code / M18 入倉單號"] = r.grnCode ?? "";
base["GRN Id / M18 記錄編號"] = r.grnId ?? "";
base["PO建立者(M18) / PO creator (M18)"] = r.poM18CreatorDisplay ?? "";
return base;
}



Carregando…
Cancelar
Salvar