|
|
|
@@ -211,4 +211,13 @@ export const REPORTS: ReportDefinition[] = [ |
|
|
|
{ label: "庫存日期:至 Last In Date End", name: "lastInDateEnd", type: "date", required: false }, |
|
|
|
] |
|
|
|
}, |
|
|
|
{ id: "rep-012", |
|
|
|
title: "庫存盤點報告", |
|
|
|
apiEndpoint: `${NEXT_PUBLIC_API_URL}/report/print-stock-take-variance`, |
|
|
|
fields: [ |
|
|
|
{ label: "物料編號 Item Code", name: "itemCode", type: "text", required: false}, |
|
|
|
{ label: "庫存日期:由 Last In Date Start", name: "lastInDateStart", type: "date", required: false }, |
|
|
|
{ label: "庫存日期:至 Last In Date End", name: "lastInDateEnd", type: "date", required: false }, |
|
|
|
] |
|
|
|
}, |
|
|
|
] |