2023-03-14 增加公司模板设置界面

This commit is contained in:
2023-03-14 22:04:28 +08:00
parent a6909295b5
commit dabe09d39f
23 changed files with 1414 additions and 52 deletions
@@ -57,7 +57,8 @@
<f:Button ID="imgBtnFile" Text="文件" ToolTip="上传及查看" Icon="TableCell" runat="server"
OnClick="imgBtnFile_Click">
</f:Button>
<f:DropDownList ID="drpCompanyTemplate" runat="server" Width="300px" Hidden="true" Label="公司模板" LabelAlign="Right" EnableEdit="true">
</f:DropDownList>
<f:Button ID="btnEditWord" Icon="PageWhiteWord" OnClick="btnEditWord_Click" runat="server" Text="编辑文档" ToolTip="编辑文档" >
</f:Button>
</Items>