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