瀏覽代碼

update

MergeProblem1
CANCERYS\kw093 11 小時之前
父節點
當前提交
eb9714a79b
共有 1 個文件被更改,包括 4 次插入4 次删除
  1. +4
    -4
      src/config/reportConfig.ts

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

@@ -163,8 +163,8 @@ export const REPORTS: ReportDefinition[] = [
title: "庫存明細報告",
apiEndpoint: `${NEXT_PUBLIC_API_URL}/report/print-stock-ledger`,
fields: [
{ label: "庫存日期:由 Last In Date Start", name: "lastInDateStart", type: "date", required: false },
{ label: "庫存日期:至 Last In Date End", name: "lastInDateEnd", type: "date", required: false },
{ label: "開始日期:由 Start Date Start", name: "startDateStart", type: "date", required: false },
{ label: "結束日期:至 End Date End", name: "startDateEnd", type: "date", required: false },
{ label: "物料編號 Item Code", name: "itemCode", type: "text", required: false},
]
},
@@ -172,8 +172,8 @@ export const REPORTS: ReportDefinition[] = [
title: "庫存盤點報告",
apiEndpoint: `${NEXT_PUBLIC_API_URL}/report/print-stock-take-variance`,
fields: [
{ label: "庫存日期:由 Last In Date Start", name: "lastInDateStart", type: "date", required: false },
{ label: "庫存日期:至 Last In Date End", name: "lastInDateEnd", type: "date", required: false },
{ label: "開始日期:由 Start Date Start", name: "startDateStart", type: "date", required: false },
{ label: "結束日期:至 End Date End", name: "startDateEnd", type: "date", required: false },
{ label: "物料編號 Item Code", name: "itemCode", type: "text", required: false},
]
},


Loading…
取消
儲存