This commit is contained in:
2025-12-26 11:32:06 +08:00
parent 79948bf676
commit 6e818101b7
3 changed files with 110 additions and 2 deletions
@@ -14,7 +14,7 @@
<Items>
<f:Grid ID="Grid1" Title="管线焊口信息" ShowHeader="false" EnableCollapse="true" PageSize="20"
BoxFlex="1" ShowBorder="true" AllowPaging="true" IsDatabasePaging="true" runat="server"
EnableColumnLines="true" SortField="JOT_JointNo" SortDirection="ASC" OnSort="Grid1_Sort"
EnableColumnLines="true" SortField="JOTY_Group,Sort1,Sort2,Sort3,Sort4,Sort5" SortDirection="ASC" OnSort="Grid1_Sort"
DataKeyNames="JOT_ID" DataIDField="JOT_ID" OnPageIndexChange="Grid1_PageIndexChange"
AllowFilters="true" OnFilterChange="Grid1_FilterChange" AllowSorting="true">
<Toolbars>