diff --git a/src/config/reportConfig.ts b/src/config/reportConfig.ts index 8767f67..c3fe0c5 100644 --- a/src/config/reportConfig.ts +++ b/src/config/reportConfig.ts @@ -228,8 +228,8 @@ export const REPORTS: ReportDefinition[] = [ title: "貨品出倉追蹤報告", apiEndpoint: `${NEXT_PUBLIC_API_URL}/report/print-material-stock-out-traceability`, fields: [ - { 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: "貨品編號 Item Code", name: "itemCode", type: "text", required: false}, { label: "提料人 Handler", name: "handler", type: "select", required: false, multiple: true,