diff --git a/src/components/NavigationContent/NavigationContent.tsx b/src/components/NavigationContent/NavigationContent.tsx index 2b95b4c..ee5cb7a 100644 --- a/src/components/NavigationContent/NavigationContent.tsx +++ b/src/components/NavigationContent/NavigationContent.tsx @@ -117,12 +117,14 @@ const NavigationContent: React.FC = () => { requiredAbility: [AUTH.STOCK, AUTH.STOCK_TAKE, AUTH.STOCK_IN_BIND, AUTH.ADMIN], path: "/putAway", }, + /* { icon: , label: "Finished Good Order", requiredAbility: [AUTH.STOCK_FG, AUTH.ADMIN], path: "/finishedGood", }, + */ { icon: , label: "Finished Good Management", diff --git a/src/i18n/zh/do.json b/src/i18n/zh/do.json index fd68113..fb8d310 100644 --- a/src/i18n/zh/do.json +++ b/src/i18n/zh/do.json @@ -9,6 +9,7 @@ "Estimated Arrival From": "預計送貨日期", "Estimated Arrival To": "預計送貨日期至", "Status": "來貨狀態", + "DO Workbench": "新版成品出倉", "Order Date From": "訂單日期", "Workbench Batch Release": "工作台批量放單", "do workbench": "新版成品出倉", diff --git a/src/i18n/zh/pickOrder.json b/src/i18n/zh/pickOrder.json index 3053b4a..5317700 100644 --- a/src/i18n/zh/pickOrder.json +++ b/src/i18n/zh/pickOrder.json @@ -12,6 +12,7 @@ "released": "已放單", "Loading...": "載入中...", "Suggestion success": "建議成功", + "Scan pick success": "掃描提料成功", "Remark": "備註", "Available Qty": "可用數量", "Picked Qty": "已提料數量",