소스 검색

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

불러오는 중...
취소
저장