#assign gridName="attDeptSchGrid${uuid!}">
<@ZKUI.Layout pattern="2U">
<@ZKUI.Cell hideHeader="true" height="240" width="500">
<@ZKUI.GridBox autoFirst="true" gridName="${gridName}" showColumns="personPin,personName,personLastName,deptName">
<@ZKUI.Searchbar>
<@ZKUI.SearchTop>
| <@ZKUI.Input name="personPin" maxlength="30" title="att_person_pin" type="text"/> |
@ZKUI.SearchTop>
<@ZKUI.SearchBelow>
|
<@ZKUI.Input name="likeName" maxlength="30" title="pers_person_wholeName" type="text"/>
|
|
<@ZKUI.Input name="deptName" maxlength="30" title="pers_dept_deptName" type="text"/>
|
@ZKUI.SearchBelow>
@ZKUI.Searchbar>
<@ZKUI.Toolbar>
<@ZKUI.ToolItem id="attTempSch.do?edit&tempType=2" width="850" height="700" text="att_schedult_opAddTempSch"
action="commonOpen" img="comm_add.png" permission="att:personsch:addtempsch">@ZKUI.ToolItem>
@ZKUI.Toolbar>
<@ZKUI.Grid onRowSelect="selectPersonHandler" vo="com.zkteco.zkbiosecurity.att.vo.AttPersonSchItem" query="attPersonSch.do?list"/>
@ZKUI.GridBox>
@ZKUI.Cell>
<@ZKUI.Cell hideHeader="true">
- <@i18n "common_abb_sunday"/>
- <@i18n "common_abb_monday"/>
- <@i18n "common_abb_tuesday"/>
- <@i18n "common_abb_wednesday"/>
- <@i18n "common_abb_thursday"/>
- <@i18n "common_abb_friday"/>
- <@i18n "common_abb_saturday"/>
@ZKUI.Cell>
@ZKUI.Layout>