feat(生產/庫存): 實作生產管理模組與批號追溯功能
This commit is contained in:
@@ -22,6 +22,20 @@ export const BREADCRUMB_MAP: Record<string, BreadcrumbItemType[]> = {
|
||||
{ label: "採購管理" },
|
||||
{ label: "管理採購單", href: "/purchase-orders", isPage: true }
|
||||
],
|
||||
productionOrders: [
|
||||
{ label: "生產管理" },
|
||||
{ label: "生產工單", href: "/production-orders", isPage: true }
|
||||
],
|
||||
productionOrdersCreate: [
|
||||
{ label: "生產管理" },
|
||||
{ label: "生產工單", href: "/production-orders" },
|
||||
{ label: "建立生產單", isPage: true }
|
||||
],
|
||||
productionOrdersShow: [
|
||||
{ label: "生產管理" },
|
||||
{ label: "生產工單", href: "/production-orders" },
|
||||
{ label: "詳情", isPage: true }
|
||||
],
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user