<toolbar> <dropDownButton name="export" caption="导出"> <button name="exportCurrent" caption="导出选中" /> <button name="exportToExcel" caption="导出全部" /> </dropDownButton> <button name="addNew" caption="按钮" visible="false" /> <button name="delete" caption="按钮" visible="false" /> </toolbar> </header> <body> <fastFilter> <filterItem name="adminOrg" alias="行政组织" widgetType="f7" uipk="com.kingdee.eas.basedata.org.app.AdminOrgUnitGS.F7" /> <filterItem name="month" alias="日期" widgetType="date" /> <filterItem name="person" alias="人员" widgetType="f7" multiselect="true" uipk="com.kingdee.eas.basedata.person.app.Person.F7" /> </fastFilter> <grid showLink="false" isList="true" name="name"> <field name="month" label="月份" width="100" /> <field name="personNumber" label="员工编码" width="100" /> <field name="centerName" label="中心" width="120" /> <field name="deptName" label="部门" width="120" /> <field name="personName" label="姓名" width="100" /> <field name="weekdayOtHours" label="平时加班工时" width="120" /> <field name="weekendOtHours" label="周末加班工时" width="120" /> <field name="totalOtHours" label="加班总工时" width="120" /> </grid> </body> <handler class="com.kingdee.eas.custom.perfweb.handler.IndirectPersonnelOvertimeReportHandler" /> <searchView uipk="com.kingdee.eas.custom.perfweb.IndirectPersonnelOvertimeReport.search" /> </main>