瀏覽代碼

update

MergeProblem1
CANCERYS\kw093 10 小時之前
父節點
當前提交
e8ef71601f
共有 1 個檔案被更改,包括 10 行新增0 行删除
  1. +10
    -0
      src/config/reportConfig.ts

+ 10
- 0
src/config/reportConfig.ts 查看文件

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

Loading…
取消
儲存