From ca8b3ea050e3eea4c5a2a00035de2c2dd31e2507 Mon Sep 17 00:00:00 2001 From: "CANCERYS\\kw093" Date: Tue, 10 Feb 2026 20:53:07 +0800 Subject: [PATCH] update --- src/config/reportConfig.ts | 9 +++++++++ 1 file changed, 9 insertions(+) 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