Thông báo ngừng, giảm mức cung cấp điện trên địa bàn 79King đăng nhập ngày 17/09/2025

NGÀY 17/09/2025​

BẮT ĐẦU

KẾT THÚC

KHU VỰC

07:00:0017:00:00Một phần phường Bình Đức (Một phần khu vực ngọn Trà Ôn)
07:00:0017:00:00Một phần phường Bình Đức (khu vực Vườn Cò, kênh Cây Dong)
13:00:0017:00:00Một phần phường Bình Đức (khu vực rạch ngọn Cần Xây, vườn Cò)
08:00:0009:00:00Tại TBA T2 Vĩnh Khánh, xã Vĩnh trạch
09:00:0010:00:00Tại TBA kênh Chủ Tuần 1, xã Vĩnh trạch
10:00:0011:00:00Tại TBA kênh Vĩnh Chánh 5, xã Phú Hòa
11:00:0011:50:00Tại TBA kênh Mặc Cần Dện 1, xã Phú Hòa.
08:00:0017:00:00Một phần xã Thạnh Mỹ Tây (dọc kênh 12 bờ nam kênh Vịnh Tre)
08:00:0009:10:00Trạm TB HTX Thọ Mỹ Hưng 10 (TB Ông Tấn), trụ 477PT/70/53 tuyến 477PT.
08:00:0017:00:00Một phần xã Bình Thạnh Đông (mất điện Khu Nuôi trồng thủy Sản Phú Bình và AFIEX).
09:20:0010:30:00Trạm lò sấy Trần Văn Long, trụ 471PT/129 tuyến 471PT.
13:00:0014:10:00Trạm T4A Hoà Lạc - Phú Bình trụ 472PT/370 (472PT/427) tuyến 475PT.
07:30:0017:00:00Từ bia tưởng niệm cầu 14 đến chợ số 10
07:54:0017:00:00Từ bia tưởng niệm cầu 14 đến chợ số 10
08:00:0017:00:00xã Phú Hữu
07:00:0018:00:00một phần đường Ngô Gia Tư; đường Nguyễn Trung Trực
07:00:0015:00:002 ấp: Vĩnh Quới, Vĩnh Phú, xã Bình An
08:00:0009:30:00Một phần ấp Tám Thước, xã Kiên Lương
08:00:0010:00:00Ấp Ngã Ba - xã Kiên Lương
09:30:0011:00:00Ấp Cư Xá Mới, xã Kiên Lương
10:00:0011:00:00Ấp Cư Xá, xã Kiên Lương
13:00:0016:00:00Ấp Cư Xá, xã Kiên Lương
13:30:0016:30:00Ấp Cư Xá, xã Kiên Lương
"; var footstr = ""; var newstr = document.all.item(text).innerHTML; //var newstr = document.getElementById(text).innerHTML; var oldstr = document.body.innerHTML; document.body.innerHTML = headstr + newstr + footstr; window.print(); document.body.innerHTML = oldstr; return false; } function printDiv2(text) { var content = document.getElementById(text).innerHTML; var printWindow = window.open('', '', 'height=600,width=800'); printWindow.document.write(''); printWindow.document.write(''); printWindow.document.write(content); printWindow.document.write(''); printWindow.document.close(); printWindow.print(); } function share_fb(url) { window.open('https://www.facebook.com/sharer/sharer.php?u='+url,'facebook-share-dialog',"width=626, height=436") } function toggleBackgroundColor() { const element = document.getElementById('contrast'); const currentColor = window.getComputedStyle(element).backgroundColor; if (currentColor === 'rgb(220, 220, 220)') { element.style.backgroundColor = '#fff'; } else { element.style.backgroundColor = 'rgb(220, 220, 220)'; } } var liActive = Array.from(document.querySelectorAll('.posts-list-noibat .post-title')); if (Array.isArray(liActive) && liActive.length ) { liActive[0].classList.add('active'); } function increaseFontSize() { var textElement = document.getElementById('text'); var currentSize = window.getComputedStyle(textElement, null).getPropertyValue('font-size'); var newSize = parseFloat(currentSize) + 2; if (newSize <= 40) { textElement.style.fontSize = newSize + 'px'; } } function decreaseFontSize() { var textElement = document.getElementById('text'); var currentSize = window.getComputedStyle(textElement, null).getPropertyValue('font-size'); var newSize = parseFloat(currentSize) - 2; if (newSize >= 12) { textElement.style.fontSize = newSize + 'px'; } } function resetFontSize() { var textElement = document.getElementById('text'); textElement.style.fontSize = '18px'; }