diff --git a/fe-admin/src/components/pe/PeDetailTabs.tsx b/fe-admin/src/components/pe/PeDetailTabs.tsx index c6febc9..e3846d3 100644 --- a/fe-admin/src/components/pe/PeDetailTabs.tsx +++ b/fe-admin/src/components/pe/PeDetailTabs.tsx @@ -1601,11 +1601,9 @@ function ItemsTab({ ev, readOnly = false }: { ev: PeDetailBundle; readOnly?: boo {ev.details.length} hạng mục · {ev.suppliers.length} NCC tham gia {!readOnly && ' — mở hạng mục để thêm NCC + nhập báo giá.'}
- {!readOnly && ( - - )} + {/* S59 vòng 6 (anh chốt "bỏ luôn cái nút thêm hạng mục"): 1 phiếu = 1 hạng mục + chọn từ header (S57bis/S58) — hạng mục đầu auto-seed khi tạo phiếu, nút thêm + hạng mục thứ 2+ sai mô hình. AddItemDialog giữ (dead) để flip lại dễ nếu cần. */} {ev.details.length === 0 ? ( diff --git a/fe-user/src/components/pe/PeDetailTabs.tsx b/fe-user/src/components/pe/PeDetailTabs.tsx index c6febc9..e3846d3 100644 --- a/fe-user/src/components/pe/PeDetailTabs.tsx +++ b/fe-user/src/components/pe/PeDetailTabs.tsx @@ -1601,11 +1601,9 @@ function ItemsTab({ ev, readOnly = false }: { ev: PeDetailBundle; readOnly?: boo {ev.details.length} hạng mục · {ev.suppliers.length} NCC tham gia {!readOnly && ' — mở hạng mục để thêm NCC + nhập báo giá.'} - {!readOnly && ( - - )} + {/* S59 vòng 6 (anh chốt "bỏ luôn cái nút thêm hạng mục"): 1 phiếu = 1 hạng mục + chọn từ header (S57bis/S58) — hạng mục đầu auto-seed khi tạo phiếu, nút thêm + hạng mục thứ 2+ sai mô hình. AddItemDialog giữ (dead) để flip lại dễ nếu cần. */} {ev.details.length === 0 ? (