<#assign editPage = "true"> <#include "/public/template/editTemplate.html"> <#macro editContent>
<@ZKUI.Combo id="id" empty="false" width="148" hideLabel="true" autoFirst="true" name="id" path="ivsClientParentDevice.do?vehicleRepositorySelectData&parentDeviceId="+"${(parentDeviceId)!}" onAfterLoad="selectGroup"/>
<@ZKUI.Input hideLabel="true" name="ownerName" type="text" value="${item.ownerName!}" />
<@ZKUI.Input hideLabel="true" name="lpn" type="text" value="${plateNumber!}" />
<@ZKUI.Combo width="148" empty="false" name="vehicleColor" hideLabel="true" key="ivsCarColor" value="${item.vehicleColor!9}" />
<@ZKUI.Combo width="148" empty="false" name="plateColor" hideLabel="true" key="ivsPlateColor" value="${item.plateColor!9}" />
<@ZKUI.Combo width="148" empty="false" id="vehicleBrand${uuid}" name="vehicleBrand" hideLabel="true" path="ivsClientParentDevice.do?getVehicleData&id=${parentDeviceId!}" value="${item.vehicleBrand!228}" />
<@ZKUI.Combo width="148" empty="false" id="vehicleSub${uuid}" name="vehicleSub" hideLabel="true" path="ivsClientParentDevice.do?getVehicleData&id=${parentDeviceId!}&vehicleBrandId=${item.vehicleBrand!-1}" value="${item.vehicleSub!0}" disabled="true" readonly="true">
<@ZKUI.Combo width="148" empty="false" name="vehicleYear" hideLabel="true" key="ivsCarYear" value="${item.year!0}" />
<@ZKUI.Combo width="148" empty="false" name="carType" hideLabel="true" key="ivsCarType" value="${(item.carType)!0}" />
<@ZKUI.Combo width="148" empty="false" name="plateUse" hideLabel="true" key="ivsPtype" value="${item.plateUse!0}" />
<@ZKUI.Input hideLabel="true" name="ownerId" type="text" value="${item.ownerId}" />
<@ZKUI.Input hideLabel="true" name="description" type="text" value="${item.description}" />