|
|
|
@@ -131,6 +131,11 @@ export const REPORTS: ReportDefinition[] = [ |
|
|
|
{ label: "出貨日期:至 Last Out Date End", name: "lastOutDateEnd", type: "date", required: false }, |
|
|
|
{ label: "年份 Year", name: "year", type: "text", required: false, placeholder: "e.g. 2026" }, |
|
|
|
{ label: "物料編號 Item Code", name: "itemCode", type: "text", required: false}, |
|
|
|
{ label: "提料人 Handler", name: "handler", type: "select", required: false, |
|
|
|
multiple: true, |
|
|
|
dynamicOptions: true, |
|
|
|
dynamicOptionsEndpoint: `${NEXT_PUBLIC_API_URL}/report/fg-stock-out-traceability-handlers`, |
|
|
|
options: [] }, |
|
|
|
] |
|
|
|
}, |
|
|
|
|
|
|
|
@@ -151,6 +156,11 @@ export const REPORTS: ReportDefinition[] = [ |
|
|
|
{ label: "庫存日期:由 Last In Date Start", name: "lastInDateStart", type: "date", required: false }, |
|
|
|
{ label: "庫存日期:至 Last In Date End", name: "lastInDateEnd", type: "date", required: false }, |
|
|
|
{ label: "物料編號 Item Code", name: "itemCode", type: "text", required: false}, |
|
|
|
{ label: "提料人 Handler", name: "handler", type: "select", required: false, |
|
|
|
multiple: true, |
|
|
|
dynamicOptions: true, |
|
|
|
dynamicOptionsEndpoint: `${NEXT_PUBLIC_API_URL}/report/material-stock-out-traceability-handlers`, |
|
|
|
options: [] }, |
|
|
|
] |
|
|
|
}, |
|
|
|
{ |
|
|
|
|