20240918 单位工程分部分项划分导入导出

This commit is contained in:
2024-09-18 16:13:26 +08:00
parent ed678050b4
commit 43ecf5a2ea
14 changed files with 925 additions and 439 deletions
@@ -31,14 +31,16 @@
<f:Grid ID="Grid1" Width="870px" ShowBorder="true" ShowHeader="false" EnableCollapse="true"
runat="server" BoxFlex="1" DataKeyNames="DivisionId" AllowSorting="true" EnableColumnLines="true"
SortField="Sort" SortDirection="ASC" AllowCellEditing="true" ClicksToEdit="1" EnableCheckBoxSelect="true" KeepCurrentSelection="true"
ForceFit="true" ShowSelectedCell="true" DataIDField="DivisionId" >
<Toolbars>
ForceFit="true" ShowSelectedCell="true" DataIDField="DivisionId">
<Toolbars>
<f:Toolbar ID="Toolbar4" Position="Top" runat="server" ToolbarAlign="Right">
<Items>
<f:ToolbarFill runat="server"></f:ToolbarFill>
<f:Button ID="btnSave" ToolTip="保存" Icon="SystemSave" runat="server" Text="保存" Hidden="true"
OnClick="btnSave_Click">
</f:Button>
<f:Button ID="btnImport" ToolTip="导入" Text="导入" Icon="PackageIn" runat="server" OnClick="btnImport_Click" Hidden="true">
</f:Button>
</Items>
</f:Toolbar>
</Toolbars>
@@ -81,6 +83,9 @@
</Items>
</f:Panel>
</form>
<f:Window ID="Window1" Title="弹出窗体" Hidden="true" EnableIFrame="true" EnableMaximize="true"
Target="Top" EnableResize="false" runat="server" IsModal="true"
Width="700px" Height="560px">
</f:Window>
</body>
</html>