浏览代码

update

MergeProblem1
CANCERYS\kw093 11 小时前
父节点
当前提交
ca8b3ea050
共有 1 个文件被更改,包括 9 次插入0 次删除
  1. +9
    -0
      src/config/reportConfig.ts

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

@@ -211,4 +211,13 @@ export const REPORTS: ReportDefinition[] = [
{ label: "庫存日期:至 Last In Date End", name: "lastInDateEnd", type: "date", required: false },
]
},
{ id: "rep-012",
title: "庫存盤點報告",
apiEndpoint: `${NEXT_PUBLIC_API_URL}/report/print-stock-take-variance`,
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 },
]
},
]

正在加载...
取消
保存