ソースを参照

FGStockOutTraceabilityReport Excel Version

stable1
B.E.N.S.O.N 4ヶ月前
コミット
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} setLoading={setLoading}
reportTitle={currentReport.title} reportTitle={currentReport.title}
/> />
) : currentReport.id === 'rep-013' ? (
) : currentReport.id === 'rep-013' || currentReport.id === 'rep-009' ? (
<> <>
<Button <Button
variant="contained" variant="contained"


読み込み中…
キャンセル
保存