20230214人员考勤在岗人员导出 列表主键有人员id改为项目人员id

This commit is contained in:
2023-02-14 16:55:32 +08:00
parent ca484ca4d6
commit 7bd05d57cb
3 changed files with 2 additions and 286 deletions
@@ -13,7 +13,7 @@
ShowHeader="false" Layout="VBox" BoxConfigAlign="Stretch">
<Items>
<f:Grid ID="Grid1" ShowBorder="true" ShowHeader="false" Title="单位在岗人员" EnableCollapse="true"
runat="server" BoxFlex="1" DataKeyNames="PersonId" DataIDField="PersonId" AllowSorting="true" SortField="PersonName"
runat="server" BoxFlex="1" DataKeyNames="SitePersonId" DataIDField="SitePersonId" AllowSorting="true" SortField="PersonName"
SortDirection="DESC" OnSort="Grid1_Sort" AllowPaging="true" IsDatabasePaging="true" ForceFit="true"
PageSize="20" OnPageIndexChange="Grid1_PageIndexChange" EnableColumnLines="true" EnableTextSelection="True">
<Toolbars>