Browse Source

report fix 2

production
CANCERYS\kw093 1 week ago
parent
commit
80e685d68d
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/config/reportConfig.ts

+ 2
- 2
src/config/reportConfig.ts View File

@@ -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,


Loading…
Cancel
Save