fix: 修正部分進貨採購單更新失敗與狀態顯示問題
This commit is contained in:
@@ -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: "生產管理" },
|
||||
|
||||
Reference in New Issue
Block a user