diff --git a/src/config/reportConfig.ts b/src/config/reportConfig.ts index 83b71f1..b92d48e 100644 --- a/src/config/reportConfig.ts +++ b/src/config/reportConfig.ts @@ -94,8 +94,8 @@ export const REPORTS: ReportDefinition[] = [ title: "庫存盤點報告", apiEndpoint: `${NEXT_PUBLIC_API_URL}/report/print-stock-take-variance`, fields: [ - { label: "盤點日期:由 Stock Take Date Start", name: "lastInDateStart", type: "date", required: false }, - { label: "盤點日期:至 Stock Take Date End", name: "lastInDateEnd", type: "date", required: false }, + { label: "盤點日期:由 Stock Take Date Start", name: "stockTakeDateStart", type: "date", required: false }, + { label: "盤點日期:至 Stock Take Date End", name: "stockTakeDateEnd", type: "date", required: false }, { label: "物料編號 Item Code", name: "itemCode", type: "text", required: false}, ] },