|
|
|
@@ -115,10 +115,6 @@ export const REPORTS: ReportDefinition[] = [ |
|
|
|
title: "庫存結餘報告", |
|
|
|
apiEndpoint: `${NEXT_PUBLIC_API_URL}/report/print-stock-balance`, |
|
|
|
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}, |
|
|
|
] |
|
|
|
}, |
|
|
|
@@ -129,7 +125,6 @@ export const REPORTS: ReportDefinition[] = [ |
|
|
|
fields: [ |
|
|
|
{ label: "出貨日期:由 Last Out Date Start", name: "lastOutDateStart", type: "date", required: false }, |
|
|
|
{ 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, |
|
|
|
|