feat: 實作即時庫存查詢功能、儀表板庫存導盤,及優化手動入庫批號與儲位連動與選單顯示

This commit is contained in:
2026-02-10 10:47:31 +08:00
parent 6980eac1a4
commit a6393e03d8
12 changed files with 1401 additions and 198 deletions

View File

@@ -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: "商品資料管理",