優化: 門市叫貨模組 UI 調整、權限標籤中文化及調撥單動態導覽

This commit is contained in:
2026-02-13 10:39:10 +08:00
parent 882091ce5f
commit 097708aab7
17 changed files with 2359 additions and 6 deletions

View File

@@ -25,7 +25,8 @@ import {
ClipboardCheck,
ArrowLeftRight,
TrendingUp,
FileUp
FileUp,
Store
} from "lucide-react";
import { toast, Toaster } from "sonner";
import { useState, useEffect, useMemo, useRef } from "react";
@@ -131,6 +132,13 @@ export default function AuthenticatedLayout({
route: "/inventory/transfer-orders",
permission: "inventory_transfer.view",
},
{
id: "store-requisition",
label: "門市叫貨",
icon: <Store className="h-4 w-4" />,
route: "/store-requisitions",
permission: "store_requisitions.view",
},
],
},
{