我的车辆
<% if(data != null && data.length > 0){ %> <% _.each(data, function(value, index){ %> <% }); %>
<%=value.shopSign%>
<% if(value.voitureType == 1){ %> 小型车 <% } %> <% if(value.voitureType == 2){ %> 大型车 <% } %> <% if(value.voitureType == 4){ %> 外籍汽车 <% } %> <% if(value.voitureType == 5){ %> 两、三轮摩托车 <% } %> <% if(value.voitureType == 6){ %> 境外摩托车 <% } %> <% if(value.voitureType == 7){ %> 外籍摩托车 <% } %> <% if(value.voitureType == 8){ %> 挂车 <% } %> <% if(value.voitureType == 9){ %> 香港入出境车 <% } %> <% if(value.voitureType == 10){ %> 澳门入出境车 <% } %> <%=value.cityName%>
<% } %>
添加车辆