From 6d9ec7b37231e9769cef50e4fc1e119728299ed1 Mon Sep 17 00:00:00 2001 From: "B.E.N.S.O.N" Date: Mon, 9 Feb 2026 15:05:58 +0800 Subject: [PATCH] Report Update --- src/config/reportConfig.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/config/reportConfig.ts b/src/config/reportConfig.ts index 41a842e..a533559 100644 --- a/src/config/reportConfig.ts +++ b/src/config/reportConfig.ts @@ -106,7 +106,7 @@ export const REPORTS: ReportDefinition[] = [ }, { id: "rep-006", - title: "庫存商品消費趨勢報告", + title: "庫存材料消耗趨勢報告", apiEndpoint: `${NEXT_PUBLIC_API_URL}/report/print-stock-item-consumption-trend`, fields: [ { label: "倉存類別 Stock Category", name: "stockCategory", type: "select", required: false, @@ -127,8 +127,8 @@ export const REPORTS: ReportDefinition[] = [ dynamicOptionsParam: "stockCategory", options: [] }, { 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 }, + { label: "材料消耗日期:至 Last Out Date End", name: "lastOutDateEnd", type: "date", required: false }, ] } ]; \ No newline at end of file