feat(生產/庫存): 實作生產管理模組與批號追溯功能
All checks were successful
Koori-ERP-Deploy-System / deploy-demo (push) Successful in 53s
Koori-ERP-Deploy-System / deploy-production (push) Has been skipped

This commit is contained in:
2026-01-21 17:19:36 +08:00
parent fc20c6d813
commit 1ae21febb5
17 changed files with 1753 additions and 33 deletions

View File

@@ -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 }
],
};
/**