<#assign editPage = true> <#include 'public/template/editTemplate.html'> <#macro editContent>
*
* <@ZKUI.Combo onAfterLoad="isInitPavilio" id="pavilioCombo${uuid}" name="pavilioId" value='${(item.pavilioId)!}' onChange="pavilioChg${uuid}" title="park_pavilio_name" path="parkPavilio.do?getAllPavilio" empty="false" hideLabel="true" width="148" readonly="true"> * <@ZKUI.Combo id="parkState${uuid}" name="state" value="${(item.state)!}" title="park_channel_state" hideLabel="true" width="148" readonly="true">
* <@ZKUI.Combo id="devMasterCombo${uuid}" name="devMaster" value='${(item.devMaster)!}' title="park_channel_IPC1_IP" empty="false" hideLabel="true" width="148" readonly="true"> * <@ZKUI.Combo id="devMasterAvoptionCombo${uuid}" name="devMasterAvoption" value="${(item.devMasterAvoption)!}" title="park_channel_IPC1avoption" hideLabel="true" width="148" readonly="true">
<@ZKUI.Combo id="devSlaveCombo${uuid}" name="devSlave" value='${(item.devSlave)!}' title="park_channel_IPC2_IP" empty="false" hideLabel="true" width="148" readonly="true"> <@ZKUI.Combo id="devSlaveAvoptionCombo${uuid}" name="devSlaveAvoption" value="${(item.devSlaveAvoption)!}" title="park_channel_IPC2avoption" hideLabel="true" width="148" readonly="true">
* <@ZKUI.Combo hideLabel="true" id="monthCarOpenType${uuid}" name="monthCarOpenType" value="${(item.monthCarOpenType)!'2'}" title="XXX" width="148" readonly="true"> * <@ZKUI.Combo hideLabel="true" id="tempCarOpenType${uuid}" name="tempCarOpenType" value="${(item.tempCarOpenType)!'1'}" width="148" readonly="true">
<@i18n 'park_channel_limit'/> <#list item.parkCarTypeItemList?sort_by("code") as item> <#if item_index%4 == 0>
* <@ZKUI.Timer name="startTime" longWidth="100" id="parkChannelStartTime" value="${(item.startTime)!'00:00:00'}" format="HH:MM:SS"> * <@ZKUI.Timer name="endTime" longWidth="100" id="parkChannelEndTime" value="${(item.endTime)!'23:59:59'}" format="HH:MM:SS">
<@ZKUI.Input hideLabel="true" id="${item.code}" style="margin-${rightRTL!'right'}:5px" type="checkbox" value="${item.code}" name="restrictVehicleType" />