Ver código fonte

update

MergeProblem1
CANCERYS\kw093 16 horas atrás
pai
commit
e8ef71601f
1 arquivos alterados com 10 adições e 0 exclusões
  1. +10
    -0
      src/config/reportConfig.ts

+ 10
- 0
src/config/reportConfig.ts Ver arquivo

@@ -193,6 +193,7 @@ export const REPORTS: ReportDefinition[] = [

]
},

{ id: "rep-010",
title: "庫存品質檢測報告",
apiEndpoint: `${NEXT_PUBLIC_API_URL}/report/print-item-qc-fail`,
@@ -220,4 +221,13 @@ export const REPORTS: ReportDefinition[] = [
{ label: "庫存日期:至 Last In Date End", name: "lastInDateEnd", type: "date", required: false },
]
},
{ id: "rep-013",
title: "物料出倉追蹤報告",
apiEndpoint: `${NEXT_PUBLIC_API_URL}/report/print-material-stock-out-traceability`,
fields: [
{ label: "物料編號 Item Code", name: "itemCode", type: "text", required: false},
{ label: "庫存日期:由 Last In Date Start", name: "lastInDateStart", type: "date", required: false },
{ label: "庫存日期:至 Last In Date End", name: "lastInDateEnd", type: "date", required: false },
]
},
]

Carregando…
Cancelar
Salvar