소스 검색

FGStockOutTraceabilityReport Excel Version

MergeProblem1^2
B.E.N.S.O.N 13 시간 전
부모
커밋
159cfbbc44
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      src/app/(main)/report/page.tsx

+ 1
- 1
src/app/(main)/report/page.tsx 파일 보기

@@ -504,7 +504,7 @@ export default function ReportPage() {
setLoading={setLoading}
reportTitle={currentReport.title}
/>
) : currentReport.id === 'rep-013' ? (
) : currentReport.id === 'rep-013' || currentReport.id === 'rep-009' ? (
<>
<Button
variant="contained"


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