style: 暫時隱藏採購退回單與出貨單側邊欄項目
All checks were successful
ERP-Deploy-Demo / deploy-demo (push) Successful in 52s

This commit is contained in:
2026-02-25 13:51:41 +08:00
parent c4908533a8
commit 5668e17e61

View File

@@ -169,7 +169,7 @@ export default function AuthenticatedLayout({
route: "/goods-receipts",
permission: "goods_receipts.view",
},
{
/* {
id: "purchase-return-list",
label: "採購退回單",
icon: <RotateCcw className="h-4 w-4" />,
@@ -182,7 +182,7 @@ export default function AuthenticatedLayout({
icon: <Package className="h-4 w-4" />,
route: "/delivery-notes",
permission: "delivery_notes.view",
},
}, */
],
},
{