瀏覽代碼

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"


Loading…
取消
儲存