From 1600995bc19e42f4c9bffc6c31c7ccdf1dbbe33c Mon Sep 17 00:00:00 2001 From: "B.E.N.S.O.N" Date: Thu, 5 Feb 2026 14:10:19 +0800 Subject: [PATCH] FG/SemiFG Production Analysis Report Update --- 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 e30baa7..67fc206 100644 --- a/src/config/reportConfig.ts +++ b/src/config/reportConfig.ts @@ -100,8 +100,8 @@ export const REPORTS: ReportDefinition[] = [ dynamicOptionsParam: "stockCategory", options: [] }, // Options will be loaded dynamically { label: "年份 Year", name: "year", type: "text", required: false, placeholder: "e.g. 2026" }, - { label: "完成生產日期:由 Last Out Date Start", name: "lastOutDateStart", type: "date", required: false }, - { label: "完成生產日期:至 Last Out Date End", name: "lastOutDateEnd", type: "date", required: false }, + { label: "完成生產日期:由 Last Out Date Start", name: "lastOutDateStart", type: "date", required: false, placeholder: "dd/mm/yyyy" }, + { label: "完成生產日期:至 Last Out Date End", name: "lastOutDateEnd", type: "date", required: false, placeholder: "dd/mm/yyyy" }, ] } ]; \ No newline at end of file