rr8811 ngừng, giảm mức cung cấp điện trên địa bàn tỉnh rr88 tải ngày 15/09/2025
NGÀY 15/09/2025 |
BẮT ĐẦU | KẾT THÚC | KHU VỰC |
| 08:00:00 | 09:10:00 | Trạm TB HTX Phú An 1 (TB Huỳnh Việt Phước), trụ 478PT/230/03 tuyến 478PT |
| 09:20:00 | 10:30:00 | Trạm Nguyễn Văn Nhàn, trụ 480PT/281/06 tuyến 480PT |
| 13:00:00 | 14:10:00 | Trạm TB Phú Thạnh 12 (TB Ông Là), trụ 480PT/432/34, tuyến 480PT |
| 14:20:00 | 15:30:00 | Trạm bơm Mương Ranh-Phú Thành, trụ 480PT/432/60, tuyến 480PT |
| 15:40:00 | 16:50:00 | Trạm TB Phú Thượng 3 (TB Mương 18 Phú Thành), trụ 480PT/432/72, tuyến 480PT |
| 14:18:00 | 15:16:00 | Trạm HTCN Cái Đầm, trụ 479PT/158/01, tuyến 479PT |
| 07:00:00 | 18:00:00 | Một phần đường Nguyễn Trung Trực, phường Rạch Giá |
| 07:00:00 | 18:00:00 | Một phần Khu đô thị Phú Cường, phường Rạch Giá |
| 07:00:00 | 12:00:00 | Ấp Hòa Bình, Xã Thạnh Lộc |
| 13:00:00 | 17:00:00 | Ấp Phước Ninh, xã Thạnh Lộc |
| 08:31:00 | 10:10:00 | Một phần xã Thạnh Lộc |
| 19:00:00 | 20:00:00 | Kênh Huế Bá, Năm Vụ, Đập Đá, Tư Tỷ, Ba Vàng, Thầy Thông, ấp Tân Vụ, ấp Phú Hòa, ấp Phú Hội và Tân Hồng. |
| 08:48:00 | 09:14:00 | Một phần khu phố A |
| 09:34:00 | 10:04:00 | |
| 07:00:00 | 17:00:00 | - Từ 7h00 đến 17h00: Khu vực mất điện một phần ấp: Hỏa Vàm A, Hỏa Vàm A, Xẻo Lùng – xã Vĩnh Hòa; Nhà máy Xây xác Đình Mạnh; Xưởng Cán tol Lâm Thùy; Năng lượng mặt trời Phúc – Lộc – Thịnh, Vật liệu xây dựng Tám Gương |
| 07:35:00 | 14:55:00 | - Từ 7h00 đến 17h00: Khu vực mất điện một phần ấp: Hỏa Vàm A, Hỏa Vàm A, Xẻo Lùng, xã Vĩnh Hòa; Nhà máy Xây xác Đình Mạnh; Xưởng cán tol Lâm Thùy, Năng lượng mặt trời Phúc – Lộc – Thịnh; Vật liệu xây dựng Tám Gương |
| 08:00:00 | 09:10:00 | Trạm TB HTX Phú An 1 (TB Huỳnh Việt Phước), trụ 478PT/230/03, tuyến 478PT |
/vi/thong-bao-ngung-giam-muc-cung-cap-dien-tren-dia-ban-tinh-an-giang-ngay-15092025
";
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';
}