บริการฝากขาย
วิธีการลงขาย
ศูนย์เรียนรู้และช่วยเหลือ
  1. /
    หมวดหมู่สินค้าทั้งหมด
  2. /
    มอเตอร์ไซค์
  3. /
    KAWASAKI / คาวาซากิ
  4. /
    มอเตอร์ไซค์ทั่วไป
  5. /
    กำแพงเพชร
ขาย Kawazaki  GTO  110 คลาสสิกสวยๆ ทะเบียนโอน
ขาย Kawazaki  GTO  110 คลาสสิกสวยๆ ทะเบียนโอน
ขาย Kawazaki  GTO  110 คลาสสิกสวยๆ ทะเบียนโอน
ขาย Kawazaki  GTO  110 คลาสสิกสวยๆ ทะเบียนโอน
ขาย Kawazaki  GTO  110 คลาสสิกสวยๆ ทะเบียนโอน
ขาย Kawazaki  GTO  110 คลาสสิกสวยๆ ทะเบียนโอน
฿ 15,000

ขาย Kawazaki GTO 110 คลาสสิกสวยๆ ทะเบียนโอน

KAWASAKIปี 2013

รายละเอียดสินค้า

หมวดหมู่หลัก
มอเตอร์ไซค์

ประเภทรถมอเตอร์ไซค์

ยี่ห้อ

เลขไมล์ (กม.)
-

ปีที่จดทะเบียนครั้งแรก

จังหวัดที่ตั้งสินค้า

ข้อมูลเพิ่มเติม

ติดต่อ(( xxx-xxx-xx21 แสดง )) กำแพงเพชร KAWAZAKI GTO คลาสสิก สวยๆ ทะเบียนเอกสารครบถ้วน อยากขายเพราะไม่มีเวลาขี่ รถเช็คดีแล้ว โช้คคู่หน้าใหม่ สีใหม่ ยางใหม่ ล้อเนียม วิ่งดีครับ สำหรับคนชอบโทรมาคุยกันครับ function validateFinance(){ //Check company_name var company_name = document.getElementById("company_name"); if (trimString(company_name.value) == '') { alert("กรุณากรอกชื่อบริษัท"); document.getElementById('error-company_name').innerHTML = "<FONT COLOR='#FF0000'>*</FONT>"; company_name.style.borderStyle = "solid"; company_name.style.borderColor = "#FF0000"; company_name.style.borderWidth = "1px"; company_name.focus(); return false; }else{ company_name.style.borderStyle = "solid"; company_name.style.borderColor = "#00CC00"; company_name.style.borderWidth = "1px"; document.getElementById('error-company_name').innerHTML = "<IMG SRC='modules/InnoForum/pnimages/right.gif' WIDTH='10' HEIGHT='10'>"; } //Check telephone var finance_telephone = document.getElementById("finance_telephone"); if (trimString(finance_telephone.value) == '') { alert("กรุณากรอกเบอร์โทรศัพท์"); document.getElementById('error-finance_telephone').innerHTML = "<FONT COLOR='#FF0000'>*</FONT>"; finance_telephone.style.borderStyle = "solid"; finance_telephone.style.borderColor = "#FF0000"; finance_telephone.style.borderWidth = "1px"; finance_telephone.focus(); return false; }else{ finance_telephone.style.borderStyle = "solid"; finance_telephone.style.borderColor = "#00CC00"; finance_telephone.style.borderWidth = "1px"; document.getElementById('error-finance_telephone').innerHTML = "<IMG SRC='modules/InnoForum/pnimages/right.gif' WIDTH='10' HEIGHT='10'>"; } //Check email var finance_email = document.getElementById("finance_email"); //alert(email.value); var finance_email1 = new String(finance_email.value); //alert(finance_email1); finance_email1 = trimString(finance_email1); if (trimString(finance_email.value) == '') { alert("กรุณากรอกอีเมล์"); finance_email.style.borderStyle = "solid"; finance_email.style.borderColor = "#FF0000"; finance_email.style.borderWidth = "1px"; finance_email.focus(); return false; } if (!isEmail(finance_email1)) { alert("กรุณากรอกอีเมล์ให้ถูกต้อง"); finance_email.style.borderStyle = "solid"; finance_email.style.borderColor = "#FF0000"; finance_email.style.borderWidth = "1px"; finance_email.focus(); return false; }else{ finance_email.style.borderStyle = "solid"; finance_email.style.borderColor = "#00CC00"; finance_email.style.borderWidth = "1px"; document.getElementById('error-finance_email').innerHTML = "<IMG SRC='modules/InnoForum/pnimages/right.gif' WIDTH='10' HEIGHT='10'>"; } //Check balance var balance = document.getElementById("balance"); if (trimString(balance.value) == '') { alert("กรุณากรอกยอดจัดไฟแนนซ์"); document.getElementById('error-balance').innerHTML = "<FONT COLOR='#FF0000'>*</FONT>"; balance.style.borderStyle = "solid"; balance.style.borderColor = "#FF0000"; balance.style.borderWidth = "1px"; balance.focus(); return false; }else{ balance.style.borderStyle = "solid"; balance.style.borderColor = "#00CC00"; balance.style.borderWidth = "1px"; document.getElementById('error-balance').innerHTML = "<IMG SRC='modules/InnoForum/pnimages/right.gif' WIDTH='10' HEIGHT='10'>"; } //Check interest var interest = document.getElementById("interest"); //float interest_float = parseFloat(interest.value); if (trimString(interest.value) == '') { alert("กรุณากรอกดอกเบี้ย"); document.getElementById('error-interest').innerHTML = "<FONT COLOR='#FF0000'>*</FONT>"; interest.style.borderStyle = "solid"; interest.style.borderColor = "#FF0000"; interest.style.borderWidth = "1px"; interest.focus(); return false; }else if (trimString(interest.value) <= 0) { alert("กรุณากรอกดอกเบี้ยมากกว่า 0 " ); document.getElementById('error-interest').innerHTML = "<FONT COLOR='#FF0000'>*</FONT>"; interest.style.borderStyle = "solid"; interest.style.borderColor = "#FF0000"; interest.style.borderWidth = "1px"; interest.focus(); return false; }else{ interest.style.borderStyle = "solid"; interest.style.borderColor = "#00CC00"; interest.style.borderWidth = "1px"; document.getElementById('error-interest').innerHTML = "<IMG SRC='modules/InnoForum/pnimages/right.gif' WIDTH='10' HEIGHT='10'>"; } } function addFinance(){ //alert("up"); var url = 'index.php?module=InnoForum&type=moderateajax&func=validateFinnance&uid=' + + '&topic_id=' + 164090; //alert(url); new Ajax.Request(url, { method:'get', onSuccess: function(transport){ var result = transport.responseText; if(trimString(result) == ''){ alert("กรุณาเข้าสู่ระบบ") }else{ if(trimString(result) == "true"){ document.getElementById('company_name').disabled=false; document.getElementById('balance').disabled=false; document.getElementById('interest').disabled=false; document.getElementById('finance_telephone').disabled=false; document.getElementById('finance_email').disabled=false; document.getElementById('max_installment').disabled=false; document.getElementById('min_installment').disabled=false; document.getElementById('btnSubmit').disabled=false; document.getElementById('btnValidate').disabled=true; document.getElementById('vat').innerHTML = '<INPUT TYPE="radio" NAME="form" value="1" checked> มี  <INPUT TYPE="radio" NAME="form" value="2" > ไม่มี</span>'; //alert(""+ result +" : validate"); }else{ document.getElementById('finance_id').value = ''; document.getElementById('company_name').value = ''; document.getElementById('balance').value = ''; document.getElementById('interest').value = ''; document.getElementById('max_installment').value = '12'; document.getElementById('min_installment').value = '12'; document.getElementById('company_name').disabled=true; document.getElementById('balance').disabled=true; document.getElementById('interest').disabled=true; document.getElementById('finance_telephone').disabled=true; document.getElementById('finance_email').disabled=true; document.getElementById('max_installment').disabled=true; document.getElementById('min_installment').disabled=true; document.getElementById('vat').disabled=true; alert("คุณได้จัดไฟแนนซ์ในประกาศนี้แล้ว"); //alert(""+ result +" : not validate"); } } } }); } function computeFinance(balance, interest, installment, vat, installmentElement, payElement, computeAllElement, hiddenEstimatePriceElement){ balanceFloat = parseFloat(document.getElementById(hiddenEstimatePriceElement).value); interestFloat = parseFloat(interest); vatFloat = parseFloat(vat); installmentInt = parseInt(installment); var allFinanceProfit = parseFloat(balanceFloat*(interestFloat/100)*installmentInt); var financeProfitPerMonth = parseFloat(allFinanceProfit/installmentInt); var totalPayment = Math.round(parseFloat(balanceFloat+allFinanceProfit)); var payPerMonth = Math.round(parseFloat(totalPayment/installmentInt)); if(vat == 7){ var totalPayment = Math.round(parseFloat(totalPayment*1.07)); var payPerMonth = Math.round(parseFloat(payPerMonth*1.07)); } var nf = new NumberFormat(8563.04578); nf.setPlaces(3); nf.setSeparators(false); var num = nf.toFormatted(); var displayFormatPayPerMonth = addCommas(payPerMonth); var displayFormatTotalPayment = addCommas(totalPayment); /* Debug script var totalPaymentIncludeVat = Math.round(parseFloat(totalPayment*1.07)); var payPerMonthIncludeVat = Math.round(parseFloat(payPerMonth*1.07)); var displayFormatPayPerMonthIncludeVat = new NumberFormat(payPerMonthIncludeVat).toFormatted(); var displayFormatTotalPaymentIncludeVat = new NumberFormat(totalPaymentIncludeVat).toFormatted(); alert("balance:"+balanceFloat); alert("interest:"+interestFloat); alert("installment:"+installmentInt); alert("vat:"+vatFloat); alert("Finance profit:"+allFinanceProfit); alert("Finance profit/month:"+financeProfitPerMonth); alert("Pay/month:"+payPerMonth); alert("total payment:"+totalPayment); alert("Pay/month(vat):"+payPerMonthIncludeVat); alert("total payment(vat):"+totalPaymentIncludeVat); */ document.getElementById(installmentElement).innerHTML="<IMG SRC='modules/InnoForum/pnimages/ajax-loader-2.gif' WIDTH='16' HEIGHT='16'>"; document.getElementById(installmentElement).innerHTML=installment; document.getElementById(payElement).innerHTML="<IMG SRC='modules/InnoForum/pnimages/ajax-loader-2.gif' WIDTH='16' HEIGHT='16'>"; document.getElementById(payElement).innerHTML="<FONT COLOR='#FF0000'><B>"+displayFormatPayPerMonth+"</B></FONT>"; document.getElementById(computeAllElement).innerHTML=displayFormatTotalPayment; } function addCommas(nStr){ nStr += ''; x = nStr.split('.'); x1 = x; x2 = x.length > 1 ? '.' + x : ''; var rgx = /(d+)(d{3})/; while (rgx.test(x1)) { x1 = x1.replace(rgx, '$1' + ',' + '$2'); } return x1 + x2; } function showElement(descElement, showButtonElement, hideButtonElement){ document.getElementById(showButtonElement).style.display='none'; document.getElementById(hideButtonElement).style.display=''; document.getElementById(descElement).style.display=''; } function hideElement(descElement, showButtonElement, hideButtonElement){ document.getElementById(showButtonElement).style.display=''; document.getElementById(hideButtonElement).style.display='none'; document.getElementById(descElement).style.display='none'; } function showEditPriceElement(userPriceElement, editPriceElement, submitPriceElement, price, hiddenEstimatePriceElement, id){ var installment = document.getElementById("installment"+id).innerHTML; if(installment == "" || installment == "-"){ alert("กรุณาเลือกจำนวนงวดก่อน"); return false; } document.getElementById(editPriceElement).style.display='none'; document.getElementById(submitPriceElement).style.display=''; document.getElementById(userPriceElement).innerHTML='<input id="userEditPrice'+id+'" type="text" size="10" name="" value="'+price+'">'; } function hideEditPriceElement( userPriceElement, editPriceElement, submitPriceElement, hiddenEstimatePriceElement, id, balance, interest, vat, installmentElement, payElement, computeAllElement ){ var editPriceOriginal = document.getElementById("userEditPrice"+id).value; var installment = document.getElementById("installment"+id).innerHTML; if(installment == "" || installment == "-"){ alert("กรุณาเลือกจำนวนงวดก่อน"); return false; } if(editPriceOriginal <= balance){ var editPrice = addCommas(editPriceOriginal); document.getElementById(editPriceElement).style.display=''; document.getElementById(submitPriceElement).style.display='none'; document.getElementById(hiddenEstimatePriceElement).value=editPriceOriginal; document.getElementById(userPriceElement).innerHTML=editPrice; computeFinance(editPrice, interest, installment, vat, installmentElement, payElement, computeAllElement, hiddenEstimatePriceElement); }else{ alert("ราคาที่กรอกเกินกว่าราคาที่ได้ประเมิณไว้") } } ยอดจัดไฟแนนซ์ ชื่อบริษัทผู้จัดยอดจัด (บาท)งวดผ่อน (เดือน)ดอกเบี้ย (ร้อยละ/ปี)vat (7\%)การผ่อนชำระยังไม่มีข้อมูล
แก้ไขล่าสุดเมื่อ : 6/5/56สร้างเมื่อ : 6/5/56เลขที่ประกาศ :jGRm75zelB
หนึ่ง
Open WebsiteOpen FacebookOpen YouTubeOpen InstagramOpen TikTok