<#assign gridName="attGroupGrid${uuid!}"> <@ZKUI.DGrid gridName="${gridName}"> <@ZKUI.LeftGrid title="att_group_editGroup" width="300"> <@ZKUI.Searchbar> <@ZKUI.SearchTop> <@ZKUI.Input name="groupName" maxlength="30" title="common_name" type="text"/> <@ZKUI.Toolbar> <@ZKUI.ToolItem type="refresh" action="commonRefresh" permission="att:group:refresh"> <@ZKUI.ToolItem id="attGroup.do?edit" text="common_op_new" width="400" height="260" img="comm_add.png" action="commonAdd" permission="att:group:add"> <@ZKUI.ToolItem id="attGroup.do?del&names=(groupName)" text="common_op_del" img="comm_del.png" action="deleteAttGroup" permission="att:group:del"> <@ZKUI.Grid onRowSelect="leftGridClickAttGroup" vo="com.zkteco.zkbiosecurity.att.vo.AttGroupItem" query="attGroup.do?list"/> <@ZKUI.RightGrid title="att_group_browseGroupPerson" leftFieldName="groupId" showColumns="!likeName"> <@ZKUI.Searchbar onBeforeQuery="loadAttPersonSchGrid"> <@ZKUI.SearchTop> <@ZKUI.Input type="date" id="startDate${uuid!}" endId="endDate${uuid!}" name="startDate" title="common_time_from" todayRange="start" today="true" readonly="false"/>   <@i18n 'common_to'/>   <@ZKUI.Input type="date" id="endDate${uuid!}" name="endDate" title="common_to" today="true" offset="1" hideLabel="true" readonly="false"/> <@ZKUI.Input name="personPin" maxlength="30" title="att_person_pin" type="text"/> <@ZKUI.SearchBelow> <@ZKUI.Input name="likeName" maxlength="30" title="pers_person_wholeName" type="text"/> <@ZKUI.Input name="deptName" title="pers_dept_deptName" type="text"/> <@ZKUI.Toolbar> <@ZKUI.ToolItem type="refresh" permission="att:groupPerson:refresh"> <@ZKUI.ToolItem id="attGroupPerson.do?del&names=(personName)" text="pers_common_delPerson" img="comm_del.png" action="delAttGroupPerson" permission="att:groupPerson:del"> <@ZKUI.ToolItem id="attPersonSch.do?cycleSch" text="att_personSch_cycleSch" title="att_personSch_cycleSch" width="440" height="540" img="comm_add.png" action="attPersonSchCycleSch" permission="att:personsch:cycleSch"/> <@ZKUI.ToolItem id="attPersonSch.do?tempSch" text="att_leftMenu_tempSch" title="att_leftMenu_tempSch" width="1080" height="700" img="comm_add.png" action="attPersonSchTempSch" permission="att:personsch:tempSch"/> <@ZKUI.ToolItem id="attCycleSch.do?delCycleSch" text="att_personSch_cleanCycleSch" img="comm_del.png" action="attPersonSchCleanCycleSch" permission="att:personsch:cleanCycleSch"/> <@ZKUI.ToolItem id="attTempSch.do?delTempSch" text="att_personSch_cleanTempSch" img="comm_del.png" action="attPersonSchCleanTempSch" permission="att:personsch:cleanTempSch"/> <@ZKUI.Grid vo="com.zkteco.zkbiosecurity.att.vo.AttPersonSchItem" query="attPersonSch.do?list"/>