feat(procurement): 實作採購退回單模組並修復商品選單報錯
All checks were successful
ERP-Deploy-Demo / deploy-demo (push) Successful in 58s
All checks were successful
ERP-Deploy-Demo / deploy-demo (push) Successful in 58s
This commit is contained in:
@@ -22,6 +22,10 @@ export const BREADCRUMB_MAP: Record<string, BreadcrumbItemType[]> = {
|
||||
{ label: "供應鏈管理", href: '#' },
|
||||
{ label: "採購單管理", href: "/purchase-orders", isPage: true }
|
||||
],
|
||||
purchaseReturns: [
|
||||
{ label: "供應鏈管理", href: '#' },
|
||||
{ label: "採購退回單管理", href: "/purchase-returns", isPage: true }
|
||||
],
|
||||
productionOrders: [
|
||||
{ label: "生產管理" },
|
||||
{ label: "生產工單", href: "/production-orders", isPage: true }
|
||||
|
||||
Reference in New Issue
Block a user