Procházet zdrojové kódy

update

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

+ 12
- 1
src/config/reportConfig.ts Zobrazit soubor

@@ -113,7 +113,7 @@ export const REPORTS: ReportDefinition[] = [
{ label: "物料編號 Item Code", name: "itemCode", type: "text", required: false},
]
},
/*
{
id: "rep-007",
title: "庫存結餘報告",
@@ -131,6 +131,17 @@ export const REPORTS: ReportDefinition[] = [
{ label: "物料編號 Item Code", name: "itemCode", type: "text", required: false},
]
},
*/
{
id: "rep-007",
title: "庫存結餘報告",
apiEndpoint: `${NEXT_PUBLIC_API_URL}/report/print-stock-balance`,
fields: [
{ label: "庫存日期: Stock Date", name: "stockDate", type: "date", required: true },

{ label: "物料編號 Item Code", name: "itemCode", type: "text", required: false},
]
},

{
id: "rep-014",


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