From adc0b5984c6a913e531bc861307948bcef935080 Mon Sep 17 00:00:00 2001 From: "CANCERYS\\kw093" Date: Thu, 8 Jan 2026 11:08:04 +0800 Subject: [PATCH] update --- src/components/NavigationContent/NavigationContent.tsx | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/components/NavigationContent/NavigationContent.tsx b/src/components/NavigationContent/NavigationContent.tsx index 6345995..fa870c0 100644 --- a/src/components/NavigationContent/NavigationContent.tsx +++ b/src/components/NavigationContent/NavigationContent.tsx @@ -85,6 +85,11 @@ const NavigationContent: React.FC = () => { label: "Stock Take Management", path: "/stocktakemanagement", }, + { + icon: , + label: "Stock Issue", + path: "/stockIssue", + }, //TODO: anna // { // icon: , @@ -232,6 +237,11 @@ const NavigationContent: React.FC = () => { label: "Job Order Production Process", path: "/productionProcess", }, + { + icon: , + label: "Bag Usage", + path: "/bag", + }, ], }, {