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

@@ -16,6 +16,7 @@ export const STATUS_CONFIG: Record<
confirming: { label: "待確認", variant: "outline" },
completed: { label: "已完成", variant: "outline" },
cancelled: { label: "已取消", variant: "outline" },
partial: { label: "部分進貨", variant: "secondary" },
};
export const STATUS_OPTIONS = Object.entries(STATUS_CONFIG).map(([value, config]) => ({