feat: 實作即時庫存查詢功能、儀表板庫存導盤,及優化手動入庫批號與儲位連動與選單顯示
This commit is contained in:
@@ -88,6 +88,13 @@ export default function AuthenticatedLayout({
|
||||
icon: <Boxes className="h-5 w-5" />,
|
||||
permission: ["products.view", "warehouses.view", "inventory.view"], // 滿足任一即可看到此群組
|
||||
children: [
|
||||
{
|
||||
id: "stock-query",
|
||||
label: "即時庫存查詢",
|
||||
icon: <BarChart3 className="h-4 w-4" />,
|
||||
route: "/inventory/stock-query",
|
||||
permission: "inventory.view",
|
||||
},
|
||||
{
|
||||
id: "product-management",
|
||||
label: "商品資料管理",
|
||||
|
||||
Reference in New Issue
Block a user