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

119 lines
7.5 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><asp:Literal runat="server" Text="<%$ Resources:Lan,ProjectPageData_MenuEdit%>"/><asp:Literal runat="server" Text="<%$ Resources:Lan,PersonEntranceManageTitle%>"/></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="<%$ Resources:Lan,WeldReportEdit_Unit%>" LabelAlign="Right" Required="true" ShowRedStar="true" LabelWidth="120px"></f:DropDownList>
<f:TextBox ID="txtWED_Name" runat="server" Label="<%$ Resources:Lan,OneWeekReport_WelderName%>"
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="<%$ Resources:Lan,IdentityCard%>" Required="true" ShowRedStar="true" LabelAlign="Right" LabelWidth="120px"></f:TextBox>
<f:TextBox ID="txtWorkCode" runat="server" Label="<%$ Resources:Lan,WorkCodeLabel%>"
MaxLength="20" LabelAlign="Right" LabelWidth="120px">
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtSE_EquipmentID" runat="server" Label="<%$ Resources:Lan,QualifiedEquipmentLabel%>" LabelAlign="Right" MaxLength="50">
</f:TextBox>
<f:DatePicker ID="txtLimitDate" runat="server" Label="<%$ Resources:Lan,ValidityPeriodColumn%>" LabelAlign="Right"></f:DatePicker>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtSE_Equipment_Apply" runat="server" Label="<%$ Resources:Lan,AppliedEquipmentLabel%>" MaxLength="50" LabelAlign="Right"></f:TextBox>
<f:DropDownList ID="drpRes" runat="server" Hidden="true" Label="<%$ Resources:Lan,ExaminationResultLabel%>" LabelAlign="Right" LabelWidth="120px"></f:DropDownList>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:ContentPanel ID="ContentPanel5" Title="<%$ Resources:Lan,WeldReportDataIn_Audit%>" 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="<%$ Resources:Lan,WorkHandoverEdit_IsAgree%>" ShowRedStar="true" AutoPostBack="true" OnSelectedIndexChanged="rblIsAgree_SelectedIndexChanged">
<f:RadioItem Text="<%$ Resources:Lan,WorkHandoverEdit_Agree%>" Value="true" />
<f:RadioItem Text="<%$ Resources:Lan,WorkHandoverEdit_Disagree%>" Value="false" />
</f:RadioButtonList>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtWED_Code" runat="server" Label="<%$ Resources:Lan,WelderCodeEditLabel%>"
MaxLength="50" LabelAlign="Right">
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow MarginTop="10px">
<Items>
<f:DropDownList runat="server" Hidden="true" Width="300px" Label="<%$ Resources:Lan,TransferProfessionalEngineerLabel%>" 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="<%$ Resources:Lan,AuditProfessionalEngineerLabel%>" 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="<%$ Resources:Lan,ProjectMapEdit_AttachButton%>" ToolTip="<%$ Resources:Lan,ProjectMapEdit_AttachButton%>" 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="<%$ Resources:Lan,XmsgGlgdEdit_Save%>" ToolTip="<%$ Resources:Lan,XmsgGlgdEdit_Save%>">
</f:Button>
<f:Button ID="btnSubmit" Icon="SystemSave" runat="server" ValidateForms="SimpleForm1"
OnClick="btnSubmit_Click" Text="<%$ Resources:Lan,WorkHandoverEdit_Submit%>" ToolTip="<%$ Resources:Lan,WorkHandoverEdit_Submit%>">
</f:Button>
</Items>
</f:Toolbar>
</Toolbars>
</f:Form>
<f:Window ID="WindowAtt" Title="<%$ Resources:Lan,XmsgGlgdEdit_WindowTitle%>" Hidden="true" EnableIFrame="true" EnableMaximize="true"
Target="Parent" EnableResize="false" runat="server" IsModal="true" Width="700px"
Height="500px">
</f:Window>
</form>
</body>
</html>