Parcourir la source

update

master
CANCERYS\kw093 il y a 1 mois
Parent
révision
adc0b5984c
1 fichiers modifiés avec 10 ajouts et 0 suppressions
  1. +10
    -0
      src/components/NavigationContent/NavigationContent.tsx

+ 10
- 0
src/components/NavigationContent/NavigationContent.tsx Voir le fichier

@@ -85,6 +85,11 @@ const NavigationContent: React.FC = () => {
label: "Stock Take Management",
path: "/stocktakemanagement",
},
{
icon: <RequestQuote />,
label: "Stock Issue",
path: "/stockIssue",
},
//TODO: anna
// {
// icon: <RequestQuote />,
@@ -232,6 +237,11 @@ const NavigationContent: React.FC = () => {
label: "Job Order Production Process",
path: "/productionProcess",
},
{
icon: <RequestQuote />,
label: "Bag Usage",
path: "/bag",
},
],
},
{


Chargement…
Annuler
Enregistrer