feat(生產/庫存): 實作生產管理模組與批號追溯功能
This commit is contained in:
@@ -129,6 +129,21 @@ export default function AuthenticatedLayout({
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "production-management",
|
||||
label: "生產管理",
|
||||
icon: <Boxes className="h-5 w-5" />,
|
||||
permission: "production_orders.view",
|
||||
children: [
|
||||
{
|
||||
id: "production-order-list",
|
||||
label: "生產工單",
|
||||
icon: <Package className="h-4 w-4" />,
|
||||
route: "/production-orders",
|
||||
permission: "production_orders.view",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "finance-management",
|
||||
label: "財務管理",
|
||||
|
||||
Reference in New Issue
Block a user