Explorar el Código

update

master
CANCERYS\kw093 hace 1 mes
padre
commit
adc0b5984c
Se han modificado 1 ficheros con 10 adiciones y 0 borrados
  1. +10
    -0
      src/components/NavigationContent/NavigationContent.tsx

+ 10
- 0
src/components/NavigationContent/NavigationContent.tsx Ver fichero

@@ -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",
},
],
},
{


Cargando…
Cancelar
Guardar