ADVERTISEMENT

ECOP lauds gov't MECQ decision for NCR Plus

Published Apr 12, 2021 07:00 am

Employers have expressed relief following the decision of the government Sunday to relax a bit or the 2-week enhanced community quarantine (ECQ) in the National Capital Region (NCR) and neighboring provinces even as they urged the government never to implement the ECQ again unless it is the last resort.

Philippine Exporters Confederation President Sergio Ortiz Luis, Jr.


Sergio Ortiz-Luis Jr., president of the Employers Confederation of the Philippines, said the modified ECQ (MECQ) may not be the best but at least more establishments can now operate albeit still limited capacity.


“Now might not be the best but this is better than ECQ. It is still a hard climb but this is a positive move,” he said.


As the economy starts to reopen, Ortiz-Luis urged the government to tighten the implementation of all the health and safety protocols.


“Reopening a bit is less expensive than a lockdown,” he said citing loss of confidence as shown by the falling stock market shares.


He urged government never to return to ECQ, but only as a last resort.
“If can be avoided, we should not go back to lockdown it should be a last resort,” he added.


He cited reports of a growing number of mentally disturbed Filipinos because of the difficulties due to the pandemic and prolonged lockdown.


On Saturday, April 11, ECOP urged the Duterte administration to look for other measures to balance life and economy stressing that continued lockdown is eroding confidence not just among businessmen but to ordinary Filipinos, as well.

Edgardo G. Lacson, chairman of the Employers Confederation of the Philippines (ECOP), said extending the ECQ for another week will further plunge the economy to an unprecedented depth where hope of recovery will be nearly impossible.

Edgardo G. Lacson, chairman of the Employers Confederation of the Philippines (ECOP) (Photo credit: https://ecop.org.ph)

“It could result in untold hunger, increased joblessness, permanent loss of opportunities, despair, and discourage new investments. A collective feeling of doom might become pervasive and bring the country to an economic standstill if not taking a giant leap backward,” warned Lacson.

Lacson said this as President Duterte is expected to decide today whether or not to extend further the two-week NCR Plus bubble.

Ortiz-Luis also said “Further extension of this lockdown could resort in chaos and the economy to go deeper, making it very hard to recover. Even confidence among us is down.”

“Confidence is eroding, so we have to try other means to contain the infection and to live with the COVID, not continue lockdown.”

Ortiz-Luis said there is no need even to conduct a survey among members to determine how many workers lost their jobs anew in the past two weeks because most of the businesses are closed.

“There is no need for surveys because really most of the micro, small and medium enterprises had closed shops already. More people are getting hungry and we don’t have money for ayuda,” he said.

Instead of continued lockdown, ECOP would like the government to impose other measures like strict implementation of health and safety protocols like wearing of masks, face shields and physical distancing.

“Lockdown is not a solution but a last resort,” he said noting the country has been on a lockdown for more than a year already.

He also reiterated his suggestion to suspend the Privacy Law just for COVID to easily identify the positives instead of spending billions of government resources for contact tracing.

Instead, he suggested to use the amount to pay hospitals to encourage them to open more rooms for patients, and give incentives to medical frontliners.

He also called for proper testing as he noted of the many false negatives that only boosted the country’s COVID cases data.

In addition, ECOP would like the Department of Health to get their acts together because people are getting mixed signals due to conflicting policies.

Ortiz-Luis further noted that while President already ordered to allow the private sector to import vaccines and allow ivermectin, a drug still under investigation for COVID treatment, his orders are not actually followed.

“The people have very low confidence because of the DOH. It seems they have no sense of urgency,” he added.

Related Tags

ECQ ECOP lockdown
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.