Explorar el Código

Merge remote-tracking branch 'origin/MergeProblem1' into MergeProblem1

reset-do-picking-order
B.E.N.S.O.N hace 2 semanas
padre
commit
35ee724b0f
Se han modificado 1 ficheros con 0 adiciones y 5 borrados
  1. +0
    -5
      src/config/reportConfig.ts

+ 0
- 5
src/config/reportConfig.ts Ver fichero

@@ -115,10 +115,6 @@ export const REPORTS: ReportDefinition[] = [
title: "庫存結餘報告",
apiEndpoint: `${NEXT_PUBLIC_API_URL}/report/print-stock-balance`,
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},
]
},
@@ -129,7 +125,6 @@ export const REPORTS: ReportDefinition[] = [
fields: [
{ 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" },
{ label: "物料編號 Item Code", name: "itemCode", type: "text", required: false},
{ label: "提料人 Handler", name: "handler", type: "select", required: false,
multiple: true,


Cargando…
Cancelar
Guardar