diff --git a/fe-admin/src/components/pe/PeDetailTabs.tsx b/fe-admin/src/components/pe/PeDetailTabs.tsx index 49c6565..619dd6f 100644 --- a/fe-admin/src/components/pe/PeDetailTabs.tsx +++ b/fe-admin/src/components/pe/PeDetailTabs.tsx @@ -231,6 +231,7 @@ export function PeDetailTabs({ const gia = supplierOk ? computeGiaChaoThau(evaluation) : null const effBudget = evaluation.budgetPeriodAmount ?? evaluation.budgetSummary?.proInitialAmount ?? null return [ + { label: 'Quy trình duyệt', ok: evaluation.approvalWorkflowId != null }, { label: 'Đơn vị NCC/TP được chọn', ok: supplierOk }, { label: 'Giá chào thầu của đơn vị > 0', ok: gia != null && gia > 0 }, { label: 'Ngân sách kỳ này', ok: effBudget != null && effBudget > 0 }, diff --git a/fe-user/src/components/pe/PeDetailTabs.tsx b/fe-user/src/components/pe/PeDetailTabs.tsx index 49c6565..619dd6f 100644 --- a/fe-user/src/components/pe/PeDetailTabs.tsx +++ b/fe-user/src/components/pe/PeDetailTabs.tsx @@ -231,6 +231,7 @@ export function PeDetailTabs({ const gia = supplierOk ? computeGiaChaoThau(evaluation) : null const effBudget = evaluation.budgetPeriodAmount ?? evaluation.budgetSummary?.proInitialAmount ?? null return [ + { label: 'Quy trình duyệt', ok: evaluation.approvalWorkflowId != null }, { label: 'Đơn vị NCC/TP được chọn', ok: supplierOk }, { label: 'Giá chào thầu của đơn vị > 0', ok: gia != null && gia > 0 }, { label: 'Ngân sách kỳ này', ok: effBudget != null && effBudget > 0 },