Basf_TCC7/HJGL/FineUIPro.Web/PublicInfo/WPQ/WPQEdit.aspx

240 lines
13 KiB
Plaintext

<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WPQEdit.aspx.cs"
Inherits="FineUIPro.Web.PublicInfo.WPQ.WPQEdit" %>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title>编辑焊接工艺评定台账</title>
</head>
<body>
<form id="form1" runat="server">
<f:PageManager ID="PageManager1" AutoSizePanelID="Form2" runat="server" />
<f:Form ID="Form2" ShowBorder="False" BodyPadding="5px" ShowHeader="False" runat="server" AutoScroll="true">
<Rows>
<f:FormRow>
<Items>
<f:TextBox ID="txtWeldingProcedureCode" runat="server" Label="规程编号" LabelAlign="Right"
MaxLength="50" Required="true" ShowRedStar="true" LabelWidth="170px">
</f:TextBox>
<f:DatePicker ID="txtCompileDate" runat="server" Label="编制时间" LabelAlign="Right"
LabelWidth="170px">
</f:DatePicker>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:DropDownBox runat="server" Label="材质1" ID="drpSteel1" DataControlID="ckbSteel1" EnableMultiSelect="true" LabelWidth="170px" LabelAlign="Right" Required="true"
ShowRedStar="true">
<PopPanel>
<f:SimpleForm ID="SimpleForm1" BodyPadding="10px" runat="server" AutoScroll="true"
ShowBorder="True" ShowHeader="false" Hidden="true">
<Items>
<f:Label ID="Label1" runat="server" Text="请选择(可有多个材质):"></f:Label>
<f:CheckBoxList ID="ckbSteel1" ColumnNumber="3" runat="server">
</f:CheckBoxList>
</Items>
</f:SimpleForm>
</PopPanel>
</f:DropDownBox>
<%-- <f:DropDownList ID="drpSteel1cc" runat="server" Label="材质1" LabelAlign="Right" Required="true"
ShowRedStar="true" LabelWidth="170px" AutoPostBack="true" OnSelectedIndexChanged="drpSteel1_SelectedIndexChanged">
</f:DropDownList>
<f:DropDownList ID="drpSteel2" runat="server" Label="材质2" LabelAlign="Right" LabelWidth="170px"
AutoPostBack="true" OnSelectedIndexChanged="drpSteel2_SelectedIndexChanged">
</f:DropDownList>--%>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:DropDownBox runat="server" Label="材质2" ID="drpSteel2" DataControlID="ckbSteel2" EnableMultiSelect="true" LabelWidth="170px" LabelAlign="Right" >
<PopPanel>
<f:SimpleForm ID="SimpleForm2" BodyPadding="10px" runat="server" AutoScroll="true"
ShowBorder="True" ShowHeader="false" Hidden="true">
<Items>
<f:Label ID="Label3" runat="server" Text="请选择(可有多个材质):"></f:Label>
<f:CheckBoxList ID="ckbSteel2" ColumnNumber="3" runat="server">
</f:CheckBoxList>
</Items>
</f:SimpleForm>
</PopPanel>
</f:DropDownBox>
</Items>
</f:FormRow>
<%-- <f:FormRow>
<Items>
<f:TextBox ID="txtMaterialClass1" runat="server" Label="材质1类别" LabelAlign="Right"
LabelWidth="170px" Readonly="true">
</f:TextBox>
<f:TextBox ID="txtMaterialClass2" runat="server" Label="材质2类别" LabelAlign="Right"
LabelWidth="170px" Readonly="true">
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtMaterialGroup1" runat="server" Label="材质1组别" LabelAlign="Right"
LabelWidth="170px" Readonly="true">
</f:TextBox>
<f:TextBox ID="txtMaterialGroup2" runat="server" Label="材质2组别" LabelAlign="Right"
LabelWidth="170px" Readonly="true">
</f:TextBox>
</Items>
</f:FormRow>--%>
<f:FormRow>
<Items>
<f:TextBox ID="txtSpecifications" runat="server" Label="规格" LabelAlign="Right" MaxLength="100"
LabelWidth="170px">
</f:TextBox>
<f:DropDownList ID="drpWeldMat" runat="server" Label="焊条" LabelAlign="Right" Required="true"
ShowRedStar="true" LabelWidth="170px" >
</f:DropDownList>
<%--<f:TextBox ID="txtWeldingModel" runat="server" Label="焊接材料型号" LabelAlign="Right"
MaxLength="100" LabelWidth="170px">
</f:TextBox>--%>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:DropDownBox runat="server" Label="焊丝" ID="drpWeldSilk" DataControlID="ckbWeldSilk" EnableMultiSelect="true" LabelWidth="170px" LabelAlign="Right" Required="true"
ShowRedStar="true">
<PopPanel>
<f:SimpleForm ID="SimpleForm4" BodyPadding="10px" runat="server" AutoScroll="true"
ShowBorder="True" ShowHeader="false" Hidden="true">
<Items>
<f:Label ID="Label4" runat="server" Text="请选择(可有多个焊丝):"></f:Label>
<f:CheckBoxList ID="ckbWeldSilk" ColumnNumber="3" runat="server">
</f:CheckBoxList>
</Items>
</f:SimpleForm>
</PopPanel>
</f:DropDownBox>
<%-- <f:TextBox ID="txtWeldingGrade" runat="server" Label="焊接材料牌号" LabelAlign="Right"
MaxLength="100" LabelWidth="170px">
</f:TextBox>
<f:TextBox ID="txtWeldingSpecifications" runat="server" Label="焊接材料规格" LabelAlign="Right"
MaxLength="100" LabelWidth="170px">
</f:TextBox>--%>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtWeldingPosition" runat="server" Label="焊接位置" LabelAlign="Right"
MaxLength="50" LabelWidth="170px">
</f:TextBox>
<f:DropDownList ID="drpWeldingMethodId" runat="server" Label="焊接方法" LabelAlign="Right"
LabelWidth="170px">
</f:DropDownList>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:NumberBox ID="txtMinImpactDia" runat="server" Label="外径覆盖最小值" LabelAlign="Right"
NoNegative="false" LabelWidth="170px">
</f:NumberBox>
<f:NumberBox ID="txtMaxImpactDia" runat="server" Label="外径覆盖最大值" LabelAlign="Right"
NoNegative="false" LabelWidth="170px">
</f:NumberBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:NumberBox ID="txtMinImpactThickness" runat="server" Label="冲击时覆盖厚度最小值" LabelAlign="Right"
NoNegative="false" LabelWidth="170px">
</f:NumberBox>
<f:NumberBox ID="txtMaxImpactThickness" runat="server" Label="冲击时覆盖厚度最大值" LabelAlign="Right"
NoNegative="false" LabelWidth="170px">
</f:NumberBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:NumberBox ID="txtNoMinImpactThickness" runat="server" Label="不冲击时覆盖厚度最小值" LabelAlign="Right"
NoNegative="false" LabelWidth="170px">
</f:NumberBox>
<f:NumberBox ID="txtNoMaxImpactThickness" runat="server" Label="不冲击时覆盖厚度最大值" LabelAlign="Right"
NoNegative="false" LabelWidth="170px">
</f:NumberBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtWPQStandard" runat="server" Label="评定标准" LabelAlign="Right" MaxLength="50" LabelWidth="170px"></f:TextBox>
<f:CheckBox ID="cbkIsHotTreatment" runat="server" Label="是否热处理" LabelAlign="Right"
LabelWidth="170px">
</f:CheckBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtJointType" runat="server" Label="焊缝形式" LabelAlign="Right" MaxLength="50" LabelWidth="170px"></f:TextBox>
<f:TextBox ID="txtMotorization" runat="server" Label="机动化程度" LabelAlign="Right" MaxLength="50" LabelWidth="170px"></f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtProtectiveGas" runat="server" Label="保护气体" LabelAlign="Right" MaxLength="50" LabelWidth="170px"></f:TextBox>
<f:TextBox ID="txtStretching" runat="server" Label="检验项目拉伸" LabelAlign="Right" MaxLength="50" LabelWidth="170px"></f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtBend" runat="server" Label="检验项目弯曲" LabelAlign="Right" MaxLength="50" LabelWidth="170px"></f:TextBox>
<f:TextBox ID="txtToAttack" runat="server" Label="检验项目冲击" LabelAlign="Right" MaxLength="50" LabelWidth="170px"></f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtOthers" runat="server" Label="检验项目其他" MaxLength="50" LabelAlign="Right"
LabelWidth="170px">
</f:TextBox>
<f:TextBox ID="txtRemark" runat="server" Label="备注" MaxLength="500" LabelAlign="Right"
LabelWidth="170px">
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:DropDownBox runat="server" Label="可焊焊工" ID="drpWelders" DataControlID="ckbWelders" EnableMultiSelect="true" LabelWidth="170px" LabelAlign="Right">
<PopPanel>
<f:SimpleForm ID="SimpleForm3" BodyPadding="10px" runat="server" AutoScroll="true"
ShowBorder="True" ShowHeader="false" Hidden="true">
<Items>
<f:Label ID="Label2" runat="server" Text="请选择适合焊工(可多选):"></f:Label>
<f:CheckBoxList ID="ckbWelders" ColumnNumber="3" runat="server">
</f:CheckBoxList>
</Items>
</f:SimpleForm>
</PopPanel>
</f:DropDownBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:LinkButton ID="UploadAttach" runat="server" Label="附件" Text="上传和查看" OnClick="btnAttachUrl_Click"
LabelAlign="Right" LabelWidth="170px">
</f:LinkButton>
</Items>
</f:FormRow>
</Rows>
<Toolbars>
<f:Toolbar ID="Toolbar2" Position="Bottom" ToolbarAlign="Right" runat="server">
<Items>
<f:Button ID="btnSave" Icon="SystemSave" runat="server" Text="提交数据" ValidateForms="Form2"
OnClick="btnSave_Click">
</f:Button>
<f:Button ID="btnClose" EnablePostBack="false" Text="关闭" runat="server" Icon="SystemClose">
</f:Button>
</Items>
</f:Toolbar>
</Toolbars>
</f:Form>
<f:Window ID="Window1" Title="文件上传" Hidden="true" EnableIFrame="true" EnableMaximize="true"
Target="Parent" EnableResize="true" runat="server" IsModal="true" Width="680px"
Height="480px">
</f:Window>
</form>
</body>
</html>