ChengDa_English/SGGL/FineUIPro.Web/HJGL/PersonManage/PersonEntranceManageEdit.aspx

119 lines
6.7 KiB
Plaintext

<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="PersonEntranceManageEdit.aspx.cs" Inherits="FineUIPro.Web.HJGL.PersonManage.PersonEntranceManageEdit" %>
<!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:DropDownList ID="drpUnitId" runat="server" Label="单位" LabelAlign="Right" Required="true" ShowRedStar="true" LabelWidth="120px"></f:DropDownList>
<f:TextBox ID="txtWED_Name" runat="server" Label="焊工姓名"
Required="true" MaxLength="20" ShowRedStar="true" LabelAlign="Right" LabelWidth="120px">
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtIdentityCard" runat="server" Label="身份证号" Required="true" ShowRedStar="true" LabelAlign="Right" LabelWidth="120px"></f:TextBox>
<f:TextBox ID="txtWorkCode" runat="server" Label="证件号"
MaxLength="20" LabelAlign="Right" LabelWidth="120px">
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtSE_EquipmentID" runat="server" Label="准操项目" LabelAlign="Right" MaxLength="50">
</f:TextBox>
<f:DatePicker ID="txtLimitDate" runat="server" Label="有效期限" LabelAlign="Right"></f:DatePicker>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtSE_Equipment_Apply" runat="server" Label="申请考试项目" MaxLength="50" LabelAlign="Right"></f:TextBox>
<f:DropDownList ID="drpRes" runat="server" Hidden="true" Label="考试结果" LabelAlign="Right" LabelWidth="120px"></f:DropDownList>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:ContentPanel ID="ContentPanel5" Title="审核" runat="server" ShowHeader="true" EnableCollapse="true" Hidden="true"
BodyPadding="0px">
<f:Form ID="Form5" ShowBorder="false" ShowHeader="false" AutoScroll="true"
BodyPadding="10px" runat="server" RedStarPosition="BeforeText" LabelAlign="Right">
<Rows>
<f:FormRow>
<Items>
<f:RadioButtonList runat="server" ID="rblIsAgree" Label="是否同意" ShowRedStar="true" AutoPostBack="true" OnSelectedIndexChanged="rblIsAgree_SelectedIndexChanged">
<f:RadioItem Text="同意" Value="true" />
<f:RadioItem Text="不同意" Value="false" />
</f:RadioButtonList>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtWED_Code" runat="server" Label="焊工代号"
MaxLength="50" LabelAlign="Right">
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow MarginTop="10px">
<Items>
<f:DropDownList runat="server" Hidden="true" Width="300px" Label="转办专业工程师" LabelWidth="130px" ID="drpAudit2" ShowRedStar="true" Required="true" EmptyText="--请选择--">
</f:DropDownList>
</Items>
</f:FormRow>
</Rows>
</f:Form>
</f:ContentPanel>
</Items>
</f:FormRow>
<f:FormRow MarginTop="10px">
<Items>
<f:DropDownList runat="server" Width="300px" Label="审核专业工程师" LabelWidth="130px" ID="drpAudit" ShowRedStar="true" Required="true" EmptyText="--请选择--">
</f:DropDownList>
</Items>
</f:FormRow>
</Rows>
<Toolbars>
<f:Toolbar ID="Toolbar1" Position="Bottom" ToolbarAlign="Right" runat="server">
<Items>
<f:HiddenField ID="hdWelderId" runat="server"></f:HiddenField>
<f:Button ID="btnAttachUrl" Text="附件" ToolTip="附件" Icon="TableCell" runat="server" OnClick="btnAttachUrl_Click"
ValidateForms="SimpleForm1">
</f:Button>
<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="btnSubmit" Icon="SystemSave" runat="server" ValidateForms="SimpleForm1"
OnClick="btnSubmit_Click" Text="提交" ToolTip="提交">
</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>