Compare commits
2 Commits
4898790b4e
..
master
| Author | SHA1 | Date | |
|---|---|---|---|
| e418b60fdb | |||
| 3d80b11065 |
@@ -233,7 +233,7 @@
|
|||||||
</f:DropDownList>
|
</f:DropDownList>
|
||||||
</PageItems>
|
</PageItems>
|
||||||
</f:Grid>
|
</f:Grid>
|
||||||
<f:Grid ID="GridPending" ShowBorder="true" ShowHeader="true" Title="待审核"
|
<f:Grid ID="GridPending" ShowBorder="true" ShowHeader="true" Title="待审核" EnableCollapse="true"
|
||||||
runat="server" BoxFlex="1" DataKeyNames="TempDetailId" AllowCellEditing="false"
|
runat="server" BoxFlex="1" DataKeyNames="TempDetailId" AllowCellEditing="false"
|
||||||
AllowColumnLocking="true" EnableColumnLines="true" DataIDField="TempDetailId"
|
AllowColumnLocking="true" EnableColumnLines="true" DataIDField="TempDetailId"
|
||||||
AllowSorting="true" SortField="PipelineCode,WeldJointCode" SortDirection="ASC" OnSort="GridPending_Sort"
|
AllowSorting="true" SortField="PipelineCode,WeldJointCode" SortDirection="ASC" OnSort="GridPending_Sort"
|
||||||
|
|||||||
Reference in New Issue
Block a user