<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="PCFPipelineEdit.aspx.cs" Inherits="FineUIPro.Web.HJGL.WeldingManage.PCFPipelineEdit" %> <!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="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="txtISO_IsoNo" runat="server" Label="管线代号" Required="true" MaxLength="50" ShowRedStar="true" LabelAlign="Right" LabelWidth="120px"></f:TextBox> <f:DropDownList ID="drpUnit" runat="server" Label="单位" LabelAlign="Right" LabelWidth="120px" EnableEdit="true"></f:DropDownList> <f:DropDownList ID="drpSER" runat="server" Label="介质" LabelAlign="Right" LabelWidth="120px" EnableEdit="true" Required="true" ShowRedStar="true"></f:DropDownList> </Items> </f:FormRow> <f:FormRow> <Items> <f:RadioButtonList runat="server" ID="rbIsStandard" Label="是否非标" ShowRedStar="true" AutoPostBack="true" OnSelectedIndexChanged="rbIsStandard_SelectedIndexChanged" > <f:RadioItem Text="是" Value="true" /> <f:RadioItem Text="否" Value="false" Selected/> </f:RadioButtonList> <f:DropDownList ID="drpNDTRate" runat="server" Label="探伤比例" LabelAlign="Right" LabelWidth="120px" EnableEdit="true" Required="true" ShowRedStar="true"></f:DropDownList> <f:DropDownList ID="drpNDTName" runat="server" Label="探伤类型" LabelAlign="Right" LabelWidth="120px" EnableEdit="true"></f:DropDownList> </Items> </f:FormRow> <f:FormRow> <Items> <f:DropDownList ID="drpWorkArea" runat="server" Label="施工区域" LabelAlign="Right" LabelWidth="120px" EnableEdit="true"></f:DropDownList> <f:TextBox ID="txtISO_SysNo" runat="server" Label="系统号" MaxLength="50" LabelAlign="Right" LabelWidth="120px"></f:TextBox> <f:TextBox ID="txtISO_SubSysNo" runat="server" Label="分系统号" MaxLength="50" LabelAlign="Right" LabelWidth="120px"></f:TextBox> </Items> </f:FormRow> <f:FormRow> <Items> <f:TextBox ID="txtISO_CwpNo" runat="server" Label="工作包号" MaxLength="50" LabelAlign="Right" LabelWidth="120px"></f:TextBox> <f:TextBox ID="txtISO_IsoNumber" runat="server" Label="单线图号" LabelAlign="Right" LabelWidth="120px"></f:TextBox> <f:TextBox ID="txtISO_Rev" runat="server" Label="图纸版次" LabelAlign="Right" LabelWidth="120px"></f:TextBox> </Items> </f:FormRow> <f:FormRow> <Items> <f:TextBox ID="txtISO_Sheet" runat="server" Label="页数" LabelAlign="Right" LabelWidth="120px" ></f:TextBox> <f:NumberBox ID="txtISO_PipeQty" runat="server" Label="总管段数" LabelAlign="Right" LabelWidth="120px" DecimalPrecision="4"></f:NumberBox> <f:TextBox ID="txtISO_Paint" runat="server" Label="涂漆类别" LabelAlign="Right" LabelWidth="120px" MaxLength="40"></f:TextBox> </Items> </f:FormRow> <f:FormRow> <Items> <f:TextBox ID="txtISO_Insulator" runat="server" Label="绝热类别" LabelAlign="Right" LabelWidth="120px" MaxLength="40"></f:TextBox> <f:DropDownList ID="drpSTEName" runat="server" Label="材质" LabelAlign="Right" LabelWidth="120px" EnableEdit="true" ></f:DropDownList> <f:TextBox ID="txtISO_Executive" runat="server" Label="执行标准" LabelAlign="Right" LabelWidth="120px" MaxLength="50"></f:TextBox> </Items> </f:FormRow> <f:FormRow> <Items> <f:TextBox ID="txtISO_Specification" runat="server" Label="规格" LabelAlign="Right" LabelWidth="120px" MaxLength="50"></f:TextBox> <f:TextBox ID="txtISO_Modifier" runat="server" Label="修改人" LabelAlign="Right" LabelWidth="120px" MaxLength="20"></f:TextBox> <f:DatePicker ID="txtISO_ModifyDate" runat="server" Label="修改日期" LabelAlign="Right" LabelWidth="120px"></f:DatePicker> </Items> </f:FormRow> <f:FormRow> <Items> <f:TextBox ID="txtISO_Creator" runat="server" Label="建档人" LabelAlign="Right" LabelWidth="120px" MaxLength="20"></f:TextBox> <f:DatePicker ID="txtISO_CreateDate" runat="server" Label="建档日期" LabelAlign="Right" LabelWidth="120px"></f:DatePicker> <%--<f:NumberBox ID="txtISO_DesignPress" runat="server" Label="设计压力" LabelAlign="Right" LabelWidth="120px" DecimalPrecision="4"></f:NumberBox>--%> <f:TextBox ID="txtISO_DesignPress" runat="server" Label="设计压力" LabelAlign="Right" LabelWidth="120px"></f:TextBox> </Items> </f:FormRow> <f:FormRow> <Items> <f:TextBox ID="txtISO_DesignTemperature" runat="server" Label="设计温度" LabelAlign="Right" LabelWidth="120px" ></f:TextBox> <%--<f:NumberBox ID="txtISO_TestPress" runat="server" Label="试验压力" LabelAlign="Right" LabelWidth="120px" DecimalPrecision="4"></f:NumberBox>--%> <f:TextBox ID="txtISO_TestPress" runat="server" Label="试验压力" LabelAlign="Right" LabelWidth="120px"></f:TextBox> <f:TextBox ID="txtISO_TestTemperature" runat="server" Label="试验温度" LabelAlign="Right" LabelWidth="120px" ></f:TextBox> </Items> </f:FormRow> <f:FormRow> <Items> <f:DropDownList ID="drpNDTClass" runat="server" Label="合格等级" LabelAlign="Right" LabelWidth="120px"> <f:ListItem Value="0" Text="-请选择-" Selected="true" /> <f:ListItem Value="Ⅰ" Text="Ⅰ" /> <f:ListItem Value="Ⅱ" Text="Ⅱ" /> <f:ListItem Value="Ⅲ" Text="Ⅲ" /> <f:ListItem Value="Ⅳ" Text="Ⅳ" /> <f:ListItem Value="Ⅴ" Text="Ⅴ" /> </f:DropDownList> <f:TextBox ID="txtISO_PTRate" runat="server" Label="渗透比例" LabelAlign="Right" LabelWidth="120px" MaxLength="50"></f:TextBox> <f:TextBox ID="txtISO_PTClass" runat="server" Label="渗透等级" LabelAlign="Right" LabelWidth="120px" MaxLength="8"></f:TextBox> </Items> </f:FormRow> <f:FormRow> <Items> <f:DropDownList ID="drpISO_IfPickling" runat="server" Label="是否酸洗" LabelAlign="Right" LabelWidth="120px"> <f:ListItem Value="0" Text="-请选择-" Selected="true" /> <f:ListItem Value="true" Text="是" /> <f:ListItem Value="false" Text="否" /> </f:DropDownList> <f:DropDownList ID="drpISO_IfChasing" runat="server" Label="是否抛光" LabelAlign="Right" LabelWidth="120px"> <f:ListItem Value="0" Text="-请选择-" Selected="true" /> <f:ListItem Value="true" Text="是" /> <f:ListItem Value="false" Text="否" /> </f:DropDownList> <f:DropDownList ID="drpIDName" runat="server" Label="管道等级" LabelAlign="Right" LabelWidth="120px"> </f:DropDownList> </Items> </f:FormRow> <f:FormRow> <Items> <f:TextBox ID="txtCHT_ChecNo" runat="server" Label="探伤报告编号" LabelAlign="Right" Hidden="true" LabelWidth="120px"></f:TextBox> <f:TextBox ID="txtISOLength" runat="server" Label="管道长度" LabelAlign="Right" Hidden="true" LabelWidth="120px"></f:TextBox> <f:TextBox ID="txtISO_Remark" runat="server" Label="备注" LabelAlign="Right" LabelWidth="120px" MaxLength="100"></f:TextBox> <f:CheckBox ID="ckAll" runat="server" Checked="true" Text="是否批量修改"></f:CheckBox> </Items> </f:FormRow> </Rows> <Toolbars> <f:Toolbar ID="Toolbar1" Position="Bottom" ToolbarAlign="Right" runat="server"> <Items> <f:HiddenField ID="hdIsoNo" runat="server"></f:HiddenField> <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:Form> </form> </body> </html>