|
|
|
@@ -73,8 +73,8 @@ export const REPORTS: ReportDefinition[] = [ |
|
|
|
apiEndpoint: `${NEXT_PUBLIC_API_URL}/report/print-stock-in-traceability`, |
|
|
|
fields: [ |
|
|
|
|
|
|
|
{ label: "入倉日期:由 Last In Date Start", name: "lastInDateStart", type: "date", required: true }, |
|
|
|
{ label: "入倉日期:至 Last In Date End", name: "lastInDateEnd", type: "date", required: true }, |
|
|
|
{ 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}, |
|
|
|
] |
|
|
|
}, |
|
|
|
@@ -94,8 +94,8 @@ export const REPORTS: ReportDefinition[] = [ |
|
|
|
title: "庫存盤點報告", |
|
|
|
apiEndpoint: `${NEXT_PUBLIC_API_URL}/report/print-stock-take-variance`, |
|
|
|
fields: [ |
|
|
|
{ label: "庫存日期:由 Last In Date Start", name: "lastInDateStart", type: "date", required: false }, |
|
|
|
{ label: "庫存日期:至 Last In Date End", name: "lastInDateEnd", type: "date", required: false }, |
|
|
|
{ label: "盤點日期:由 Stock Take Date Start", name: "lastInDateStart", type: "date", required: false }, |
|
|
|
{ label: "盤點日期:至 Stock Take Date End", name: "lastInDateEnd", type: "date", required: false }, |
|
|
|
{ label: "物料編號 Item Code", name: "itemCode", type: "text", required: false}, |
|
|
|
] |
|
|
|
}, |
|
|
|
|