소스 검색

update variance report config

reset-do-picking-order
Tommy\2Fi-Staff 6 일 전
부모
커밋
d536dbb8d3
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -2
      src/config/reportConfig.ts

+ 2
- 2
src/config/reportConfig.ts 파일 보기

@@ -94,8 +94,8 @@ export const REPORTS: ReportDefinition[] = [
title: "庫存盤點報告",
apiEndpoint: `${NEXT_PUBLIC_API_URL}/report/print-stock-take-variance`,
fields: [
{ label: "盤點日期:由 Stock Take Date Start", name: "lastInDateStart", type: "date", required: false },
{ label: "盤點日期:至 Stock Take Date End", name: "lastInDateEnd", type: "date", required: false },
{ label: "盤點日期:由 Stock Take Date Start", name: "stockTakeDateStart", type: "date", required: false },
{ label: "盤點日期:至 Stock Take Date End", name: "stockTakeDateEnd", type: "date", required: false },
{ label: "物料編號 Item Code", name: "itemCode", type: "text", required: false},
]
},


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