back to top
HomeThẻECU

ECU

Ngành Kỹ Thuật Cơ Khí Là Gì? Khái Niệm, Định Nghĩa Và Các Lĩnh Vực Liên Quan

Chào mừng các bạn đến với Cơ Điện Tử Việt Nam! Chúng tôi biết rằng rất nhiều bạn trẻ, đặc biệt là các bạn...

Khóa Học AutoCAD Cơ Khí Cơ Bản – Nền Tảng Thiết Kế 2D

Khóa học "AutoCAD Cơ Khí Cơ Bản - Nền Tảng Thiết Kế 2D" cung cấp cho học viên kiến thức nền tảng và kỹ...
spot_img
document.addEventListener("DOMContentLoaded", function () { const fieldDefaults = { 'tds-billing-company-name': 'N/A', 'tds-billing-vat': 'N/A', 'tds-billing-country': 'VN', 'tds-billing-address': 'N/A', 'tds-billing-city': 'N/A', 'tds-billing-county': 'N/A', 'tds-billing-postcode': '00000' };Object.entries(fieldDefaults).forEach(([fieldId, value]) => { const field = document.getElementById(fieldId); if (field) { field.value = value; // set giá trị mặc định field.removeAttribute("required"); // xóa required nếu có field.setAttribute("aria-required", "false"); field.setCustomValidity("");// Nếu có class lỗi thì xóa đi const fg = field.closest('.tds-s-form-group'); if (fg && fg.classList.contains('tds-s-fg-error')) { fg.classList.remove('tds-s-fg-error'); } } }); });