<#assign gridName="attTimeSlotGrid${uuid!}"> <@ZKUI.DGrid gridName="${gridName}"> <@ZKUI.LeftGrid title> <@ZKUI.Searchbar> <@ZKUI.SearchTop> <@ZKUI.Input name="periodName" maxlength="30" title="common_name" type="text"/> <@ZKUI.Combo empty="true" name="periodType" title="att_timeSlot_periodType"> <#if "${Application['system.productCode']}" == "ZKBioSecurity"> <@ZKUI.Toolbar> <@ZKUI.ToolItem id="refresh" text="common_op_refresh" img="comm_refresh.png" action="freshLeftGrid" permission="att:timeSlot:refresh"> <@ZKUI.ToolItem id="attTimeSlot.do?edit" text="common_op_new" width="720" height="650" img="comm_add.png" action="commonAdd" permission="att:timeSlot:add"> <@ZKUI.ToolItem id="attTimeSlot.do?del&names=(periodName)" text="common_op_del" img="comm_del.png" action="commonDel" permission="att:timeSlot:del"> <@ZKUI.ToolItem id="attTimeSlot.do?export" isShow="false" type="export" permission="att:timeSlot:export"/> <@ZKUI.Grid vo="com.zkteco.zkbiosecurity.att.vo.AttTimeSlotItem" query="attTimeSlot.do?list" onRowSelect="leftGridRowSelect" onXLE="attQueryFirstSelectClick"/> <@ZKUI.RightGrid title="att_timeSlot_browseBreakTime" leftFieldName="timeSlotId" width="400"> <@ZKUI.Searchbar> <@ZKUI.SearchTop> <@ZKUI.Input name="name" maxlength="30" title="common_name" type="text"/> <@ZKUI.Toolbar> <@ZKUI.ToolItem type="refresh"> <@ZKUI.ToolItem id="attTimeSlot.do?delBreakTime&names=(name)" text="common_op_del" img="comm_del.png" action="delBreakTime"> <@ZKUI.Grid vo="com.zkteco.zkbiosecurity.att.vo.AttTimeSlotBreakTimeItem" query="attTimeSlot.do?breakTimeList"/>