Files
ChengDa_English/SGGL/FineUIPro.Web/HJGL/PersonManage/NDTPersonRegisterEdit.aspx
T

120 lines
6.6 KiB
Plaintext
Raw Normal View History

2022-03-15 17:36:38 +08:00
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="NDTPersonRegisterEdit.aspx.cs" Inherits="FineUIPro.Web.HJGL.PersonManage.NDTPersonRegisterEdit" %>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>编辑无损检测人员登记</title>
</head>
<body>
<form id="form1" runat="server">
<f:PageManager ID="PageManager1" AutoSizePanelID="SimpleForm1" runat="server" />
<f:Form ID="SimpleForm1" ShowBorder="false" ShowHeader="false" AutoScroll="true"
BodyPadding="10px" runat="server" RedStarPosition="BeforeText" LabelAlign="Right">
<Rows>
<f:FormRow>
<Items>
<f:HiddenField ID="hdwelderId" runat="server"></f:HiddenField>
<f:TextBox ID="txtWED_Name" runat="server" Label="姓名" LabelAlign="Right" LabelWidth="140px">
</f:TextBox>
<f:TextBox ID="txtWED_Code" runat="server" Label="代号" LabelAlign="Right">
</f:TextBox>
<f:Label ID="Label1" runat="server"></f:Label>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtRTQualifiedLevel" runat="server" Label="RT 合格等级" LabelAlign="Right" LabelWidth="140px">
</f:TextBox>
<f:Label ID="Label2" runat="server"></f:Label>
<f:DatePicker ID="txtRTValidity" runat="server" Label="有效期" LabelAlign="Right"></f:DatePicker>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtPTQualifiedLevel" runat="server" Label="PT 合格等级" LabelAlign="Right" LabelWidth="140px">
</f:TextBox>
<f:Label ID="Label3" runat="server"></f:Label>
<f:DatePicker ID="txtPTValidity" runat="server" Label="有效期" LabelAlign="Right"></f:DatePicker>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtUTQualifiedLevel" runat="server" Label="UT 合格等级" LabelAlign="Right" LabelWidth="140px">
</f:TextBox>
<f:TextBox ID="txtRTIdentityCard" runat="server" Label="证件编号" LabelAlign="Right"></f:TextBox>
<f:DatePicker ID="txtUTValidity" runat="server" Label="有效期" LabelAlign="Right"></f:DatePicker>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtMTQualifiedLevel" runat="server" Label="MT 合格等级" LabelAlign="Right" LabelWidth="140px">
</f:TextBox>
<f:Label ID="Label4" runat="server"></f:Label>
<f:DatePicker ID="txtMTValidity" runat="server" Label="有效期" LabelAlign="Right"></f:DatePicker>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtTOFDQualifiedLevel" runat="server" Label="TOFD 合格等级" LabelAlign="Right" LabelWidth="140px">
</f:TextBox>
<f:Label ID="Label5" runat="server"></f:Label>
<f:DatePicker ID="txtTOFDValidity" runat="server" Label="有效期" LabelAlign="Right"></f:DatePicker>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtMAQualifiedLevel" runat="server" Label="材料分析 合格等级" LabelAlign="Right" LabelWidth="140px">
</f:TextBox>
<f:TextBox ID="txtMAIdentityCard" runat="server" Label="证件编号" LabelAlign="Right">
</f:TextBox>
<f:DatePicker ID="txtMAValidity" runat="server" Label="有效期" LabelAlign="Right"></f:DatePicker>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtMMQualifiedLevel" runat="server" Label="材料力学 合格等级" LabelAlign="Right" LabelWidth="140px">
</f:TextBox>
<f:TextBox ID="txtMMIdentityCard" runat="server" Label="证件编号" LabelAlign="Right">
</f:TextBox>
<f:DatePicker ID="txtMMValidity" runat="server" Label="有效期" LabelAlign="Right"></f:DatePicker>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:Panel ID="Panel2" ShowHeader="false" ShowBorder="false" Layout="Column" runat="server">
<Items>
<f:Label ID="lblAttach" CssStyle="padding-left:23px" Width="140px" runat="server" CssClass="marginr" ShowLabel="false"
Text="附件:">
</f:Label>
<f:Button ID="btnAttach" Text="附件" ToolTip="附件" Icon="TableCell" runat="server" OnClick="btnAttach_Click">
</f:Button>
</Items>
</f:Panel>
</Items>
</f:FormRow>
</Rows>
<Toolbars>
<f:Toolbar ID="Toolbar1" Position="Bottom" ToolbarAlign="Right" runat="server">
<Items>
<f:ToolbarFill ID="ToolbarFill1" runat="server"></f:ToolbarFill>
<f:Button ID="btnSave" Icon="SystemSave" runat="server" ValidateForms="SimpleForm1"
OnClick="btnSave_Click" Text="保存" ToolTip="保存">
</f:Button>
<f:Button ID="btnClose" EnablePostBack="false" Text="关闭" ToolTip="关闭"
runat="server" Icon="SystemClose">
</f:Button>
</Items>
</f:Toolbar>
</Toolbars>
</f:Form>
<f:Window ID="WindowAtt" Title="附件" Hidden="true" EnableIFrame="true" EnableMaximize="true"
Target="Parent" EnableResize="false" runat="server" IsModal="true" Width="700px"
Height="500px">
</f:Window>
</form>
</body>
</html>