CANCERYS\kw093 1 неделю назад
Родитель
Сommit
80e685d68d
1 измененных файлов: 2 добавлений и 2 удалений
  1. +2
    -2
      src/config/reportConfig.ts

+ 2
- 2
src/config/reportConfig.ts Просмотреть файл

@@ -228,8 +228,8 @@ export const REPORTS: ReportDefinition[] = [
title: "貨品出倉追蹤報告", title: "貨品出倉追蹤報告",
apiEndpoint: `${NEXT_PUBLIC_API_URL}/report/print-material-stock-out-traceability`, apiEndpoint: `${NEXT_PUBLIC_API_URL}/report/print-material-stock-out-traceability`,
fields: [ 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: "貨品編號 Item Code", name: "itemCode", type: "text", required: false},
{ label: "提料人 Handler", name: "handler", type: "select", required: false, { label: "提料人 Handler", name: "handler", type: "select", required: false,
multiple: true, multiple: true,


Загрузка…
Отмена
Сохранить