ZHJA_HJGL/HJGL_ZH/FineUIPro.Web/YLRQ/ConstructionManagement/WeldingManagementBatchEdit....

109 lines
6.3 KiB
Plaintext

<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WeldingManagementBatchEdit.aspx.cs" Inherits="FineUIPro.Web.YLRQ.ConstructionManagement.WeldingManagementBatchEdit" %>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title>焊口信息</title>
<link href="../../res/css/common.css" rel="stylesheet" type="text/css" />
</head>
<body>
<form id="form1" runat="server">
<f:PageManager ID="PageManager1" AutoSizePanelID="Panel1" runat="server" />
<f:Form ID="SimpleForm1" ShowBorder="true" ShowHeader="false" AutoScroll="true" BodyPadding="10px"
runat="server" RedStarPosition="BeforeText" LabelAlign="Right">
<Toolbars>
<f:Toolbar ID="Toolbar1" Position="Top" runat="server" ToolbarAlign="Right">
<Items>
<f:TextBox ID="txtWeldingCodeS" runat="server" Label="焊缝编号" LabelAlign="Right">
</f:TextBox>
<f:Button ID="btnCopy" Icon="DiskDownload" runat="server" Text="引用" OnClick="btnCopy_Click">
</f:Button>
<f:ToolbarFill ID="ToolbarFill1" runat="server">
</f:ToolbarFill>
<f:Button ID="btnSave" Icon="SystemSave" runat="server" Text="提交" ValidateForms="SimpleForm1"
OnClick="btnSave_Click">
</f:Button>
</Items>
</f:Toolbar>
</Toolbars>
<Rows>
<f:FormRow>
<Items>
<f:TextBox ID="txtWeldingCode" Label="焊缝编号" runat="server" FocusOnPageLoad="true" LabelWidth="100px">
</f:TextBox>
<f:TextBox ID="txtStart" Label="起" runat="server" LabelWidth="100px" ShowRedStar="true" Required="true">
</f:TextBox>
<f:TextBox ID="txtEnd" Label="止" runat="server" LabelWidth="100px" CompareOperator="GreaterThanEqual" ShowRedStar="true" Required="true">
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtWeldLength" Label="焊缝长度/直径" ShowRedStar="true" Required="true" runat="server"
LabelWidth="120px">
</f:TextBox>
<f:DropDownList ID="ddlWeldUnit" Label="焊缝单位" runat="server" LabelWidth="100px">
<f:ListItem Value="1" Text="长度" />
<f:ListItem Value="2" Text="直径" />
</f:DropDownList>
<f:DropDownList ID="ddlTextureMaterial1" Label="材质1" runat="server" ShowRedStar="true" Required="true"
EnableEdit="true" LabelWidth="100px" AutoPostBack="true" OnSelectedIndexChanged="ddlTextureMaterial1_SelectedIndexChanged">
</f:DropDownList>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:DropDownList ID="ddlTextureMaterial2" Label="材质2" runat="server" EnableEdit="true" LabelWidth="100px">
</f:DropDownList>
<f:DropDownList ID="ddlGrooveType" Label="坡口类型" runat="server" ShowRedStar="true" Required="true"
EnableEdit="true" LabelWidth="100px">
</f:DropDownList>
<f:DropDownBox runat="server" Label="热处理类型" ID="ddlHeatTreatmentType" DataControlID="RadioButtonList1"
EnableMultiSelect="true" ShowRedStar="true" LabelAlign="Right"
LabelWidth="100px">
<PopPanel>
<f:SimpleForm ID="SimpleForm3" BodyPadding="10px" runat="server" AutoScroll="true"
ShowBorder="True" ShowHeader="false" Hidden="true">
<Items>
<f:Label ID="Label10" runat="server" Text="请选择热处理类型:">
</f:Label>
<f:CheckBoxList ID="RadioButtonList1" ColumnNumber="1" runat="server" AutoPostBack="true">
<f:CheckItem Value="1" Text="预热" />
<f:CheckItem Value="2" Text="消氢" />
<f:CheckItem Value="3" Text="后热" />
<f:CheckItem Value="4" Text="消应力热处理" />
<f:CheckItem Value="5" Text="稳定化处理" />
</f:CheckBoxList>
</Items>
</f:SimpleForm>
</PopPanel>
</f:DropDownBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:NumberBox ID="txtThickness" Label="厚度" runat="server" LabelWidth="100px" DecimalPrecision="2"
NoNegative="true" ShowRedStar="true" Required="true">
</f:NumberBox>
<f:DropDownList ID="drpCreate" Label="录入人员" runat="server" ShowRedStar="true" Required="true"
EnableEdit="true" LabelWidth="100px">
</f:DropDownList>
<f:DropDownList ID="ddlUnit" Label="施工单位" runat="server" ShowRedStar="true" Required="true"
EnableEdit="true" LabelWidth="100px">
</f:DropDownList>
</Items>
</f:FormRow>
<f:FormRow ColumnWidths="100%">
<Items>
<f:Label ID="lbDef" runat="server" Label="备注" Text="非常规焊缝:仅限于支架、横缝、纵缝、环缝等焊口。非上述焊口请保持空白"></f:Label>
</Items>
</f:FormRow>
</Rows>
</f:Form>
</form>
</body>
</html>