20221009 部门人员列表显示岗位

This commit is contained in:
2022-10-09 20:50:13 +08:00
parent c1a7f0aa14
commit 314e422311
6 changed files with 42 additions and 16 deletions
@@ -36,6 +36,8 @@
<f:ToolbarFill runat="server"></f:ToolbarFill>
<f:HiddenField runat="server" ID="hdUrl"></f:HiddenField>
<f:Button ID="btnSave" Icon="SystemSave" runat="server" OnClick="btnSave_Click" Text="保存">
</f:Button>
<f:Button ID="btnALLSave" Icon="SystemSave" runat="server" OnClick="btnALLSave_Click" Text="编辑个人信息">
</f:Button>
<f:Button ID="btnCustomQuery" Text="自定义查询" Icon="SystemSearch" runat="server"
OnClick="btnCustomQuery_Click" Hidden="true">
@@ -142,7 +144,7 @@
</f:Panel>
<f:Window ID="Window1" Title="查询" Hidden="true" EnableIFrame="true" EnableMaximize="true"
Target="Parent" EnableResize="true" runat="server" IsModal="true" Width="1024px" Maximized="true"
Height="620px">
Height="620px" OnClose="Window1_Close">
</f:Window>
</form>
</body>