From d536dbb8d33bc786fa98e449401b4c6c34fb838f Mon Sep 17 00:00:00 2001 From: "Tommy\\2Fi-Staff" Date: Mon, 16 Mar 2026 02:39:11 +0800 Subject: [PATCH] update variance report config --- src/config/reportConfig.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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}, ] },