197 lines
		
	
	
		
			11 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
		
		
			
		
	
	
			197 lines
		
	
	
		
			11 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
|  | <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="DataInEdit.aspx.cs" Inherits="FineUIPro.Web.HJGL.DataIn.DataInEdit" %> | |||
|  | 
 | |||
|  | <!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="Panel1" runat="server" /> | |||
|  |         <f:Form ID="SimpleForm1" ShowBorder="false" 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:ToolbarFill ID="ToolbarFill1" runat="server"></f:ToolbarFill> | |||
|  |                         <f:Button ID="btnSave" Icon="SystemSave" runat="server" Text="保存" ValidateForms="SimpleForm1" | |||
|  |                             OnClick="btnSave_Click"> | |||
|  |                         </f:Button> | |||
|  |                     </Items> | |||
|  |                 </f:Toolbar> | |||
|  |             </Toolbars> | |||
|  |             <Rows> | |||
|  |                 <f:FormRow> | |||
|  |                     <Items> | |||
|  |                         <f:TextBox ID="txtValue1" Label="单位代码" ShowRedStar="true" Required="true" runat="server" FocusOnPageLoad="true" MaxLength="100" LabelWidth="120px"> | |||
|  |                         </f:TextBox> | |||
|  |                         <f:TextBox ID="txtValue2" Label="工区编号" ShowRedStar="true" Required="true" runat="server" MaxLength="20" LabelWidth="120px"> | |||
|  |                         </f:TextBox> | |||
|  |                         <f:TextBox ID="txtValue3" Label="管线代号" ShowRedStar="true" Required="true" runat="server" MaxLength="50" LabelWidth="120px"> | |||
|  |                         </f:TextBox> | |||
|  |                         <f:TextBox ID="txtValue4" Label="焊口代号" ShowRedStar="true" Required="true" runat="server" MaxLength="50" LabelWidth="120px"> | |||
|  |                         </f:TextBox> | |||
|  |                          | |||
|  |                     </Items> | |||
|  |                 </f:FormRow> | |||
|  |                 <f:FormRow> | |||
|  |                     <Items> | |||
|  |                         <f:TextBox ID="txtValue5" Label="材质类型代号"  runat="server" MaxLength="50" LabelWidth="120px"> | |||
|  |                         </f:TextBox> | |||
|  |                         <f:TextBox ID="txtValue6" Label="材质1代号" ShowRedStar="true" Required="true" runat="server" MaxLength="50" LabelWidth="120px"> | |||
|  |                         </f:TextBox> | |||
|  |                         <f:TextBox ID="txtValue7" Label="材质2代号" runat="server" MaxLength="50" LabelWidth="120px"> | |||
|  |                         </f:TextBox> | |||
|  |                         <f:TextBox ID="txtValue8" Label="材料1"   runat="server" MaxLength="50" LabelWidth="120px"> | |||
|  |                         </f:TextBox> | |||
|  |                          | |||
|  |                     </Items> | |||
|  |                 </f:FormRow> | |||
|  | 
 | |||
|  |                   <f:FormRow> | |||
|  |                     <Items> | |||
|  | 
 | |||
|  |                         <f:TextBox ID="txtValue9" Label="材料2" runat="server" MaxLength="50" LabelWidth="120px"> | |||
|  |                         </f:TextBox> | |||
|  |                         <f:TextBox ID="txtValue10" Label="探伤比例代号" ShowRedStar="true" Required="true" runat="server"  LabelWidth="120px"> | |||
|  |                         </f:TextBox> | |||
|  |                         <f:TextBox ID="txtValue11" Label="焊缝类型代号" ShowRedStar="true" Required="true" runat="server"  LabelWidth="120px"> | |||
|  |                         </f:TextBox> | |||
|  |                         <f:TextBox ID="txtValue12" Label="焊接区域" ShowRedStar="true" Required="true" runat="server" MaxLength="2" LabelWidth="120px"> | |||
|  |                         </f:TextBox> | |||
|  |                     </Items> | |||
|  |                 </f:FormRow> | |||
|  |                 <f:FormRow> | |||
|  |                     <Items> | |||
|  |                          | |||
|  |                         <f:TextBox ID="txtValue13" Label="焊口属性" ShowRedStar="true" Required="true" runat="server" MaxLength="2" LabelWidth="120px"> | |||
|  |                         </f:TextBox> | |||
|  |                         <f:NumberBox ID="txtValue14" Label="达因数" ShowRedStar="true" Required="true" runat="server" NoNegative="true" DecimalPrecision="4" LabelWidth="120px"> | |||
|  |                         </f:NumberBox> | |||
|  |                         <f:TextBox ID="txtValue15" Label="规格(mm)" runat="server" ShowRedStar="true" Required="true" LabelWidth="120px"> | |||
|  |                         </f:TextBox> | |||
|  |                         <f:TextBox ID="txtValue16" Label="壁厚" ShowRedStar="true" Required="true" runat="server" MaxLength="20" LabelWidth="120px"> | |||
|  |                         </f:TextBox> | |||
|  |                     </Items> | |||
|  |                 </f:FormRow> | |||
|  |                 <f:FormRow> | |||
|  |                     <Items> | |||
|  |                          | |||
|  |                         <f:TextBox ID="txtValue17" Label="焊接方法代码" ShowRedStar="true" Required="true" runat="server" MaxLength="20" LabelWidth="120px"> | |||
|  |                         </f:TextBox>  | |||
|  |                         <f:TextBox ID="txtValue18" Label="试验压力" runat="server" MaxLength="50" LabelWidth="120px"> | |||
|  |                         </f:TextBox> | |||
|  |                         <%--<f:NumberBox ID="txtValue15" Label="试验压力" runat="server" NoNegative="true" DecimalPrecision="4" LabelWidth="120px"> | |||
|  |                         </f:NumberBox>--%> | |||
|  |                         <f:TextBox ID="txtValue19" Label="焊条代号" runat="server" MaxLength="20" LabelWidth="120px"> | |||
|  |                         </f:TextBox> | |||
|  |                         <f:TextBox ID="txtValue20" Label="焊丝代号" runat="server" MaxLength="20" LabelWidth="120px"> | |||
|  |                         </f:TextBox> | |||
|  |                     </Items> | |||
|  |                 </f:FormRow> | |||
|  |                 <f:FormRow> | |||
|  |                     <Items> | |||
|  |                          | |||
|  |                         <f:TextBox ID="txtValue21" Label="介质代号" runat="server" MaxLength="50" LabelWidth="120px"> | |||
|  |                         </f:TextBox> | |||
|  |                         <f:TextBox ID="txtValue22" Label="单线图号" runat="server" MaxLength="50" LabelWidth="120px"> | |||
|  |                         </f:TextBox> | |||
|  |                         <f:TextBox ID="txtValue23" Label="设计压力" runat="server" MaxLength="50" LabelWidth="120px"> | |||
|  |                         </f:TextBox> | |||
|  |                         <%--<f:NumberBox ID="txtValue20" Label="设计压力" runat="server" NoNegative="true" DecimalPrecision="4" LabelWidth="120px"> | |||
|  |                         </f:NumberBox>--%> | |||
|  |                         <f:TextBox ID="txtValue24" Label="设计温度" runat="server" MaxLength="50"   LabelWidth="120px"> | |||
|  |                         </f:TextBox> | |||
|  |                     </Items> | |||
|  |                 </f:FormRow> | |||
|  |                 <f:FormRow> | |||
|  |                     <Items> | |||
|  | 
 | |||
|  |                          | |||
|  |                         <f:TextBox ID="txtValue25" Label="坡口代号" runat="server" MaxLength="20" ShowRedStar="true" Required="true" LabelWidth="120px"> | |||
|  |                         </f:TextBox> | |||
|  |                         <f:TextBox ID="txtValue26" Label="管线等级代号" runat="server" MaxLength="20" LabelWidth="120px"> | |||
|  |                         </f:TextBox> | |||
|  |                         <f:TextBox ID="txtValue27" Label="组件一代号" runat="server" MaxLength="20" LabelWidth="120px"> | |||
|  |                         </f:TextBox> | |||
|  |                         <f:TextBox ID="txtValue28" Label="组件二代号" runat="server" MaxLength="20" LabelWidth="120px"> | |||
|  |                         </f:TextBox> | |||
|  |                     </Items> | |||
|  |                 </f:FormRow> | |||
|  |                 <f:FormRow> | |||
|  |                     <Items> | |||
|  |                          | |||
|  |                         <f:TextBox ID="txtValue29" Label="炉批号一" runat="server" MaxLength="50" LabelWidth="120px"> | |||
|  |                         </f:TextBox> | |||
|  |                         <f:TextBox ID="txtValue30" Label="炉批号二" runat="server" MaxLength="50" LabelWidth="120px"> | |||
|  |                         </f:TextBox> | |||
|  |                         <f:TextBox ID="txtValue31" Label="所属管段" runat="server" MaxLength="50" LabelWidth="120px"> | |||
|  |                         </f:TextBox>  | |||
|  |                         <f:TextBox ID="txtValue32" Label="预热温度" runat="server"   MaxLength="50" LabelWidth="120px"> | |||
|  |                         </f:TextBox> | |||
|  |                     </Items> | |||
|  |                 </f:FormRow> | |||
|  |                 <f:FormRow> | |||
|  |                     <Items> | |||
|  |                         | |||
|  |                         <f:TextBox ID="txtValue33" Label="是否需热处理" runat="server" MaxLength="1" LabelWidth="120px"> | |||
|  |                         </f:TextBox> | |||
|  |                         <f:TextBox ID="txtValue34" Label="热处理编号" runat="server" LabelWidth="120px"> | |||
|  |                         </f:TextBox> | |||
|  |                         <f:TextBox ID="txtValue35" Label="焊接位置" runat="server" ShowRedStar="true" Required="true" LabelWidth="120px"> | |||
|  |                         </f:TextBox> | |||
|  |                         <f:NumberBox ID="txtValue36" Label="外径" runat="server" LabelWidth="120px" NoNegative="true" DecimalPrecision="4"></f:NumberBox> | |||
|  |                         | |||
|  |                     </Items> | |||
|  |                 </f:FormRow> | |||
|  |                 <f:FormRow> | |||
|  |                     <Items> | |||
|  |                          <f:TextBox ID="txtValue37" Label="硬度检测比例" runat="server" MaxLength="20" LabelWidth="120px"> | |||
|  |                         </f:TextBox> | |||
|  |                         <f:TextBox ID="txtValue38" Label="焊接气体保护" runat="server" MaxLength="20" LabelWidth="120px"> | |||
|  |                         </f:TextBox> | |||
|  |                         <f:NumberBox ID="txtValue39" Label="组件数量" runat="server" MaxLength="20" LabelWidth="120px"> | |||
|  |                         </f:NumberBox> | |||
|  |                         <f:TextBox ID="txtValue40" Label="公称直径" runat="server" MaxLength="20" LabelWidth="120px"> | |||
|  |                         </f:TextBox> | |||
|  |                     </Items> | |||
|  |                 </f:FormRow> | |||
|  |                   <f:FormRow> | |||
|  |                     <Items> | |||
|  |                        <f:TextBox ID="txtValue41" Label="是否非标" runat="server" MaxLength="20" LabelWidth="120px"> | |||
|  |                         </f:TextBox> | |||
|  |                         <f:TextBox ID="txtValue42" Label="壁板号" runat="server" MaxLength="20" LabelWidth="120px"> | |||
|  |                         </f:TextBox> | |||
|  |                         <f:TextBox ID="txtValue43" Label="延长米" runat="server" MaxLength="20" LabelWidth="120px"> | |||
|  |                         </f:TextBox> | |||
|  |                          <f:TextBox ID="txtValue44" Label="管道长度" runat="server" MaxLength="20" LabelWidth="120px"> | |||
|  |                         </f:TextBox> | |||
|  |                     </Items> | |||
|  |                 </f:FormRow> | |||
|  |                  <f:FormRow> | |||
|  |                     <Items> | |||
|  |                         <f:TextBox ID="txtValue45" Label="管道类别号" runat="server" MaxLength="20" LabelWidth="120px"> | |||
|  |                         </f:TextBox> | |||
|  |                          | |||
|  |                     </Items> | |||
|  |                 </f:FormRow> | |||
|  |                 <f:FormRow> | |||
|  |                     <Items> | |||
|  |                         | |||
|  |                         | |||
|  |                         <f:CheckBox ID="ckAll" runat="server" Checked="true" Text="是否批量修改"></f:CheckBox> | |||
|  |                     </Items> | |||
|  |                 </f:FormRow> | |||
|  |                 <f:FormRow> | |||
|  |                     <Items> | |||
|  |                         <f:TextArea runat="server" Label="错误信息" ID="lbErrCout" Readonly="true" LabelWidth="120px"></f:TextArea> | |||
|  |                     </Items> | |||
|  |                 </f:FormRow> | |||
|  |             </Rows> | |||
|  |         </f:Form> | |||
|  |     </form> | |||
|  | </body> | |||
|  | </html> |