YZ_BSF/HJGL/FineUIPro.Web/common/WelderManage/WelderViolationEdit.aspx

81 lines
4.3 KiB
Plaintext
Raw Normal View History

2024-05-13 08:48:51 +08:00
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WelderViolationEdit.aspx.cs" Inherits="FineUIPro.Web.common.WelderManage.WelderViolationEdit" %>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title>焊工违章</title>
<base target="_self" />
<link href="../../res/css/common.css" rel="stylesheet" type="text/css" />
</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:TextBox ID="txtWelderCode" runat="server" Label="<%$ Resources:Lan,WelderCode %>"
Readonly="true" LabelWidth="160px">
</f:TextBox>
<f:TextBox ID="txtWelderName" runat="server" Label="<%$ Resources:Lan,WelderName %>"
Readonly="true" LabelWidth="160px">
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:DropDownList ID="drpUnit" runat="server" Label="<%$ Resources:Lan,CompanyName %>" EnableEdit="true"
MaxLength="50" LabelWidth="160px"></f:DropDownList>
<f:DatePicker ID="txtViolationDate" runat="server" Label="<%$ Resources:Lan,ViolationDate %>"
LabelWidth="160px" Required="true" ShowRedStar="true">
</f:DatePicker>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:DropDownList ID="drpViolationFlag" runat="server" Label="<%$ Resources:Lan,Degreeofviolation %>" LabelWidth="160px" AutoPostBack="true"
OnSelectedIndexChanged="drpViolationFlag_OnSelectedIndexChanged" MaxLength="50" >
<f:ListItem Text="<%$ Resources:Lan,PleaseSelect %>" Value="0"/>
<f:ListItem Text="<%$ Resources:Lan,GeneralViolations %>" Value="1"/>
<f:ListItem Text="<%$ Resources:Lan,SeriousViolation %>" Value="2"/>
<f:ListItem Text="<%$ Resources:Lan,Zero_tolerance_of_violations %>" Value="3"/>
</f:DropDownList>
<f:DropDownList ID="drpViolationType" runat="server" Label="<%$ Resources:Lan,Typeofviolation %>"
MaxLength="50" LabelWidth="160px"></f:DropDownList>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:DropDownList ID="drpResults" runat="server" Label="<%$ Resources:Lan,ProcessingResults %>"
MaxLength="50" LabelWidth="160px"></f:DropDownList>
<f:TextBox ID="txtSpecialNote" runat="server" Label="<%$ Resources:Lan,SpecialNote %>" LabelWidth="160px"></f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtProject" runat="server" Label="<%$ Resources:Lan,ProjectsInvolved %>" LabelWidth="160px"></f:TextBox>
<f:DropDownList ID="drpRecordMan" runat="server" Label="<%$ Resources:Lan,RecordedBy %>"
EnableEdit="true" MaxLength="50" LabelWidth="160px"></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="btnSave" Icon="SystemSave" runat="server" ValidateForms="SimpleForm1"
OnClick="btnSave_Click">
</f:Button>
<f:Button ID="btnClose" EnablePostBack="false" ToolTip="<%$ Resources:Lan,Close %>"
runat="server" Icon="SystemClose">
</f:Button>
</Items>
</f:Toolbar>
</Toolbars>
</f:Form>
</form>
</body>
</html>