| | |
| | | <#input id="GPSInstallDate" name="卫星定位装置安装时间" type="text" value="${item.GPSInstallDate}"/> |
| | | <#input id="registerDate" name="平台车辆报备日期" type="text" value="${item.registerDate}"/> |
| | | <#select id="commercialType" name="服务类型:"> |
| | | <option value="1" ${'1' == item.commercialType ? 'selected=selected' : ''}>网络预约出租车</option> |
| | | <option value="2" ${'2' == item.commercialType ? 'selected=selected' : ''}>巡游出租汽车</option> |
| | | <option value="3" ${'3' == item.commercialType ? 'selected=selected' : ''}>私人小客车合乘</option> |
| | | <option value="1" ${1 == item.commercialType ? 'selected=selected' : ''}>网络预约出租车</option> |
| | | <option value="2" ${2 == item.commercialType ? 'selected=selected' : ''}>巡游出租汽车</option> |
| | | <option value="3" ${3 == item.commercialType ? 'selected=selected' : ''}>私人小客车合乘</option> |
| | | </#select> |
| | | </div> |
| | | </div> |