20230214人员考勤在岗人员导出 列表主键有人员id改为项目人员id
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user