xinjiang/SGGL/FineUIPro.Web/HJGL/PersonManage/TestApplicationEdit.aspx

233 lines
19 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="TestApplicationEdit.aspx.cs" Inherits="FineUIPro.Web.HJGL.PersonManage.TestApplicationEdit" %>
<!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="RegionPanel1" runat="server" />
<f:RegionPanel ID="RegionPanel1" ShowBorder="false" runat="server" Margin="5px">
<Regions>
<f:Region ID="Region2" ShowBorder="false" ShowHeader="false" Position="Center" Layout="VBox"
BoxConfigAlign="Stretch" BoxConfigPosition="Left" runat="server" AutoScroll="true">
<Items>
<f:GroupPanel ID="GroupPanel0" Layout="Anchor" Title="施工单位负责上传资料" runat="server">
<Items>
<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" AutoPostBack="true" OnSelectedIndexChanged="drpUnitId_SelectedIndexChanged"></f:DropDownList>
<f:DropDownList ID="drpConUnitWeldingEngineer" runat="server" Label="施工单位焊接工程师" LabelAlign="Right" LabelWidth="150px"></f:DropDownList>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:DatePicker ID="txtCertificateValidity" runat="server" Label="证件有效期" LabelAlign="Right" LabelWidth="120px" Required="true" ShowRedStar="true"></f:DatePicker>
<f:DatePicker ID="txtPreTestDate" runat="server" Label="预考试日期" LabelAlign="Right" LabelWidth="150px" Required="true" ShowRedStar="true"></f:DatePicker>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:DropDownList ID="drpWelderClass" runat="server" Label="焊工类别" EnableEdit="false" LabelAlign="Right" LabelWidth="120px" Required="true" ShowRedStar="true" AutoPostBack="true" OnSelectedIndexChanged="drpWelderClass_SelectedIndexChanged">
<f:ListItem Value="" Text="-请选择-" Selected="true" />
<f:ListItem Value="土建" Text="土建" />
<f:ListItem Value="结构" Text="结构" />
<f:ListItem Value="设备" Text="设备" />
<f:ListItem Value="管道" Text="管道" />
</f:DropDownList>
<f:TextBox ID="txtOwnerNum" runat="server" Label="业主编号" MaxLength="50" LabelAlign="Right" LabelWidth="150px" AutoPostBack="true" OnTextChanged="drpUnitId_SelectedIndexChanged">
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtWelderCode" runat="server" Label="焊工编号"
Required="true" MaxLength="50" ShowRedStar="true" LabelAlign="Right" LabelWidth="120px">
</f:TextBox>
<f:TextBox ID="txtWelderName" runat="server" Label="姓名"
Required="true" ShowRedStar="true" LabelAlign="Right" LabelWidth="150px">
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtIdentityCard" runat="server" Label="身份证号" LabelAlign="Right" LabelWidth="120px" Required="true" ShowRedStar="true" AutoPostBack="true" OnTextChanged="txtIdentityCard_TextChanged"></f:TextBox>
<f:TextBox ID="txtWeldingPosition" runat="server" Label="焊接位置" MaxLength="50" LabelAlign="Right" LabelWidth="150px">
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:DropDownList ID="drpWeldingMethod" runat="server" Label="焊接方法" LabelAlign="Right" LabelWidth="120px" ></f:DropDownList>
<f:DropDownList ID="drpSpecimenSize" runat="server" Label="焊接试件尺寸" LabelAlign="Right" LabelWidth="150px">
<f:ListItem Value="" Text="-请选择-" Selected="true" />
<f:ListItem Value="300×125×6mm" Text="300×125×6mm" />
<f:ListItem Value="300×125×8mm" Text="300×125×8mm" />
<f:ListItem Value="300×125×12mm" Text="300×125×12mm" />
<f:ListItem Value="Ф22×3×125mm" Text="Ф22×3×125mm" />
<f:ListItem Value="Ф60.3×5.6×125mm" Text="Ф60.3×5.6×125mm" />
<f:ListItem Value="Ф89×7×125mm" Text="Ф89×7×125mm" />
<f:ListItem Value="Ф114×7×125mm" Text="Ф114×7×125mm" />
</f:DropDownList>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:DropDownList ID="drpMaterialCategory" runat="server" Label="材质类别" LabelAlign="Right" LabelWidth="120px">
<f:ListItem Value="" Text="-请选择-" Selected="true" />
<f:ListItem Value="FeI" Text="FeI" />
<f:ListItem Value="FeII" Text="FeII" />
<f:ListItem Value="FeIII" Text="FeIII" />
<f:ListItem Value="FeIV" Text="FeIV" />
<f:ListItem Value="Ni" Text="Ni" />
<f:ListItem Value="Al" Text="Al" />
</f:DropDownList>
<f:Label ID="Label1" runat="server"></f:Label>
</Items>
</f:FormRow>
</Rows>
</f:Form>
</Items>
</f:GroupPanel>
<f:GroupPanel ID="GroupPanel1" Layout="Anchor" Title="监考管理人员确认" runat="server">
<Items>
<f:Form ID="Form2" ShowBorder="false" ShowHeader="false" AutoScroll="true"
BodyPadding="10px" runat="server" RedStarPosition="BeforeText" LabelAlign="Right">
<Rows>
<f:FormRow>
<Items>
<f:TextBox ID="txtAppearanceEvaluation" runat="server" Label="外观评定" LabelAlign="Right" LabelWidth="120px"></f:TextBox>
<f:Label ID="Label2" runat="server"></f:Label>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:GroupPanel ID="GroupPanel4" Layout="Anchor" Title="考试次数" runat="server">
<Items>
<f:Form ID="Form3" ShowBorder="false" ShowHeader="false" AutoScroll="true"
BodyPadding="10px" runat="server" RedStarPosition="BeforeText" LabelAlign="Right">
<Rows>
<f:FormRow>
<Items>
<f:NumberBox ID="txtFirstExamination" runat="server" Label="一次考试" LabelAlign="Right" LabelWidth="120px" NoNegative="true" RegionPercent="1"></f:NumberBox>
<f:NumberBox ID="txtSecondExamination" runat="server" Label="二次考试" LabelAlign="Right" LabelWidth="150px" NoNegative="true" RegionPercent="1"></f:NumberBox>
</Items>
</f:FormRow>
</Rows>
</f:Form>
</Items>
</f:GroupPanel>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:GroupPanel ID="GroupPanel5" Layout="Anchor" Title="焊工状态" runat="server">
<Items>
<f:Form ID="Form4" ShowBorder="false" ShowHeader="false" AutoScroll="true"
BodyPadding="10px" runat="server" RedStarPosition="BeforeText" LabelAlign="Right">
<Rows>
<f:FormRow>
<Items>
<f:DropDownList ID="drpWelderCondition" runat="server" Label="焊工状态" LabelAlign="Right" LabelWidth="120px">
<f:ListItem Value="待考试" Text="待考试" Selected="true" />
<f:ListItem Value="合格在岗" Text="合格在岗" />
<f:ListItem Value="合格离岗" Text="合格离岗" />
<f:ListItem Value="考试不合格退场" Text="考试不合格退场" />
</f:DropDownList>
<f:DatePicker ID="txtExamDate" runat="server" Label="日期" LabelAlign="Right" LabelWidth="150px"></f:DatePicker>
<f:TextBox ID="txtInvigilatorConfirmed" runat="server" Label="监考人确认" LabelAlign="Right" LabelWidth="150px"></f:TextBox>
</Items>
</f:FormRow>
</Rows>
</f:Form>
</Items>
</f:GroupPanel>
</Items>
</f:FormRow>
</Rows>
</f:Form>
</Items>
</f:GroupPanel>
<f:GroupPanel ID="GroupPanel2" Layout="Anchor" Title="委托施工单位" runat="server">
<Items>
<f:Form ID="Form5" ShowBorder="false" ShowHeader="false" AutoScroll="true"
BodyPadding="10px" runat="server" RedStarPosition="BeforeText" LabelAlign="Right">
<Rows>
<f:FormRow>
<Items>
<f:DropDownList ID="drpArea" runat="server" Label="负责装置区域" LabelAlign="Right" LabelWidth="120px">
</f:DropDownList>
<f:DatePicker ID="txtExamTrustDate" runat="server" Label="焊工考试委托日期" LabelAlign="Right" LabelWidth="150px"></f:DatePicker>
<f:TextBox ID="txtExamTrustCode" runat="server" Label="焊工考试委托单号" LabelAlign="Right" LabelWidth="150px"></f:TextBox>
</Items>
</f:FormRow>
</Rows>
</f:Form>
</Items>
</f:GroupPanel>
<f:GroupPanel ID="GroupPanel3" Layout="Anchor" Title="检测单位填写" runat="server">
<Items>
<f:Form ID="Form6" ShowBorder="false" ShowHeader="false" AutoScroll="true"
BodyPadding="10px" runat="server" RedStarPosition="BeforeText" LabelAlign="Right">
<Rows>
<f:FormRow>
<Items>
<f:DatePicker ID="txtCheckDate" runat="server" Label="检测日期" LabelAlign="Right" LabelWidth="120px"></f:DatePicker>
<f:TextBox ID="txtCheckResult" runat="server" Label="无损检测结果" LabelAlign="Right" LabelWidth="150px"></f:TextBox>
<f:NumberBox ID="txtNDTFilm" runat="server" Label="无损检测拍片数量" LabelAlign="Right" LabelWidth="150px" NoDecimal="true" NoNegative="true"></f:NumberBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:DropDownList ID="drpCheckUnit" runat="server" Label="检测单位" LabelAlign="Right" LabelWidth="120px"></f:DropDownList>
<f:Label ID="Label4" runat="server"></f:Label>
</Items>
</f:FormRow>
</Rows>
</f:Form>
</Items>
</f:GroupPanel>
</Items>
<Toolbars>
<f:Toolbar ID="Toolbar1" Position="Bottom" ToolbarAlign="Right" runat="server">
<Items>
<f:HiddenField ID="hdId" runat="server"></f:HiddenField>
<f:Button ID="btnAttachUrl" Text="身份证" ToolTip="上传身份证" runat="server" OnClick="btnAttachUrl_Click"
ValidateForms="SimpleForm1">
</f:Button>
<f:Button ID="btnAttachUrl2" Text="IC卡" ToolTip="上传焊接与热切割特种作业操作证" runat="server" OnClick="btnAttachUrl2_Click"
ValidateForms="SimpleForm1">
</f:Button>
<f:Button ID="btnAttachUrl3" Text="焊工证" ToolTip="上传特种设备作业人员证" runat="server" OnClick="btnAttachUrl3_Click"
ValidateForms="SimpleForm1">
</f:Button>
<f:Button ID="btnAttachUrl4" Text="网络查询证明" ToolTip="上传网络查询证明" runat="server" OnClick="btnAttachUrl4_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="btnClose" EnablePostBack="false" Text="关闭" ToolTip="关闭"
runat="server" Icon="SystemClose">
</f:Button>
</Items>
</f:Toolbar>
</Toolbars>
</f:Region>
</Regions>
</f:RegionPanel>
<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>