소스 검색

update search sorting

MergeProblem1
Tommy\2Fi-Staff 19 시간 전
부모
커밋
3303de63d7
1개의 변경된 파일4개의 추가작업 그리고 3개의 파일을 삭제
  1. +4
    -3
      src/config/reportConfig.ts

+ 4
- 3
src/config/reportConfig.ts 파일 보기

@@ -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" },

]
}
];

불러오는 중...
취소
저장