email: custom.6753@gmail.com
phone: 02 0091131 ,fax: 02 907 3898
โต๊ะทำงาน 3 ลิ้นชัก ขวา
โต๊ะทำงาน 3 ลิ้นชัก ขวา สีเชอร์รี่ / ดำ ขนาด 800, 1200, 1350, 1500, 1600, 1800 มม.
 
ขนาด (Size): 800, 1200, 1350, 1500, 1600, 1800 มม.
สี (Color): สีเชอร์รี่ / ดำ
 
รายละเอียดเพิ่มเติม
รหัสสินค้า รายละเอียด ขนาด กว้าง*ลึก*สูง  ราคา ลดเหลือ
4D1203 โต๊ะทำงาน 3 ลิ้นชัก ขวา 120 x 60 x 75 ซม. 9,350 บาท 5,650 บาท
4D1203-01 โต๊ะทำงาน 3 ลิ้นชัก ขวา 120 x 80 x 75 ซม. 10,900 บาท 6,550 บาท
4D1303 โต๊ะทำงาน 3 ลิ้นชัก ขวา 135 x 80 x 75 ซม. 11,800 บาท 7,090 บาท
4D1503 โต๊ะทำงาน 3 ลิ้นชัก ขวา 150 x 80 x 75 ซม. 12,000 บาท 7,200 บาท
4D1603 โต๊ะทำงาน 3 ลิ้นชัก ขวา 160 x 80 x 75 ซม. 12,100 บาท 7,290 บาท
4D1803 โต๊ะทำงาน 3 ลิ้นชัก ขวา 180 x 80 x 75 ซม. 13,450 บาท 8,090 บาท
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.

'; } }