From b005b1c2fbbba27cddb88bc70dcec7fea23acf23 Mon Sep 17 00:00:00 2001 From: "Tommy\\2Fi-Staff" Date: Mon, 13 Apr 2026 22:53:23 +0800 Subject: [PATCH] excel version for stocktakevaiance report, lotlabelprint modal show locatioln update --- src/app/(main)/report/page.tsx | 2 +- .../FinishedGoodSearch/GoodPickExecutiondetail.tsx | 2 +- src/components/InventorySearch/LotLabelPrintModal.tsx | 10 +++++++++- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/src/app/(main)/report/page.tsx b/src/app/(main)/report/page.tsx index 992df05..6b1d0ed 100644 --- a/src/app/(main)/report/page.tsx +++ b/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-009' ? ( + ) : currentReport.id === 'rep-013' || currentReport.id === 'rep-009' || currentReport.id === 'rep-012' ? ( <>