소스 검색

no message

MergeProblem1
Tommy\2Fi-Staff 14 시간 전
부모
커밋
804d7ea9d1
1개의 변경된 파일9개의 추가작업 그리고 0개의 파일을 삭제
  1. +9
    -0
      src/config/reportConfig.ts

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

@@ -119,6 +119,15 @@ export const REPORTS: ReportDefinition[] = [
title: "庫存結餘報告",
apiEndpoint: `${NEXT_PUBLIC_API_URL}/report/print-stock-balance`,
fields: [
{
label: "盤點輪次 Stock Take Round",
name: "stockTakeRoundId",
type: "select",
required: true,
dynamicOptions: true,
dynamicOptionsEndpoint: `${NEXT_PUBLIC_API_URL}/report/stock-take-rounds`,
options: []
},
{ label: "物料編號 Item Code", name: "itemCode", type: "text", required: false},
]
},


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