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:00 | 17:00:00 | Một phần phường Bình Đức (Một phần khu vực ngọn Trà Ôn) |
| 07:00:00 | 17:00:00 | Một phần phường Bình Đức (khu vực Vườn Cò, kênh Cây Dong) |
| 13:00:00 | 17:00:00 | Một phần phường Bình Đức (khu vực rạch ngọn Cần Xây, vườn Cò) |
| 08:00:00 | 09:00:00 | Tại TBA T2 Vĩnh Khánh, xã Vĩnh trạch |
| 09:00:00 | 10:00:00 | Tại TBA kênh Chủ Tuần 1, xã Vĩnh trạch |
| 10:00:00 | 11:00:00 | Tại TBA kênh Vĩnh Chánh 5, xã Phú Hòa |
| 11:00:00 | 11:50:00 | Tại TBA kênh Mặc Cần Dện 1, xã Phú Hòa. |
| 08:00:00 | 17:00:00 | Một phần xã Thạnh Mỹ Tây (dọc kênh 12 bờ nam kênh Vịnh Tre) |
| 08:00:00 | 09:10:00 | Trạm TB HTX Thọ Mỹ Hưng 10 (TB Ông Tấn), trụ 477PT/70/53 tuyến 477PT. |
| 08:00:00 | 17:00:00 | Mộ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:00 | 10:30:00 | Trạm lò sấy Trần Văn Long, trụ 471PT/129 tuyến 471PT. |
| 13:00:00 | 14:10:00 | Trạm T4A Hoà Lạc - Phú Bình trụ 472PT/370 (472PT/427) tuyến 475PT. |
| 07:30:00 | 17:00:00 | Từ bia tưởng niệm cầu 14 đến chợ số 10 |
| 07:54:00 | 17:00:00 | Từ bia tưởng niệm cầu 14 đến chợ số 10 |
| 08:00:00 | 17:00:00 | xã Phú Hữu |
| 07:00:00 | 18:00:00 | một phần đường Ngô Gia Tư; đường Nguyễn Trung Trực |
| 07:00:00 | 15:00:00 | 2 ấp: Vĩnh Quới, Vĩnh Phú, xã Bình An |
| 08:00:00 | 09:30:00 | Một phần ấp Tám Thước, xã Kiên Lương |
| 08:00:00 | 10:00:00 | Ấp Ngã Ba - xã Kiên Lương |
| 09:30:00 | 11:00:00 | Ấp Cư Xá Mới, xã Kiên Lương |
| 10:00:00 | 11:00:00 | Ấp Cư Xá, xã Kiên Lương |
| 13:00:00 | 16:00:00 | Ấp Cư Xá, xã Kiên Lương |
| 13:30:00 | 16:30:00 | Ấp Cư Xá, xã Kiên Lương |
/vi/thong-bao-ngung-giam-muc-cung-cap-dien-tren-dia-ban-tinh-an-giang-ngay-17092025
";
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';
}