<#assign editPage = true> <#include 'public/template/editTemplate.html'> <#macro editContent>
<#if Application['system.language'] == "zh_CN"> <#else> <#if "${isShowLotInfName}"=="true" >
* <@ZKUI.Combo id="parkBlackWhiteCarAreaCombo${uuid}" name="carArea" key="parkProvince" value="${(item.carArea)!'${item.defaultPlate}'}" title="park_carNumber" empty="false" hideLabel="true" width="55" readonly="true"/>
* <@ZKUI.Combo id="parkBlackWhiteStateCombo${uuid}" name="state" value="${(item.state)!}" title="park_blackWhite_state" empty="false" hideLabel="true" width="148" readonly="true">
* <@ZKUI.Input hideLabel="true" type="date" id="startTime${uuid}" endId="endTime${uuid}" name="startTime" value="${((item.startTime)?string('yyyy-MM-dd'))!}" title="common_op_startTime" today="true" readonly="true"/>
* <@ZKUI.Input hideLabel="true" type="date" id="endTime${uuid}" name="endTime" value="${((item.endTime)?string('yyyy-MM-dd'))!}" title="common_op_endTime" readonly="true"/>
<@ZKUI.Combo id="parkingLotInfIdCombo" name="parkingLotInfId" value="${(item.parkingLotInfId)!}" path="parkParkingLot.do?getAllParkingLot" empty="false" hideLabel="true" width="148" readonly="true">
<@i18n 'park_parkingLot_message_notParkingLot'/>