228 lines
13 KiB
Plaintext
228 lines
13 KiB
Plaintext
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="PipingEdit.aspx.cs" Inherits="FineUIPro.Web.Transfer.PipingEdit" %>
|
|
|
|
<!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" runat="server" AutoSizePanelID="SimpleForm1" />
|
|
<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="txtPIPINGLINENUMBER" runat="server" Label="Test Package No" LabelAlign="Right"
|
|
LabelWidth="180px" Required="true" ShowRedStar="true">
|
|
</f:TextBox>
|
|
</Items>
|
|
</f:FormRow>
|
|
<f:FormRow>
|
|
<Items>
|
|
<f:TextBox ID="txtSYSTEM" runat="server" Label="System No"
|
|
LabelAlign="Right" LabelWidth="180px">
|
|
</f:TextBox>
|
|
|
|
<f:TextBox ID="txtSubsystem" runat="server" Label="Sub-System"
|
|
LabelAlign="Right" LabelWidth="180px">
|
|
</f:TextBox>
|
|
|
|
<f:TextBox ID="txtTestPackage" runat="server" Label="Turnover System Code"
|
|
LabelAlign="Right" LabelWidth="180px">
|
|
</f:TextBox>
|
|
</Items>
|
|
</f:FormRow>
|
|
<f:FormRow>
|
|
<Items>
|
|
<f:TextBox ID="txtDescriptions" runat="server" Label="Description"
|
|
LabelAlign="Right" LabelWidth="180px">
|
|
</f:TextBox>
|
|
</Items>
|
|
</f:FormRow>
|
|
|
|
<%--<f:FormRow>
|
|
<Items>
|
|
<f:GroupPanel Layout="Anchor" Title="Ready for Test" runat="server">
|
|
<Items>
|
|
<f:DropDownList ID="ddlPWD" runat="server" Label="Pwd" LabelWidth="180px">
|
|
<f:ListItem Value="NA" Text="NA"></f:ListItem>
|
|
<f:ListItem Value="Completed" Text="Completed"></f:ListItem>
|
|
<f:ListItem Value="In progress" Text="In progress"></f:ListItem>
|
|
<f:ListItem Value="Not Start" Text="Not Start"></f:ListItem>
|
|
</f:DropDownList>
|
|
|
|
<f:DropDownList ID="ddlApunchclosed" runat="server" Label="A punch closed" LabelWidth="180px">
|
|
<f:ListItem Value="NA" Text="NA"></f:ListItem>
|
|
<f:ListItem Value="Completed" Text="Completed"></f:ListItem>
|
|
<f:ListItem Value="In progress" Text="In progress"></f:ListItem>
|
|
<f:ListItem Value="Not Start" Text="Not Start"></f:ListItem>
|
|
</f:DropDownList>
|
|
|
|
<f:DropDownList ID="ddlNDTReport" runat="server" Label="NDT Report" LabelWidth="180px">
|
|
<f:ListItem Value="NA" Text="NA"></f:ListItem>
|
|
<f:ListItem Value="Completed" Text="Completed"></f:ListItem>
|
|
<f:ListItem Value="In progress" Text="In progress"></f:ListItem>
|
|
<f:ListItem Value="Not Start" Text="Not Start"></f:ListItem>
|
|
</f:DropDownList>
|
|
|
|
<f:DropDownList ID="ddlTemperaryMeasurement" runat="server" Label="Temperary Measurement" LabelWidth="180px">
|
|
<f:ListItem Value="NA" Text="NA"></f:ListItem>
|
|
<f:ListItem Value="Completed" Text="Completed"></f:ListItem>
|
|
<f:ListItem Value="In progress" Text="In progress"></f:ListItem>
|
|
<f:ListItem Value="Not Start" Text="Not Start"></f:ListItem>
|
|
</f:DropDownList>
|
|
|
|
<f:DropDownList ID="ddlFWDfinished" runat="server" Label="FWD finished" LabelWidth="180px">
|
|
<f:ListItem Value="NA" Text="NA"></f:ListItem>
|
|
<f:ListItem Value="Completed" Text="Completed"></f:ListItem>
|
|
<f:ListItem Value="In progress" Text="In progress"></f:ListItem>
|
|
<f:ListItem Value="Not Start" Text="Not Start"></f:ListItem>
|
|
</f:DropDownList>
|
|
</Items>
|
|
</f:GroupPanel>
|
|
</Items>
|
|
</f:FormRow>--%>
|
|
|
|
<%--<f:FormRow>
|
|
<Items>
|
|
<f:GroupPanel Layout="Anchor" Title="Hydrostatic test schedule" runat="server">
|
|
<Items>
|
|
<f:DropDownList ID="ddlPWD" runat="server" Label="Ready for Test" LabelWidth="180px">
|
|
<f:ListItem Value="NA" Text="NA"></f:ListItem>
|
|
<f:ListItem Value="Completed" Text="Completed"></f:ListItem>
|
|
<f:ListItem Value="In progress" Text="In progress"></f:ListItem>
|
|
<f:ListItem Value="Not Start" Text="Not Start"></f:ListItem>
|
|
</f:DropDownList>
|
|
|
|
<f:DropDownList ID="ddlHydrostaticTest" runat="server" Label="Hydrostatic Test" LabelWidth="180px">
|
|
<f:ListItem Value="NA" Text="NA"></f:ListItem>
|
|
<f:ListItem Value="Completed" Text="Completed"></f:ListItem>
|
|
<f:ListItem Value="In progress" Text="In progress"></f:ListItem>
|
|
<f:ListItem Value="Not Start" Text="Not Start"></f:ListItem>
|
|
</f:DropDownList>
|
|
|
|
<f:DropDownList ID="ddlReport" runat="server" Label="Report" LabelWidth="180px">
|
|
<f:ListItem Value="NA" Text="NA"></f:ListItem>
|
|
<f:ListItem Value="Completed" Text="Completed"></f:ListItem>
|
|
<f:ListItem Value="In progress" Text="In progress"></f:ListItem>
|
|
<f:ListItem Value="Not Start" Text="Not Start"></f:ListItem>
|
|
</f:DropDownList>
|
|
</Items>
|
|
</f:GroupPanel>
|
|
</Items>
|
|
</f:FormRow>--%>
|
|
|
|
<%--<f:FormRow>
|
|
<Items>
|
|
<f:GroupPanel Layout="Anchor" Title="Pre-Commissioning" runat="server">
|
|
<Items>
|
|
<f:DropDownList ID="ddlBlowingflushing" runat="server" Label="Blowing /flushing &Dry out" LabelWidth="180px">
|
|
<f:ListItem Value="NA" Text="NA"></f:ListItem>
|
|
<f:ListItem Value="Completed" Text="Completed"></f:ListItem>
|
|
<f:ListItem Value="In progress" Text="In progress"></f:ListItem>
|
|
<f:ListItem Value="Not Start" Text="Not Start"></f:ListItem>
|
|
</f:DropDownList>
|
|
|
|
<f:DropDownList ID="ddlSystemreinstalled" runat="server" Label="System reinstalled" LabelWidth="180px">
|
|
<f:ListItem Value="NA" Text="NA"></f:ListItem>
|
|
<f:ListItem Value="Completed" Text="Completed"></f:ListItem>
|
|
<f:ListItem Value="In progress" Text="In progress"></f:ListItem>
|
|
<f:ListItem Value="Not Start" Text="Not Start"></f:ListItem>
|
|
</f:DropDownList>
|
|
|
|
<f:TextBox ID="txtBlowingReport" runat="server" Label="Blowing & flushing Report"
|
|
LabelAlign="Right" LabelWidth="180px">
|
|
</f:TextBox>
|
|
</Items>
|
|
</f:GroupPanel>
|
|
</Items>
|
|
</f:FormRow>--%>
|
|
|
|
<f:FormRow>
|
|
<Items>
|
|
<f:GroupPanel Layout="Anchor" Title="焊接信息" runat="server">
|
|
<Items>
|
|
<f:TextBox ID="txtTotalFactor" runat="server" Label="总达因数"
|
|
LabelAlign="Right" LabelWidth="180px">
|
|
</f:TextBox>
|
|
<f:TextBox ID="txtCompleteFactor" runat="server" Label="完成达因数"
|
|
LabelAlign="Right" LabelWidth="180px">
|
|
</f:TextBox>
|
|
<f:TextBox ID="txtCompleteProportion" runat="server" Label="完成比例"
|
|
LabelAlign="Right" LabelWidth="180px">
|
|
</f:TextBox>
|
|
</Items>
|
|
</f:GroupPanel>
|
|
</Items>
|
|
</f:FormRow>
|
|
|
|
<f:FormRow>
|
|
<Items>
|
|
<f:GroupPanel Layout="Anchor" Title="试压包状态" runat="server">
|
|
<Items>
|
|
<f:DropDownList ID="ddlPressureTestCompleted" runat="server" Label="试压完成" LabelWidth="180px">
|
|
<f:ListItem Value="NA" Text="NA"></f:ListItem>
|
|
<f:ListItem Value="Completed" Text="Completed"></f:ListItem>
|
|
<f:ListItem Value="In progress" Text="In progress"></f:ListItem>
|
|
<f:ListItem Value="Not Start" Text="Not Start"></f:ListItem>
|
|
</f:DropDownList>
|
|
|
|
<f:DropDownList ID="ddlRinseAndBlowClean" runat="server" Label="冲洗吹扫" LabelWidth="180px">
|
|
<f:ListItem Value="NA" Text="NA"></f:ListItem>
|
|
<f:ListItem Value="Completed" Text="Completed"></f:ListItem>
|
|
<f:ListItem Value="In progress" Text="In progress"></f:ListItem>
|
|
<f:ListItem Value="Not Start" Text="Not Start"></f:ListItem>
|
|
</f:DropDownList>
|
|
|
|
<f:DropDownList ID="ddlReduction" runat="server" Label="复位" LabelWidth="180px">
|
|
<f:ListItem Value="NA" Text="NA"></f:ListItem>
|
|
<f:ListItem Value="Completed" Text="Completed"></f:ListItem>
|
|
<f:ListItem Value="In progress" Text="In progress"></f:ListItem>
|
|
<f:ListItem Value="Not Start" Text="Not Start"></f:ListItem>
|
|
</f:DropDownList>
|
|
</Items>
|
|
</f:GroupPanel>
|
|
</Items>
|
|
</f:FormRow>
|
|
|
|
<f:FormRow>
|
|
<Items>
|
|
<f:GroupPanel Layout="Anchor" Title="其他信息" runat="server">
|
|
<Items>
|
|
<f:DropDownList ID="ddlElectricHeatTracing" runat="server" Label="电伴热" LabelWidth="180px">
|
|
<f:ListItem Value="NA" Text="NA"></f:ListItem>
|
|
<f:ListItem Value="Y" Text="Y"></f:ListItem>
|
|
<f:ListItem Value="N" Text="N"></f:ListItem>
|
|
</f:DropDownList>
|
|
<f:DropDownList ID="ddlInsulation" runat="server" Label="保温/冷" LabelWidth="180px">
|
|
<f:ListItem Value="NA" Text="NA"></f:ListItem>
|
|
<f:ListItem Value="Y" Text="Y"></f:ListItem>
|
|
<f:ListItem Value="N" Text="N"></f:ListItem>
|
|
</f:DropDownList>
|
|
</Items>
|
|
</f:GroupPanel>
|
|
</Items>
|
|
</f:FormRow>
|
|
|
|
</Rows>
|
|
<Toolbars>
|
|
<f:Toolbar ID="Toolbar1" Position="Bottom" ToolbarAlign="Right" runat="server">
|
|
<Items>
|
|
<f:ToolbarFill ID="ToolbarFill1" runat="server">
|
|
</f:ToolbarFill>
|
|
<f:Button ID="btnSave" Icon="SystemSave" runat="server" ToolTip="保存" ValidateForms="SimpleForm1" Text="保存"
|
|
OnClick="btnSave_Click">
|
|
</f:Button>
|
|
</Items>
|
|
</f:Toolbar>
|
|
</Toolbars>
|
|
</f:Form>
|
|
|
|
</form>
|
|
</body>
|
|
</html>
|