Explorar el Código

report fix 2

production
CANCERYS\kw093 hace 1 semana
padre
commit
80e685d68d
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

@@ -228,8 +228,8 @@ export const REPORTS: ReportDefinition[] = [
title: "貨品出倉追蹤報告",
apiEndpoint: `${NEXT_PUBLIC_API_URL}/report/print-material-stock-out-traceability`,
fields: [
{ label: "庫存日期:由 Last In Date Start", name: "lastInDateStart", type: "date", required: false },
{ label: "庫存日期:至 Last In Date End", name: "lastInDateEnd", type: "date", required: false },
{ label: "出倉日期:由 Last Out Date Start", name: "lastOutDateStart", type: "date", required: false },
{ label: "出倉日期:至 Last Out Date End", name: "lastOutDateEnd", type: "date", required: false },
{ label: "貨品編號 Item Code", name: "itemCode", type: "text", required: false},
{ label: "提料人 Handler", name: "handler", type: "select", required: false,
multiple: true,


Cargando…
Cancelar
Guardar