вот это трудночитаемый код,
$.post("/ves/function.inc.php", {'action':action,'type':type,'din':din,'diam':diam,'length':length,'rate':rate,'ves':ves},
лучше делайте так
$.post("/ves/function.inc.php", {
'action' : action,
'type' : type,
'din' : din,
'diam' : diam,
'length' : length,
'rate' : rate,
'ves' : ves
},
это не ошибка, просто так на много наглядней))