Explorar el Código

FG/SemiFG Production Analysis Report Update

MergeProblem1
B.E.N.S.O.N hace 1 día
padre
commit
1600995bc1
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      src/config/reportConfig.ts

+ 2
- 2
src/config/reportConfig.ts Ver fichero

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

Cargando…
Cancelar
Guardar