From 3303de63d7497cb0fb3a6d38d499825c08d61f2c Mon Sep 17 00:00:00 2001 From: "Tommy\\2Fi-Staff" Date: Mon, 9 Feb 2026 20:17:51 +0800 Subject: [PATCH] update search sorting --- src/config/reportConfig.ts | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/config/reportConfig.ts b/src/config/reportConfig.ts index b41bf33..f536150 100644 --- a/src/config/reportConfig.ts +++ b/src/config/reportConfig.ts @@ -155,13 +155,14 @@ export const REPORTS: ReportDefinition[] = [ { label: "CMB", value: "CMB" } ] }, { label: "物料編號 Item Code", name: "itemCode", type: "text", required: false}, - { label: "存量:由 Current Balance Start", name: "balanceFilterStart", type: "number", required: false}, - { label: "存量:至 Current Balance End", name: "balanceFilterEnd", type: "number", required: false}, - { label: "存貨位置 Store Location", name: "storeLocation", type: "text", required: false, placeholder: "例如:2F-W201-#Z-01, 2F, W201" }, { label: "最後入倉日期:由 Last In Date Start", name: "lastInDateStart", type: "date", required: false }, { label: "最後入倉日期:至 Last In Date End", name: "lastInDateEnd", 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 }, + { label: "存量:由 Current Balance Start", name: "balanceFilterStart", type: "number", required: false}, + { label: "存量:至 Current Balance End", name: "balanceFilterEnd", type: "number", required: false}, + { label: "存貨位置 Store Location", name: "storeLocation", type: "text", required: false, placeholder: "例如:2F-W201-#Z-01, 2F, W201" }, + ] } ]; \ No newline at end of file