email: custom.6753@gmail.com
phone: 02 0091131 ,fax: 02 907 3898
ชั้นห้องสมุด
สีเทาสลับ ขนาด 922x311x945 มม.
สีเทาสลับ ขนาด 922x311x945 มม.
S-001 ชั้นวางวารสาร แบบวางเอียง
S-205 ชั้นวางหนังสือ 4 ชั้น
S-315 ชั้นวางหนังสือ 5 ชั้น (แบบวางเดี่ยว)
S-305 ชั้นวางหนังสือ 5 ชั้น (ตัวต่อปิดหัว-ท้าย)
S-325 ชั้นวางหนังสือ 5 ชั้น (แบบวางคู่)
S-002 ชั้นวารสารแบบวางตรง
S-102 ชั้นเก็บพัสดุภัณฑ์ 4 ชั้น
S-103 ชั้นเก็บพัสดุภัณฑ์ 5 ชั้น
    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.

    '; } }