237 lines
13 KiB
Plaintext
237 lines
13 KiB
Plaintext
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="JointInfoEdit.aspx.cs"
|
||
Inherits="FineUIPro.Web.WeldingProcess.WeldingManage.JointInfoEdit" %>
|
||
|
||
<!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="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:Button ID="btnSave" Icon="SystemSave" runat="server" ValidateForms="SimpleForm1"
|
||
OnClick="btnSave_Click">
|
||
</f:Button>
|
||
</Items>
|
||
</f:Toolbar>
|
||
</Toolbars>
|
||
<Rows>
|
||
<f:FormRow>
|
||
<Items>
|
||
<f:TextBox ID="txtWeldJointCode" Label="<%$ Resources:Lan,WeldingJointNumber %>"
|
||
ShowRedStar="true" Required="true" runat="server" FocusOnPageLoad="true" LabelWidth="130px">
|
||
</f:TextBox>
|
||
<f:DropDownList ID="drpPipingClass" Label="<%$ Resources:Lan,PipingClass %>" runat="server"
|
||
ShowRedStar="true" Required="true" EnableEdit="true" LabelWidth="130px">
|
||
</f:DropDownList>
|
||
<f:DropDownList ID="drpWeldType" Label="<%$ Resources:Lan,WeldingJointType %>" runat="server"
|
||
ShowRedStar="true" Required="true" EnableEdit="true" LabelWidth="130px">
|
||
</f:DropDownList>
|
||
<f:TextBox ID="txtPipeSegment" Label="<%$ Resources:Lan,SpoolNumberOfTheJoint %>"
|
||
runat="server" LabelWidth="130px">
|
||
</f:TextBox>
|
||
</Items>
|
||
</f:FormRow>
|
||
<f:FormRow>
|
||
<Items>
|
||
<f:DropDownList ID="drpMaterial1" Label="<%$ Resources:Lan,MaterialSpecification1 %>"
|
||
runat="server" ShowRedStar="true" Required="true" EnableEdit="true" LabelWidth="130px">
|
||
</f:DropDownList>
|
||
<f:DropDownList ID="drpMaterial2" Label="<%$ Resources:Lan,MaterialSpecification2 %>"
|
||
runat="server" EnableEdit="true" LabelWidth="130px">
|
||
</f:DropDownList>
|
||
<f:DropDownList ID="drpWeldingMethod" Label="<%$ Resources:Lan,WeldingMethod %>"
|
||
runat="server" ShowRedStar="true" Required="true" EnableEdit="true" LabelWidth="130px">
|
||
</f:DropDownList>
|
||
<f:DropDownList ID="drpJointAttribute" Label="<%$ Resources:Lan,WeldingJointQuality %>" runat="server"
|
||
EnableEdit="true" LabelWidth="130px" ShowRedStar="true" Required="true">
|
||
</f:DropDownList>
|
||
</Items>
|
||
</f:FormRow>
|
||
<f:FormRow>
|
||
<Items>
|
||
<f:NumberBox ID="txtSize" Label="<%$ Resources:Lan,InchDiameter %>" runat="server"
|
||
LabelWidth="130px" DecimalPrecision="4" NoNegative="true" ShowRedStar="true" Required="true">
|
||
</f:NumberBox>
|
||
<f:DropDownList ID="drpANSISCH" Label="美标壁厚" AutoPostBack="true" OnSelectedIndexChanged="drpANSISCH_OnSelectedIndexChanged"
|
||
runat="server" ShowRedStar="true" Required="true" EnableEdit="true" LabelWidth="130px">
|
||
</f:DropDownList>
|
||
<f:NumberBox ID="txtDia" Label="<%$ Resources:Lan,ExternalDiameter %>" runat="server" AutoPostBack="true" OnTextChanged="txtText_TextChanged"
|
||
LabelWidth="130px" DecimalPrecision="4" NoNegative="true" ShowRedStar="true" Required="true" Readonly="true">
|
||
</f:NumberBox>
|
||
<f:NumberBox ID="txtThickness" Label="<%$ Resources:Lan,WallThickness %>" runat="server" AutoPostBack="true" OnTextChanged="txtText_TextChanged"
|
||
LabelWidth="130px" DecimalPrecision="4" NoNegative="true" ShowRedStar="true" Required="true"
|
||
Readonly="true">
|
||
</f:NumberBox>
|
||
|
||
</Items>
|
||
</f:FormRow>
|
||
<f:FormRow ColumnWidths="25% 25% 25% 21% 4%">
|
||
<Items>
|
||
<f:TextBox ID="txtSpecification" Label="<%$ Resources:Lan,Specifications %>" runat="server"
|
||
LabelWidth="130px" ShowRedStar="true" Required="true" Readonly="true">
|
||
</f:TextBox>
|
||
<f:DropDownList ID="drpGrooveType" Label="<%$ Resources:Lan,BevelType %>" runat="server"
|
||
EnableEdit="true" LabelWidth="130px" ShowRedStar="true" Required="true">
|
||
</f:DropDownList>
|
||
<f:DropDownList ID="drpWeldingLocation" Label="<%$ Resources:Lan,WleldingLocation %>"
|
||
runat="server" LabelWidth="130px">
|
||
</f:DropDownList>
|
||
|
||
<f:DropDownList ID="drpWPS" Label="焊接工艺(WPS)" runat="server" AutoPostBack="true" OnSelectedIndexChanged="drpWPS_OnSelectedIndexChanged"
|
||
EnableEdit="true" LabelWidth="130px" Enabled="false" >
|
||
</f:DropDownList>
|
||
<f:Button ID="btnSelectWps" Text="选择" ToolTip="选择符合条件的WPS!" runat="server"
|
||
OnClick="btnSelectWps_Click">
|
||
</f:Button>
|
||
|
||
</Items>
|
||
</f:FormRow>
|
||
<f:FormRow>
|
||
<Items>
|
||
<f:TextBox ID="txtPageNum" Label="<%$ Resources:Lan,TotalPages %>" runat="server" LabelWidth="130px"></f:TextBox>
|
||
<f:DropDownList ID="drpIsHotProess" Label="<%$ Resources:Lan,IsHot %>" runat="server"
|
||
EnableEdit="true" LabelWidth="130px" >
|
||
</f:DropDownList>
|
||
<f:TextBox ID="txtTestPackageNo" Label="<%$ Resources:Lan,PressureTestPackageNumber %>"
|
||
runat="server" LabelWidth="130px">
|
||
</f:TextBox>
|
||
<f:TextBox ID="txtSystemNumber" Label="<%$ Resources:Lan,SystemNumber %>" runat="server"
|
||
LabelWidth="130px" >
|
||
</f:TextBox>
|
||
</Items>
|
||
</f:FormRow>
|
||
<f:FormRow>
|
||
<Items>
|
||
<f:TextBox ID="txtCoode1" Label="Coode1" runat="server"
|
||
LabelWidth="130px" AutoPostBack="true" OnTextChanged="txtCoode1_TextChanged">
|
||
</f:TextBox>
|
||
<f:TextBox ID="txtCoode2" Label="Coode2" runat="server" AutoPostBack="true" OnTextChanged="txtCoode2_TextChanged"
|
||
LabelWidth="130px">
|
||
</f:TextBox>
|
||
<f:DropDownList ID="drpHeartNo1" Label="<%$ Resources:Lan,BatchNumber1 %>" runat="server"
|
||
LabelWidth="130px" EnableEdit="true">
|
||
</f:DropDownList>
|
||
<f:DropDownList ID="drpHeartNo2" Label="<%$ Resources:Lan,BatchNumber2 %>" runat="server"
|
||
LabelWidth="130px" EnableEdit="true">
|
||
</f:DropDownList>
|
||
</Items>
|
||
</f:FormRow>
|
||
<f:FormRow>
|
||
<Items>
|
||
<f:DropDownList ID="drpPipeAssembly1" Label="<%$ Resources:Lan,Component1 %>" runat="server"
|
||
EnableEdit="true" LabelWidth="130px">
|
||
</f:DropDownList>
|
||
<f:DropDownList ID="drpPipeAssembly2" Label="<%$ Resources:Lan,Component2 %>" runat="server"
|
||
EnableEdit="true" LabelWidth="130px">
|
||
</f:DropDownList>
|
||
<f:DropDownList ID="drpWeldSilk" Label="<%$ Resources:Lan,WeldingWire %>" runat="server"
|
||
EnableEdit="true" EnableMultiSelect="true" LabelWidth="130px">
|
||
</f:DropDownList>
|
||
<f:DropDownList ID="drpWeldMat" Label="<%$ Resources:Lan,Electrode %>" runat="server"
|
||
EnableEdit="true" LabelWidth="130px">
|
||
</f:DropDownList>
|
||
|
||
</Items>
|
||
</f:FormRow>
|
||
<f:FormRow>
|
||
<Items>
|
||
<f:TextBox ID="txtPrepareTemp" Label="预热温度" runat="server" LabelWidth="130px" ></f:TextBox>
|
||
<f:CheckBox ID="ckbIsGoldJoint" runat="server" Label="是否黄金口" LabelWidth="130px"></f:CheckBox>
|
||
<f:DropDownList ID="drpNDTType" runat="server" Label="可能探伤类型" LabelWidth="130px" EnableMultiSelect="true" ShowRedStar="true" Required="true"></f:DropDownList>
|
||
<f:CheckBox ID="ckbIsCancel" runat="server" Label="是否取消" LabelWidth="130px" ></f:CheckBox>
|
||
</Items>
|
||
</f:FormRow>
|
||
<f:FormRow ColumnWidths="45% 5% 50% ">
|
||
<Items>
|
||
<f:TextBox ID="txtCancelResult" runat="server" Label="取消原因" LabelWidth="130px" Width="160px"></f:TextBox>
|
||
<f:Button ID="btnCancel" Text="取消" ToolTip="如已发生业务可取消,取消时请说明原因,如未发生业务可直接删除!" runat="server"
|
||
OnClick="btnCancel_Click">
|
||
</f:Button>
|
||
<f:TextBox ID="txtRemark" Label="<%$ Resources:Lan,Remark %>" runat="server" LabelWidth="130px">
|
||
</f:TextBox>
|
||
</Items>
|
||
</f:FormRow>
|
||
</Rows>
|
||
</f:Form>
|
||
<f:Form ID="SimpleForm2" ShowBorder="true" ShowHeader="false" AutoScroll="true" BodyPadding="10px"
|
||
runat="server" RedStarPosition="BeforeText" LabelAlign="Right">
|
||
<Rows>
|
||
<f:FormRow>
|
||
<Items>
|
||
<f:Label ID="txtReport" Label="<%$ Resources:Lan,WeldingStatus %>" runat="server"
|
||
LabelWidth="130px">
|
||
</f:Label>
|
||
<f:Label ID="txtPoint" Label="<%$ Resources:Lan,NDTRequestStatus %>" runat="server"
|
||
LabelWidth="130px">
|
||
</f:Label>
|
||
<f:Label ID="ddlTrustFlag" Label="<%$ Resources:Lan,RequestStatus %>" runat="server"
|
||
LabelWidth="130px">
|
||
</f:Label>
|
||
<f:Label ID="ddlCheckFlag" Label="<%$ Resources:Lan,NDTMark %>" runat="server" LabelWidth="130px">
|
||
</f:Label>
|
||
</Items>
|
||
</f:FormRow>
|
||
<f:FormRow>
|
||
<Items>
|
||
<f:Label ID="lbUnitName" Label="<%$ Resources:Lan,UnitName %>" runat="server" LabelWidth="130px">
|
||
</f:Label>
|
||
<f:Label ID="lbInstallationName" Label="<%$ Resources:Lan,InstallationName %>" runat="server"
|
||
LabelWidth="130px">
|
||
</f:Label>
|
||
<f:Label ID="txtWorkAreaId" Label="<%$ Resources:Lan,ConstructionArea %>" runat="server"
|
||
LabelWidth="130px">
|
||
</f:Label>
|
||
<f:Label ID="txtPipelineCode" Label="<%$ Resources:Lan,PipelineCode %>" runat="server"
|
||
LabelWidth="130px">
|
||
</f:Label>
|
||
</Items>
|
||
</f:FormRow>
|
||
<f:FormRow>
|
||
<Items>
|
||
<f:Label ID="txtSingleNumber" Label="单线图号" runat="server"
|
||
LabelWidth="130px">
|
||
</f:Label>
|
||
<f:Label ID="ddlReportCode" Label="<%$ Resources:Lan,DailyNumber %>" runat="server"
|
||
LabelWidth="130px">
|
||
</f:Label>
|
||
<f:Label ID="txtReportDate" Label="<%$ Resources:Lan,DailyDate %>" runat="server"
|
||
LabelWidth="130px">
|
||
</f:Label>
|
||
<f:Label ID="ddlJointStatus" Label="<%$ Resources:Lan,WeldingJointStatus %>" runat="server"
|
||
LabelWidth="130px">
|
||
</f:Label>
|
||
|
||
</Items>
|
||
</f:FormRow>
|
||
<f:FormRow>
|
||
<Items>
|
||
<f:Label ID="txtBackingWelder" Label="<%$ Resources:Lan,FloorWelder %>" runat="server"
|
||
LabelWidth="130px">
|
||
</f:Label>
|
||
<f:Label ID="txtBackingWelderName" Label="<%$ Resources:Lan,WelderName %>" runat="server"
|
||
LabelWidth="130px">
|
||
</f:Label>
|
||
|
||
<f:Label ID="txtCoverWelder" Label="<%$ Resources:Lan,CoveringWelder %>" runat="server"
|
||
LabelWidth="130px">
|
||
</f:Label>
|
||
<f:Label ID="txtCoverWelderName" Label="<%$ Resources:Lan,WelderName %>" runat="server"
|
||
LabelWidth="130px">
|
||
</f:Label>
|
||
|
||
</Items>
|
||
</f:FormRow>
|
||
</Rows>
|
||
</f:Form>
|
||
</form>
|
||
</body>
|
||
</html>
|