This commit is contained in:
2025-08-07 11:05:21 +08:00
parent 59f3f48b55
commit bdae153c1e
7 changed files with 130 additions and 51 deletions
@@ -84,6 +84,9 @@
</f:FormRow>
<f:FormRow>
<Items>
<f:LinkButton ID="UploadAttach2" runat="server" Label="证件复印件" Text="上传和查看" OnClick="btnAttachUrl2_Click"
LabelAlign="Right">
</f:LinkButton>
<f:FileUpload ID="filePhoto" runat="server" ButtonText="上传电子签名" ButtonOnly="true"
AutoPostBack="true" OnFileSelected="filePhoto_FileSelected">
</f:FileUpload>
@@ -134,7 +137,7 @@
EnableMaximize="true" EnableResize="true" Title="弹出框" CloseAction="HidePostBack"
EnableIFrame="true">
</f:Window>
<f:Window ID="Window2" Title="指纹登记" Hidden="true" EnableIFrame="true" EnableMaximize="true"
<f:Window ID="Window2" Title="附件上传" Hidden="true" EnableIFrame="true" EnableMaximize="true"
Target="Top" EnableResize="true" runat="server" IsModal="true" Width="600px"
Height="640px">
</f:Window>