389 lines
20 KiB
Plaintext
389 lines
20 KiB
Plaintext
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="ShowProduceReport.aspx.cs" Inherits="FineUIPro.Web.HJGL.WeldingManage.ShowProduceReport" %>
|
||
|
||
<!DOCTYPE html>
|
||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||
<head runat="server">
|
||
<title>工艺评定PQR</title>
|
||
<link href="../../Styles/Style.css" rel="stylesheet" type="text/css" />
|
||
<link href="../../res/css/common.css" rel="stylesheet1" type="text/css" />
|
||
<style type="text/css">
|
||
tabel
|
||
{
|
||
border-collapse: collapse;
|
||
}
|
||
td
|
||
{
|
||
border: solid #000 1px;
|
||
border-collapse: collapse;
|
||
}
|
||
</style>
|
||
</head>
|
||
<body>
|
||
<form id="form1" runat="server">
|
||
<f:PageManager ID="PageManager1" AutoSizePanelID="Panel1" runat="server" AjaxAspnetControls="divAttachUrl"/>
|
||
<f:Panel ID="Panel1" runat="server" Margin="5px" BodyPadding="5px" ShowBorder="false"
|
||
ShowHeader="false" Layout="VBox" BoxConfigAlign="Stretch" >
|
||
<Toolbars>
|
||
<f:Toolbar ID="Toolbar1" Position="Top" runat="server" ToolbarAlign="Right">
|
||
<Items>
|
||
<f:Label runat="server" ID="labWWI"></f:Label>
|
||
<f:ToolbarFill runat="server"></f:ToolbarFill>
|
||
<f:Button ID="btnSave" runat="server" Text="提交" Icon="SystemSave" onclick="btnSave_Click" ValidateForms="form1"></f:Button>
|
||
</Items>
|
||
</f:Toolbar>
|
||
</Toolbars>
|
||
<Items>
|
||
<f:ContentPanel runat="server" AutoScroll="true" Height="500px" ShowHeader="false" ID="ContentPanel1">
|
||
<table id="Table1" runat="server" width="98%" cellpadding="0" cellspacing="0" align="center">
|
||
<tr style="height:23px">
|
||
<td align="left" colspan="5">
|
||
<f:DropDownList ID="drpImage" runat="server" Label="工艺图片内容" EnableEdit="true"
|
||
AutoPostBack="true" OnSelectedIndexChanged="drpImage_SelectedIndexChanged" Height="22px">
|
||
</f:DropDownList>
|
||
</td>
|
||
<td align="left" colspan="4">
|
||
<asp:Label ID="Label7" runat="server" Text="简图:(接头形式、坡口形式与尺寸、焊层、焊道布置及顺序)"></asp:Label>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td align="center" height="23px">
|
||
<asp:Label ID="Label2" runat="server" Text="预焊接工艺规程编号"></asp:Label>
|
||
</td>
|
||
<td align="left" colspan="4">
|
||
<asp:TextBox ID="txtProcedureCode" runat="server" Width="90%" CssClass="textboxnoneborder"
|
||
Height="16px" ReadOnly="True"></asp:TextBox>
|
||
</td>
|
||
<td align="center" valign="middle" width="15%" colspan="4" rowspan="4"
|
||
height="100px">
|
||
<f:Image ID="imgURL" MarginLeft="2px" ShowEmptyLabel="true" runat="server" Height="120px" Width = "400px"/>
|
||
</td>
|
||
</tr>
|
||
<tr style="height:25px">
|
||
<td align="left" colspan="5">
|
||
<f:DatePicker ID="txtProcedureDate" Label="出生日期" runat="server" DateFormatString="yyyy-MM-dd">
|
||
</f:DatePicker>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td align="center" height="23px">
|
||
<asp:Label ID="Label5" runat="server" Text="焊接接头"></asp:Label>
|
||
</td>
|
||
<td align="left" colspan="4">
|
||
<asp:TextBox ID="txtWeldedJoints" runat="server" Width="90%" CssClass="textboxnoneborder"></asp:TextBox>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td align="center" height="23px">
|
||
<asp:Label ID="Label6" runat="server" Text="坡口形式"></asp:Label>
|
||
</td>
|
||
<td align="left" colspan="4">
|
||
<asp:TextBox ID="txtGrooveForm" runat="server" Width="90%" CssClass="textboxnoneborder"></asp:TextBox>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td align="left" height="23px" colspan="9">
|
||
|
||
<asp:Label ID="Label8" runat="server" Font-Bold="True" Text="母材"></asp:Label>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td align="center" height="23px">
|
||
<asp:Label ID="Label34" runat="server" Text="材料代号"></asp:Label>
|
||
</td>
|
||
<td align="left" colspan="4">
|
||
<asp:TextBox ID="txtMaterialCode" runat="server" Width="90%" CssClass="textboxnoneborder"
|
||
Height="16px"></asp:TextBox>
|
||
</td>
|
||
<td width="15%">
|
||
<asp:Label ID="Label35" runat="server" Text="材料标准"></asp:Label>
|
||
</td>
|
||
<td align="left" colspan="3">
|
||
<asp:TextBox ID="txtMaterialStandard" runat="server" CssClass="textboxnoneborder"
|
||
Width="90%" Height="16px"></asp:TextBox>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td align="center" height="23px">
|
||
<asp:Label ID="Label36" runat="server" Text="厚度适用范围"></asp:Label>
|
||
</td>
|
||
<td align="left" colspan="4">
|
||
<asp:TextBox ID="txtThicknessRange" runat="server" CssClass="textboxnoneborder" Width="90%"></asp:TextBox>
|
||
</td>
|
||
<td width="15%">
|
||
|
||
</td>
|
||
<td colspan="3">
|
||
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td align="left" height="23px" colspan="9">
|
||
|
||
<asp:Label ID="Label9" runat="server" Font-Bold="True" Text="填充金属:"></asp:Label>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td align="center" height="23px">
|
||
<asp:Label ID="Label10" runat="server" Text="焊材类别"></asp:Label>
|
||
</td>
|
||
<td align="left" colspan="4">
|
||
<asp:TextBox ID="txtMaterialType" runat="server" Width="90%" CssClass="textboxnoneborder"></asp:TextBox>
|
||
</td>
|
||
<td width="15%">
|
||
<asp:Label ID="Label11" runat="server" Text="焊材标准"></asp:Label>
|
||
</td>
|
||
<td align="left" colspan="3">
|
||
<asp:TextBox ID="txtMaterialSpecification" runat="server" CssClass="textboxnoneborder"
|
||
Width="90%"></asp:TextBox>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td align="center" height="23px">
|
||
<asp:Label ID="Label37" runat="server" Text="焊材型号"></asp:Label>
|
||
</td>
|
||
<td align="left" colspan="4">
|
||
<asp:TextBox ID="txtMaterialModel" runat="server" Width="90%" CssClass="textboxnoneborder"></asp:TextBox>
|
||
</td>
|
||
<td width="15%">
|
||
|
||
</td>
|
||
<td align="left" colspan="3">
|
||
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td align="left" height="23px" colspan="5">
|
||
|
||
<asp:Label ID="Label16" runat="server" Font-Bold="True" Text="焊接位置:"></asp:Label>
|
||
</td>
|
||
<td align="left" height="23px" colspan="4">
|
||
<asp:Label ID="Label17" runat="server" Font-Bold="True" Text="焊后热处理:"></asp:Label>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td align="center" height="23px">
|
||
<asp:Label ID="Label18" runat="server" Text="对接焊缝的位置"></asp:Label>
|
||
</td>
|
||
<td align="left" colspan="4">
|
||
<asp:TextBox ID="txtWeldingPosition" runat="server" Width="90%" CssClass="textboxnoneborder"></asp:TextBox>
|
||
</td>
|
||
<td width="15%">
|
||
<asp:Label ID="Label19" runat="server" Text="保温温度(℃)"></asp:Label>
|
||
</td>
|
||
<td align="left" colspan="3">
|
||
<asp:TextBox ID="txtHotTemperatures" runat="server" Width="90%" CssClass="textboxnoneborder"></asp:TextBox>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td align="center" height="23px">
|
||
|
||
</td>
|
||
<td align="left" colspan="4">
|
||
|
||
</td>
|
||
<td width="15%">
|
||
<asp:Label ID="Label62" runat="server" Text="保温时间(h)"></asp:Label>
|
||
</td>
|
||
<td align="left" colspan="3">
|
||
<asp:TextBox ID="txtHoldingDate" runat="server" Width="90%" CssClass="textboxnoneborder"></asp:TextBox>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td align="left" height="23px" colspan="5">
|
||
|
||
<asp:Label ID="Label24" runat="server" Font-Bold="True" Text="预热:"></asp:Label>
|
||
</td>
|
||
<td align="left" height="23px" colspan="4">
|
||
<asp:Label ID="Label1" runat="server" Font-Bold="True" Text="保护气体:"></asp:Label>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td align="center" height="23px">
|
||
<asp:Label ID="Label26" runat="server" Text="预热温度(℃)"></asp:Label>
|
||
</td>
|
||
<td align="left" colspan="4">
|
||
<asp:TextBox ID="txtPreheatingTemperature" runat="server" Width="90%" CssClass="textboxnoneborder"></asp:TextBox>
|
||
</td>
|
||
<td width="15%">
|
||
<asp:Label ID="Label38" runat="server" Text="成分"></asp:Label>
|
||
</td>
|
||
<td align="left" colspan="3">
|
||
<asp:TextBox ID="txtGasComponent" runat="server" Width="90%" CssClass="textboxnoneborder"></asp:TextBox>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td align="center" height="23px">
|
||
|
||
<asp:Label ID="Label55" runat="server" Text="加热方式"></asp:Label>
|
||
</td>
|
||
<td align="left" colspan="4">
|
||
<asp:TextBox ID="txtHeatingMode" runat="server" Width="90%" CssClass="textboxnoneborder"></asp:TextBox>
|
||
</td>
|
||
<td width="15%">
|
||
<asp:Label ID="Label39" runat="server" Text="流量(L/min)"></asp:Label>
|
||
</td>
|
||
<td align="left" colspan="3">
|
||
<asp:TextBox ID="txtGasFlow" runat="server" Width="90%" CssClass="textboxnoneborder"></asp:TextBox>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td align="left" height="23px" colspan="9">
|
||
|
||
<asp:Label ID="Label40" runat="server" Font-Bold="True" Text="电特性:"></asp:Label>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td align="center" height="23px">
|
||
<asp:Label ID="Label41" runat="server" Text="钨极直径(mm)"></asp:Label>
|
||
</td>
|
||
<td align="left" colspan="4">
|
||
<asp:TextBox ID="txtPolarDiameter" runat="server" Width="90%" CssClass="textboxnoneborder"></asp:TextBox>
|
||
</td>
|
||
<td width="15%">
|
||
<asp:Label ID="Label42" runat="server" Text="喷嘴直径(mm)"></asp:Label>
|
||
</td>
|
||
<td align="left" colspan="3">
|
||
<asp:TextBox ID="txtNozzleDiameter" runat="server" Width="90%" CssClass="textboxnoneborder"></asp:TextBox>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td align="left" height="23px" colspan="9">
|
||
<asp:Label ID="Label43" runat="server" Text="(按所焊位置和厚度,分别列出电流和电压范围,记入下表)"></asp:Label>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td align="center" height="23px" rowspan="2">
|
||
<asp:Label ID="Label44" runat="server" Text="焊道/焊层"></asp:Label>
|
||
</td>
|
||
<td align="center" rowspan="2">
|
||
<asp:Label ID="Label45" runat="server" Text="焊接方法"></asp:Label>
|
||
</td>
|
||
<td align="center" colspan="2">
|
||
<asp:Label ID="Label51" runat="server" Text="填充金属"></asp:Label>
|
||
</td>
|
||
<td align="center" colspan="2">
|
||
<asp:Label ID="Label54" runat="server" Text="焊接电流"></asp:Label>
|
||
</td>
|
||
<td align="center" rowspan="2">
|
||
<asp:Label ID="Label48" runat="server" Text="焊接电压(V)"></asp:Label>
|
||
</td>
|
||
<td align="center" rowspan="2">
|
||
<asp:Label ID="Label49" runat="server" Text="焊接速度(cm/min)"></asp:Label>
|
||
</td>
|
||
<td align="center" rowspan="2">
|
||
<asp:Label ID="Label50" runat="server" Text="线能力(KJ/cm)"></asp:Label>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td align="center">
|
||
<asp:Label ID="Label52" runat="server" Text="牌号"></asp:Label>
|
||
</td>
|
||
<td align="center">
|
||
<asp:Label ID="Label53" runat="server" Text="直径"></asp:Label>
|
||
</td>
|
||
<td align="center">
|
||
<asp:Label ID="Label46" runat="server" Text="极性"></asp:Label>
|
||
</td>
|
||
<td width="15%" align="center">
|
||
<asp:Label ID="Label47" runat="server" Text="电流(A)"></asp:Label>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td align="center" height="23px">
|
||
<asp:TextBox ID="txtWeldLayer" runat="server" CssClass="textboxnoneborder" Width="95%"></asp:TextBox>
|
||
</td>
|
||
<td align="center" width="8%">
|
||
<asp:TextBox ID="txtWeldMethod" runat="server" CssClass="textboxnoneborder" Width="95%"></asp:TextBox>
|
||
</td>
|
||
<td align="center" width="9%">
|
||
<asp:TextBox ID="txtCardNum" runat="server" CssClass="textboxnoneborder" Width="95%"></asp:TextBox>
|
||
</td>
|
||
<td align="center" width="9%">
|
||
<asp:TextBox ID="txtDiameter" runat="server" CssClass="textboxnoneborder" Width="95%"></asp:TextBox>
|
||
</td>
|
||
<td align="center" width="9%">
|
||
<asp:TextBox ID="txtPolarity" runat="server" CssClass="textboxnoneborder" Width="95%"></asp:TextBox>
|
||
</td>
|
||
<td align="center" width="15%">
|
||
<asp:TextBox ID="txtElectricCurrent" runat="server" CssClass="textboxnoneborder"
|
||
Width="95%"></asp:TextBox>
|
||
</td>
|
||
<td align="center" width="11%">
|
||
<asp:TextBox ID="txtVoltage" runat="server" CssClass="textboxnoneborder" Width="95%"></asp:TextBox>
|
||
</td>
|
||
<td align="center" width="12%">
|
||
<asp:TextBox ID="txtSpeed" runat="server" CssClass="textboxnoneborder" Width="95%"></asp:TextBox>
|
||
</td>
|
||
<td align="center" width="12%">
|
||
<asp:TextBox ID="txtLineCapacity" runat="server" CssClass="textboxnoneborder" Width="95%"></asp:TextBox>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td align="left" height="23px" colspan="9">
|
||
|
||
<asp:Label ID="Label56" runat="server" Font-Bold="True" Text="无损检验:"></asp:Label>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td align="center" height="23px">
|
||
<asp:Label ID="Label57" runat="server" Text="RT"></asp:Label>
|
||
</td>
|
||
<td align="left" colspan="4">
|
||
<asp:TextBox ID="txtTestingRT" runat="server" CssClass="textboxnoneborder" Width="90%"></asp:TextBox>
|
||
</td>
|
||
<td align="center">
|
||
<asp:Label ID="Label58" runat="server" Text="UT"></asp:Label>
|
||
</td>
|
||
<td align="left" colspan="3">
|
||
<asp:TextBox ID="txtTestingUT" runat="server" CssClass="textboxnoneborder" Width="90%"></asp:TextBox>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td align="center" height="23px">
|
||
<asp:Label ID="Label59" runat="server" Text="MT"></asp:Label>
|
||
</td>
|
||
<td align="left" colspan="4">
|
||
<asp:TextBox ID="txtTestingMT" runat="server" CssClass="textboxnoneborder" Width="90%"></asp:TextBox>
|
||
</td>
|
||
<td align="center">
|
||
<asp:Label ID="Label60" runat="server" Text="PT"></asp:Label>
|
||
</td>
|
||
<td align="left" colspan="3">
|
||
<asp:TextBox ID="txtTestingPT" runat="server" CssClass="textboxnoneborder" Width="90%"></asp:TextBox>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td align="center" height="23px">
|
||
<asp:Label ID="Label61" runat="server" Text="其他"></asp:Label>
|
||
</td>
|
||
<td align="left" colspan="8">
|
||
<asp:TextBox ID="txtTestingOther" runat="server" CssClass="textboxnoneborder" Width="95%"></asp:TextBox>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td align="center" height="23px">
|
||
<asp:Label ID="Label63" runat="server" Font-Bold="True" Text="技术措施"></asp:Label>
|
||
</td>
|
||
<td align="left" colspan="8">
|
||
<asp:TextBox ID="txtTechnicalMeasures" runat="server" CssClass="textboxnoneborder"
|
||
Width="95%"></asp:TextBox>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td align="center" height="23px">
|
||
<asp:Label ID="Label64" runat="server" Font-Bold="True" Text="其他说明"></asp:Label>
|
||
</td>
|
||
<td align="left" colspan="8">
|
||
<asp:TextBox ID="txtDescription" runat="server" CssClass="textboxnoneborder" Width="95%"></asp:TextBox>
|
||
</td>
|
||
</tr>
|
||
</table>
|
||
</f:ContentPanel>
|
||
</Items>
|
||
</f:Panel>
|
||
</form>
|
||
<script type="text/javascript" language="javascript">
|
||
</script>
|
||
</body>
|
||
</html>
|