소스 검색

FG/SemiFG Production Analysis Report Update

MergeProblem1
B.E.N.S.O.N 2 일 전
부모
커밋
1600995bc1
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -2
      src/config/reportConfig.ts

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

@@ -100,8 +100,8 @@ export const REPORTS: ReportDefinition[] = [
dynamicOptionsParam: "stockCategory",
options: [] }, // Options will be loaded dynamically
{ label: "年份 Year", name: "year", type: "text", required: false, placeholder: "e.g. 2026" },
{ 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 Start", name: "lastOutDateStart", type: "date", required: false, placeholder: "dd/mm/yyyy" },
{ label: "完成生產日期:至 Last Out Date End", name: "lastOutDateEnd", type: "date", required: false, placeholder: "dd/mm/yyyy" },
]
}
];

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