|
|
|
@@ -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" }, |
|
|
|
] |
|
|
|
} |
|
|
|
]; |