diff --git a/src/config/reportConfig.ts b/src/config/reportConfig.ts index dd90ec8..03a975a 100644 --- a/src/config/reportConfig.ts +++ b/src/config/reportConfig.ts @@ -211,4 +211,13 @@ export const REPORTS: ReportDefinition[] = [ { label: "庫存日期:至 Last In Date End", name: "lastInDateEnd", type: "date", required: false }, ] }, + { id: "rep-012", + title: "庫存盤點報告", + apiEndpoint: `${NEXT_PUBLIC_API_URL}/report/print-stock-take-variance`, + fields: [ + { label: "物料編號 Item Code", name: "itemCode", type: "text", required: false}, + { label: "庫存日期:由 Last In Date Start", name: "lastInDateStart", type: "date", required: false }, + { label: "庫存日期:至 Last In Date End", name: "lastInDateEnd", type: "date", required: false }, + ] + }, ] \ No newline at end of file