Procházet zdrojové kódy

update

MergeProblem1
Tommy\2Fi-Staff před 16 hodinami
rodič
revize
b320307a51
1 změnil soubory, kde provedl 4 přidání a 2 odebrání
  1. +4
    -2
      src/config/reportConfig.ts

+ 4
- 2
src/config/reportConfig.ts Zobrazit soubor

@@ -107,9 +107,10 @@ export const REPORTS: ReportDefinition[] = [
dynamicOptionsEndpoint: `${NEXT_PUBLIC_API_URL}/report/semi-fg-item-codes`,
dynamicOptionsParam: "stockCategory",
options: [] },
{ label: "年份 Year", name: "year", type: "text", required: false, placeholder: "e.g. 2026" },
{ 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" },
{ label: "年份 Year", name: "year", type: "text", required: false, placeholder: "e.g. 2026" },

]
},
{
@@ -134,9 +135,10 @@ export const REPORTS: ReportDefinition[] = [
dynamicOptionsEndpoint: `${NEXT_PUBLIC_API_URL}/report/stock-item-code-prefixes`,
dynamicOptionsParam: "stockCategory",
options: [] },
{ 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: "年份 Year", name: "year", type: "text", required: false, placeholder: "e.g. 2026" },

]
},
{


Načítá se…
Zrušit
Uložit