| @@ -155,13 +155,14 @@ export const REPORTS: ReportDefinition[] = [ | |||||
| { label: "CMB", value: "CMB" } | { label: "CMB", value: "CMB" } | ||||
| ] }, | ] }, | ||||
| { label: "物料編號 Item Code", name: "itemCode", type: "text", required: false}, | { label: "物料編號 Item Code", name: "itemCode", type: "text", required: false}, | ||||
| { label: "存量:由 Current Balance Start", name: "balanceFilterStart", type: "number", required: false}, | |||||
| { label: "存量:至 Current Balance End", name: "balanceFilterEnd", type: "number", required: false}, | |||||
| { label: "存貨位置 Store Location", name: "storeLocation", type: "text", required: false, placeholder: "例如:2F-W201-#Z-01, 2F, W201" }, | |||||
| { label: "最後入倉日期:由 Last In Date Start", name: "lastInDateStart", type: "date", required: false }, | { label: "最後入倉日期:由 Last In Date Start", name: "lastInDateStart", type: "date", required: false }, | ||||
| { label: "最後入倉日期:至 Last In Date End", name: "lastInDateEnd", 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 Start", name: "lastOutDateStart", type: "date", required: false }, | ||||
| { label: "最後出倉日期:至 Last Out Date End", name: "lastOutDateEnd", type: "date", required: false }, | { label: "最後出倉日期:至 Last Out Date End", name: "lastOutDateEnd", type: "date", required: false }, | ||||
| { label: "存量:由 Current Balance Start", name: "balanceFilterStart", type: "number", required: false}, | |||||
| { label: "存量:至 Current Balance End", name: "balanceFilterEnd", type: "number", required: false}, | |||||
| { label: "存貨位置 Store Location", name: "storeLocation", type: "text", required: false, placeholder: "例如:2F-W201-#Z-01, 2F, W201" }, | |||||
| ] | ] | ||||
| } | } | ||||
| ]; | ]; | ||||