主页修改以及焊接管理

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,PersonManageWindowTitle%>"/></title>
<style type="text/css">
.userphoto .f-field-label {
margin-top: 0;
@@ -30,57 +30,57 @@
<Rows>
<f:FormRow>
<Items>
<f:TextBox ID="drpUnitId" runat="server" Label="单位" LabelAlign="Right" Readonly="true" LabelWidth="120px"></f:TextBox>
<f:TextBox ID="drpTeamGroupId" runat="server" Label="班组" LabelAlign="Right" Readonly="true"></f:TextBox>
<f:TextBox ID="drpUnitId" runat="server" Label="<%$ Resources:Lan,WeldReportEdit_Unit%>" LabelAlign="Right" Readonly="true" LabelWidth="120px"></f:TextBox>
<f:TextBox ID="drpTeamGroupId" runat="server" Label="<%$ Resources:Lan,WelderPerformance_TeamGroup%>" LabelAlign="Right" Readonly="true"></f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtWED_Name" runat="server" Label="焊工姓名"
<f:TextBox ID="txtWED_Name" runat="server" Label="<%$ Resources:Lan,OneWeekReport_WelderName%>"
Required="true" MaxLength="20" ShowRedStar="true" LabelAlign="Right" LabelWidth="120px">
</f:TextBox>
<f:TextBox ID="txtWED_Code" runat="server" Label="焊工代号"
<f:TextBox ID="txtWED_Code" runat="server" Label="<%$ Resources:Lan,WelderCodeEditLabel%>"
Required="true" MaxLength="50" ShowRedStar="true" LabelAlign="Right">
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:DatePicker ID="txtBirthday" runat="server" Label="出生日期" LabelAlign="Right" LabelWidth="120px"></f:DatePicker>
<f:RadioButtonList ID="rblSex" runat="server" Label="性别" LabelAlign="Right">
<f:RadioItem Value="1" Text="" Selected="true" />
<f:RadioItem Value="2" Text="" />
<f:DatePicker ID="txtBirthday" runat="server" Label="<%$ Resources:Lan,BirthdayLabel%>" LabelAlign="Right" LabelWidth="120px"></f:DatePicker>
<f:RadioButtonList ID="rblSex" runat="server" Label="<%$ Resources:Lan,WelderPerformance_Gender%>" LabelAlign="Right">
<f:RadioItem Value="1" Text="<%$ Resources:Lan,MaleOption%>" Selected="true" />
<f:RadioItem Value="2" Text="<%$ Resources:Lan,FemaleOption%>" />
</f:RadioButtonList>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtWorkCode" runat="server" Label="上岗证号"
<f:TextBox ID="txtWorkCode" runat="server" Label="<%$ Resources:Lan,WorkCodeColumn%>"
MaxLength="20" LabelAlign="Right" LabelWidth="120px">
</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="txtClass" runat="server" Label="焊工等级"
<f:TextBox ID="txtClass" runat="server" Label="<%$ Resources:Lan,ClassColumn%>"
MaxLength="200" LabelAlign="Right" LabelWidth="120px">
</f:TextBox>
<f:CheckBox ID="cbIfOnGuard" runat="server" Label="是否在岗" LabelAlign="Right"></f:CheckBox>
<f:CheckBox ID="cbIfOnGuard" runat="server" Label="<%$ Resources:Lan,OnGuardLabel%>" LabelAlign="Right"></f:CheckBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtIdentityCard" runat="server" Label="身份证号" LabelAlign="Right" LabelWidth="120px"></f:TextBox>
<f:RadioButtonList ID="rbtype" runat="server" Label="焊工类型" LabelAlign="Right">
<f:RadioItem Value="管道" Text="管道" Selected="true" />
<f:RadioItem Value="设备" Text="设备" />
<f:TextBox ID="txtIdentityCard" runat="server" Label="<%$ Resources:Lan,IdentityCard%>" LabelAlign="Right" LabelWidth="120px"></f:TextBox>
<f:RadioButtonList ID="rbtype" runat="server" Label="<%$ Resources:Lan,WelderTypeLabel%>" LabelAlign="Right">
<f:RadioItem Value="<%$ Resources:Lan,btnPrintText_2%>" Text="<%$ Resources:Lan,btnPrintText_2%>" Selected="true" />
<f:RadioItem Value="<%$ Resources:Lan,Button1Text_2%>" Text="<%$ Resources:Lan,Button1Text_2%>" />
</f:RadioButtonList>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:DropDownBox ID="dpWeldMethod" runat="server" Label="焊接方法" LabelWidth="120px" DataControlID="cbWeldMethod" EnableMultiSelect="true">
<f:DropDownBox ID="dpWeldMethod" runat="server" Label="<%$ Resources:Lan,JointComprehensive_WeldingMethod%>" LabelWidth="120px" DataControlID="cbWeldMethod" EnableMultiSelect="true">
<PopPanel>
<f:SimpleForm ID="SimpleForm4" BodyPadding="10px" runat="server" AutoScroll="true"
ShowBorder="true" ShowHeader="false" Hidden="true">
@@ -91,8 +91,8 @@
</f:SimpleForm>
</PopPanel>
</f:DropDownBox>
<f:DropDownList ID="dpJOTSch" runat="server" Label="壁厚" LabelAlign="Right">
<f:ListItem Value="" Text="不限" />
<f:DropDownList ID="dpJOTSch" runat="server" Label="<%$ Resources:Lan,JointComprehensive_Sch%>" LabelAlign="Right">
<f:ListItem Value="" Text="<%$ Resources:Lan,UnlimitedOption%>" />
<f:ListItem Value="1" Text="<12" />
<f:ListItem Value="2" Text=">=12" />
</f:DropDownList>
@@ -100,7 +100,7 @@
</f:FormRow>
<f:FormRow>
<Items>
<f:DropDownBox ID="drpSteType" runat="server" Label="母材类别" DataControlID="cbSteType" EnableMultiSelect="true">
<f:DropDownBox ID="drpSteType" runat="server" Label="<%$ Resources:Lan,WelderPerformance_MaterialType%>" DataControlID="cbSteType" EnableMultiSelect="true">
<PopPanel>
<f:SimpleForm ID="SimpleForm3" BodyPadding="10px" runat="server" AutoScroll="true"
ShowBorder="true" ShowHeader="false" Hidden="true">
@@ -111,12 +111,12 @@
</f:SimpleForm>
</PopPanel>
</f:DropDownBox>
<f:TextBox ID="txtRemak" runat="server" Label="备注" MaxLength="50" LabelAlign="Right"></f:TextBox>
<f:TextBox ID="txtRemak" runat="server" Label="<%$ Resources:Lan,StartWorkReport_Remark%>" MaxLength="50" LabelAlign="Right"></f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextArea ID="txtSE_EquipmentID" runat="server" Label="合格项目代号" LabelWidth="120px" LabelAlign="Right" MaxLength="1000">
<f:TextArea ID="txtSE_EquipmentID" runat="server" Label="<%$ Resources:Lan,QualifiedProjectCodeColumn%>" LabelWidth="120px" LabelAlign="Right" MaxLength="1000">
</f:TextArea>
</Items>
</f:FormRow>
@@ -136,18 +136,18 @@
<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="焊工资质证书" runat="server" OnClick="btnAttachUrl_Click"
<f:Button ID="btnAttachUrl" Text="<%$ Resources:Lan,WelderCertificateButton%>" ToolTip="<%$ Resources:Lan,WelderCertificateButton%>" runat="server" OnClick="btnAttachUrl_Click"
ValidateForms="SimpleForm1">
</f:Button>
<f:ToolbarFill ID="ToolbarFill1" runat="server"></f:ToolbarFill>
<f:Button ID="btnClose" EnablePostBack="false" Text="关闭" ToolTip="关闭"
<f:Button ID="btnClose" EnablePostBack="false" Text="<%$ Resources:Lan,XmsgGlgdEdit_Close%>" ToolTip="<%$ Resources:Lan,XmsgGlgdEdit_Close%>"
runat="server" Icon="SystemClose">
</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>