Kaynağa Gözat

update

master
CANCERYS\kw093 1 ay önce
ebeveyn
işleme
adc0b5984c
1 değiştirilmiş dosya ile 10 ekleme ve 0 silme
  1. +10
    -0
      src/components/NavigationContent/NavigationContent.tsx

+ 10
- 0
src/components/NavigationContent/NavigationContent.tsx Dosyayı Görüntüle

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


Yükleniyor…
İptal
Kaydet