主页修改以及焊接管理

This commit is contained in:
2025-02-21 22:19:21 +08:00
parent c8162359f5
commit aa7f7290d5
164 changed files with 4751 additions and 3721 deletions
@@ -5,7 +5,7 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>编辑焊工入场管理</title>
<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">
@@ -15,8 +15,8 @@
<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="焊工姓名"
<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>
@@ -24,8 +24,8 @@
<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="证件号"
<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>
@@ -33,46 +33,46 @@
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtSE_EquipmentID" runat="server" Label="准操项目" LabelAlign="Right" MaxLength="50">
<f:TextBox ID="txtSE_EquipmentID" runat="server" Label="<%$ Resources:Lan,QualifiedEquipmentLabel%>" LabelAlign="Right" MaxLength="50">
</f:TextBox>
<f:DatePicker ID="txtLimitDate" runat="server" Label="有效期限" LabelAlign="Right"></f:DatePicker>
<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="申请考试项目" MaxLength="50" LabelAlign="Right"></f:TextBox>
<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="考试结果" LabelAlign="Right" LabelWidth="120px"></f:DropDownList>
<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="审核" runat="server" ShowHeader="true" EnableCollapse="true" Hidden="true"
<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="是否同意" ShowRedStar="true" AutoPostBack="true" OnSelectedIndexChanged="rblIsAgree_SelectedIndexChanged">
<f:RadioItem Text="同意" Value="true" />
<f:RadioItem Text="不同意" Value="false" />
<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="焊工代号"
<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="转办专业工程师" LabelWidth="130px" ID="drpAudit2" ShowRedStar="true" Required="true" EmptyText="--请选择--">
<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>
@@ -84,7 +84,7 @@
<f:FormRow MarginTop="10px">
<Items>
<f:DropDownList runat="server" Width="300px" Label="审核专业工程师" LabelWidth="130px" ID="drpAudit" ShowRedStar="true" Required="true" EmptyText="--请选择--">
<f:DropDownList runat="server" Width="300px" Label="<%$ Resources:Lan,AuditProfessionalEngineerLabel%>" LabelWidth="130px" ID="drpAudit" ShowRedStar="true" Required="true" EmptyText="--请选择--">
</f:DropDownList>
</Items>
</f:FormRow>
@@ -93,23 +93,23 @@
<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"
<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="保存" ToolTip="保存">
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="提交" ToolTip="提交">
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="弹出窗体" Hidden="true" EnableIFrame="true" EnableMaximize="true"
<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>