#assign gridName="attShiftGrid${uuid!}">
<@ZKUI.Layout id="layout${uuid}" pattern="2U" style="height:100%;width:100%;">
<@ZKUI.Cell hideHeader="true">
<@ZKUI.GridBox gridName="${gridName}">
<@ZKUI.Searchbar>
<@ZKUI.SearchTop>
|
<@ZKUI.Input name="shiftNo" maxlength="30" title="common_number" type="text"/>
|
<@ZKUI.Input name="shiftName" maxlength="30" title="common_name" type="text"/>
|
<@ZKUI.Combo empty="true" name="shiftType" readonly="true" title="att_shift_type">
<#if "${Application['system.productCode']}" == "ZKBioSecurity">
#if>
@ZKUI.Combo>
|
@ZKUI.SearchTop>
@ZKUI.Searchbar>
<@ZKUI.Toolbar>
<@ZKUI.ToolItem id="refresh" text="common_op_refresh" img="comm_refresh.png" action="commonRefresh" permission="att:shift:refresh">@ZKUI.ToolItem>
<@ZKUI.ToolItem id="attShift.do?edit" text="common_op_new" width="920" height="700" img="comm_add.png" action="commonAdd" permission="att:shift:add">@ZKUI.ToolItem>
<@ZKUI.ToolItem id="attShift.do?del&names=(shiftName)" text="common_op_del" img="comm_del.png" action="commonDel" permission="att:shift:del">@ZKUI.ToolItem>
<@ZKUI.ToolItem id="attShift.do?export" isShow="false" type="export" permission="att:shift:export"/>
@ZKUI.Toolbar>
<@ZKUI.Grid vo="com.zkteco.zkbiosecurity.att.vo.AttShiftItem" query="attShift.do?list" onXLE="attShitQueryFirstSelectClick"/>
@ZKUI.GridBox>
@ZKUI.Cell>
<@ZKUI.Cell title="att_shift_timeSlotDetail" width="350px">
@ZKUI.Cell>
@ZKUI.Layout>