fix: 修正部分進貨採購單更新失敗與狀態顯示問題
All checks were successful
Koori-ERP-Deploy-System / deploy-demo (push) Successful in 50s
Koori-ERP-Deploy-System / deploy-production (push) Has been skipped

This commit is contained in:
2026-01-27 13:27:28 +08:00
parent 293358df62
commit a7c445bd3f
22 changed files with 1413 additions and 42 deletions

View File

@@ -15,12 +15,12 @@ export const BREADCRUMB_MAP: Record<string, BreadcrumbItemType[]> = {
{ label: "倉庫管理", href: "/warehouses", isPage: true }
],
vendors: [
{ label: "廠商管理" },
{ label: "供應鏈管理", href: '#' },
{ label: "廠商資料管理", href: "/vendors", isPage: true }
],
purchaseOrders: [
{ label: "採購管理" },
{ label: "管理採購單", href: "/purchase-orders", isPage: true }
{ label: "供應鏈管理", href: '#' },
{ label: "採購單管理", href: "/purchase-orders", isPage: true }
],
productionOrders: [
{ label: "生產管理" },