Browse Source

update search sorting

MergeProblem1
Tommy\2Fi-Staff 1 day ago
parent
commit
3303de63d7
1 changed files with 4 additions and 3 deletions
  1. +4
    -3
      src/config/reportConfig.ts

+ 4
- 3
src/config/reportConfig.ts View File

@@ -155,13 +155,14 @@ export const REPORTS: ReportDefinition[] = [
{ label: "CMB", value: "CMB" }
] },
{ 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 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: "存量:由 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" },

]
}
];

Loading…
Cancel
Save