• EGP የመንግስት ግዢ
  • Addis Ababa

Government (Jul 04, 2026)

Lot Information

  • Procurement Reference Number: SPHMMC-NCB-G-1430-2018-PUR
  • Object of Procurement: Procurement of Spare Parts
  • Description: Procurement of Spare Parts
  • Award Type: Item-based
  • Procurement Type: Shopping
  • Procurement Method: Open
  • Marketplace: National
  • Procuring Entity: St. Paul’s Hospital Millennium Medical College
  • Clarification Request Deadline: Jun 30, 2026, 10:00:00 AM
  • Bid Submission Deadline: Jul 06, 2026, 3:10:07 PM
  • Terms and Conditions: Aabet Hospital has the right to reject the bid partially or fully

{ document.querySelectorAll(selector).forEach(el => { if (el.closest('#job-detail-content')) { el.style.display = 'none'; } }); }); // Also hide the action buttons const actions = document.querySelector('.job-actions'); if (actions) actions.style.display = 'none'; // Restore after printing (attach listener BEFORE calling print) window.addEventListener('afterprint', function restore() { selectorsToHide.forEach(selector => { document.querySelectorAll(selector).forEach(el => { el.style.display = ''; }); }); if (actions) actions.style.display = ''; window.removeEventListener('afterprint', restore); }, { once: true }); // Now trigger the print dialog window.print(); } function downloadJobPDF() { printJobDetails(); }