From 804d7ea9d1d16641b4455d76414a51970739a35b Mon Sep 17 00:00:00 2001 From: "Tommy\\2Fi-Staff" Date: Mon, 23 Mar 2026 18:05:09 +0800 Subject: [PATCH] no message --- src/config/reportConfig.ts | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/config/reportConfig.ts b/src/config/reportConfig.ts index 37c8847..e4df646 100644 --- a/src/config/reportConfig.ts +++ b/src/config/reportConfig.ts @@ -119,6 +119,15 @@ export const REPORTS: ReportDefinition[] = [ title: "庫存結餘報告", apiEndpoint: `${NEXT_PUBLIC_API_URL}/report/print-stock-balance`, fields: [ + { + label: "盤點輪次 Stock Take Round", + name: "stockTakeRoundId", + type: "select", + required: true, + dynamicOptions: true, + dynamicOptionsEndpoint: `${NEXT_PUBLIC_API_URL}/report/stock-take-rounds`, + options: [] + }, { label: "物料編號 Item Code", name: "itemCode", type: "text", required: false}, ] },