Government (Jul 04, 2026)
Please click on this Link in order to Bid on the EGP website
https://production.egp.gov.et/egp/bids/report/purchasing/35b58b24-3187-4893-9306-cc11cdcb1a1e/open
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(); }