var quoted_result1="";
var quoted_result2="";
var quoted_result3="";
function get_quo_price(v_goodstypeid,v_spec,v_car,v_classname){
if(v_goodstypeid!=""){
if(v_goodstypeid=="1"){
quoted_result1="";
if(v_spec!=""){
quoted_result2="1小型车(SMART类),2中型车,3大型车,4超跑/豪华车,";
}
}
if(v_goodstypeid=="2"){
quoted_result1="";
if(v_spec!=""){
quoted_result2="1小型车(SMART类),2中型车,3大型车,4超跑/豪华车,";
}
}
if(v_goodstypeid=="3"){
quoted_result1="";
if(v_spec!=""){
quoted_result2="1小型车(SMART类),2中型车,3大型车,4超跑/豪华车,";
}
}
if(v_goodstypeid==""){
quoted_result1="";
if(v_spec!=""){
quoted_result2="1小型车(SMART类),2中型车,3大型车,4超跑/豪华车,";
}
}
}
}