email: custom.6753@gmail.com
phone: 02 0091131 ,fax: 02 907 3898
กลุ่มบริษัทเอกชน-ห้างร้าน
หมวดหมู่ » กลุ่มบริษัทเอกชน-ห้างร้าน
บริษัท อรุณไฟฟ้า ออฟฟิศ ซัพพลาย จำกัด
บริษัท เค. เอส. ก๊อปปี้ ออโตเมชั่น จำกัด
บริษัท อารีย์ซู เอ็นจิเนียริ่ง จำกัด
บริษัท ไดมอนด์ เคมีคอล (ดีซีซี) จำกัด
บริษัท อรุณไฟฟ้า ออฟฟิศ ซัพพลาย จำกัด
บริษัท ไอทีเอ็ม คอร์ปอเรชั่น จำกัด
ห้างหุ้นส่วนจำกัด ศรีกิติยา
ห้างหุ้นส่วนจำกัด
เจริญทิพย์การค้า
บริษัท เฮลท์ลีด จำกัด
(มหาชน)
บริษัท เอ.พี.ซี.ไอ. จำกัด
บริษัท แสงภูมิ แมททีเรียล จำกัด
บริษัท แม็กเว็ลธ อินโนเวชั่น จำกัด
บริษัท มิตซูบิชิ อีเลคทริค
ออโตเมชั่น (ประเทศไทย) จำกัด
บริษัท พี.พี.ซี.
ดีเวลลอปเม้นท์ จำกัด
บริษัท เทลเน็ต
เทคโนโลยี จำกัด
บริษัท ทองอินซี จำกัด
สาขา มุกดาหาร
บริษัท ทองอินซี จำกัด
สาขา สิงห์บุรี
บริษัท ชินโฮร์ อุตสาหกรรม จำกัด
บริษัท คาร์ลอฟท์ ออโต้ อิมพอร์ต จำกัด
Shopee Express
async function changeLanguage(lang='th'){ // async function getProductOrderMemberById() { // let id = await getUrlVars()["id"]; // await alert(id) // await alert(lang); try { // alert(id) const response = await axios.get(`/api/member/changeLanguage`, { params: { lang: lang } }); await console.log(response.request.status) if (await response.request.status == 200) { if (await response.data.statusCode == 200) { if(await response.data.data=="en" || response.data.data=="th"){ let fullUrl = window.location.href; // console.log(fullUrl); // fullUrl.searchParams.set('lang', lang); // window.location.href = fullUrl + '?' + params.join('&'); // alert(fullUrl + '?' + params.join('&')) // window.location.href = "http://" + window.location.host + window.location.pathname + '?' + params.join('&'); // location.reload(); // alert(lang) let url = new URL(window.location.href); url.searchParams.set('lang', lang); // url.searchParams.set('key2', 'value2'); // Replace the current URL and reload await window.location.replace(url.toString()); } } } } catch (error) { await console.error('Error fetching data:', error); // dataContainer.innerHTML = '

Failed to fetch data. Please try again later.

'; } }