瀏覽代碼

update

master
CANCERYS\kw093 6 月之前
父節點
當前提交
adc0b5984c
共有 1 個文件被更改,包括 10 次插入0 次删除
  1. +10
    -0
      src/components/NavigationContent/NavigationContent.tsx

+ 10
- 0
src/components/NavigationContent/NavigationContent.tsx 查看文件

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


Loading…
取消
儲存