<#assign editPage = true> <#include 'public/template/editTemplate.html'> <#macro editContent>
<#if item.parkingLotModel == "one"> <#if item.displayParkingSpace> <#else> <#if item.fixedFeeScale && !(item.id??)>
* <@ZKUI.Input style="cursor:pointer" id="parkAuthSelectPerson" initText="${(item.personName)!}" name='persPersonId' value="${(item.persPersonId)!}" type="select" selectValue="${(item.persPersonId)!}" title="park_authorize_parkPersonName" width="900" height="450" path="skip.do?page=park_person_opParkSelectCarNumberPerson" hideLabel="true" readonly="readonly"/>
* <@ZKUI.Combo autoFirst="true" id="parkAuthCarNumberCombo" name="carNumberId" value='${(item.carNumberId)!}' empty="false" title="park_carNumber" hideLabel="true" width="148" readonly="true">
* <@ZKUI.Input initText="${(item.parkingSpaceName)!}" name='parkingSpaceId' value="${(item.parkingSpaceId)!}" type="select" selectValue="${(item.parkingSpaceId)!}" title="park_parkingSpace_spaceName" width="900" height="450" path="skip.do?page=park_parkingSpace_opParkSelectParkingSpace&onSure=selectParkingSpaceOnSure" hideLabel="true"/>
* <@ZKUI.ComboTree id="parkAuthEntZoneIdsComboTree" cascade="true" isTree="true" value="${(item.parkEntZoneIds)!}" name="parkEntZoneIds" type="checkbox" value="${(item.parkEntZoneIds)!}" title="park_authorize_entArea" hideLabel="true" width="148" readonly="true"/>
* <@ZKUI.ComboTree id="parkAuthEntZoneIdsComboTree" cascade="true" isTree="true" value="${(item.parkEntZoneIds)!}" name="parkEntZoneIds" type="checkbox" url="parkAuthorize.do?getEntranceAreaTree&init=false" value="${(item.parkEntZoneIds)!}" title="park_authorize_entArea" hideLabel="true" width="148" readonly="true"/>
* <@ZKUI.Combo id="parkAuthCarTypeCombo" name="carTypeId" value='${(item.carTypeId)!}' empty="false" title="park_carType_name" hideLabel="true" width="148" readonly="true">
* <@ZKUI.Combo id="parkAuthFixedChargeCombo" empty="false" title="park_fixedVehicle_name" hideLabel="true" width="148" readonly="true">
* <@ZKUI.Input endId="parkAuthEndTime" id="parkAuthStartTime" type="date" value="${((item.startTime)?string('yyyy-MM-dd'))!'${item.nowTime}'}" name="startTime" hideLabel="true" title="common_startTime" readonly="true"/>
* <@ZKUI.Input id="parkAuthEndTime" type="date" value="${((item.endTime)?string('yyyy-MM-dd'))!}" name="endTime" hideLabel="true" title="common_endTime" readonly="true"/>
*
<@i18n'park_authorize_authSmallDefAuthBig'/>