2023-04-24

This commit is contained in:
2023-04-24 09:59:56 +08:00
parent e078e9e399
commit 712e52a614
5 changed files with 23 additions and 10 deletions
@@ -177,9 +177,13 @@
<f:Panel ID="Panel17" Layout="Column" ShowHeader="false" ShowBorder="false" runat="server">
<Items>
<f:Label runat="server" ID="Label" Text=" " LabelAlign="Right" Width="140px"></f:Label>
<f:Button ID="btnAttachUrl" Text="上传合同文件" ToolTip="附件" Icon="TableCell" runat="server"
<f:Button ID="btnAttachUrl" Text="合同签字盖章扫描版文件" ToolTip="附件" Icon="TableCell" runat="server"
OnClick="btnAttachUrl_Click" ValidateForms="SimpleForm1">
</f:Button>
<f:Button ID="btnAttachUrl_1" Text="合同评审及审批表" ToolTip="附件" Icon="TableCell" runat="server"
OnClick="btnAttachUrl_1_Click" ValidateForms="SimpleForm1">
</f:Button>
</Items>
</f:Panel>
</Items>
@@ -187,10 +191,6 @@
</Rows>
<Toolbars>
<f:Toolbar ID="Toolbar5" Position="Bottom" ToolbarAlign="Right" runat="server">
</f:Toolbar>
</Toolbars>
</f:Form>
</Items>