111 lines
6.1 KiB
Plaintext
111 lines
6.1 KiB
Plaintext
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="CheckManageImportEdit.aspx.cs" Inherits="FineUIPro.Web.HJGL.CheckManage.CheckManageImportEdit" %>
|
|
|
|
<!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" 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="点口委托日期" ShowRedStar="true" Required="true" runat="server" MaxLength="50" LabelWidth="120px">
|
|
</f:TextBox>
|
|
<f:TextBox ID="txtValue6" Label="委托单号" ShowRedStar="true" Required="true" runat="server" MaxLength="50" LabelWidth="120px">
|
|
</f:TextBox>
|
|
<f:TextBox ID="txtValue7" Label="检测单位名称" ShowRedStar="true" Required="true" runat="server" MaxLength="50" LabelWidth="120px">
|
|
</f:TextBox>
|
|
<f:TextBox ID="txtValue8" Label="检测单号" ShowRedStar="true" Required="true" runat="server" MaxLength="50" LabelWidth="120px">
|
|
</f:TextBox>
|
|
|
|
</Items>
|
|
</f:FormRow>
|
|
|
|
<f:FormRow>
|
|
<Items>
|
|
|
|
<f:TextBox ID="txtValue9" Label="检测方法代号" ShowRedStar="true" Required="true" 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" LabelWidth="120px">
|
|
</f:TextBox>
|
|
</Items>
|
|
</f:FormRow>
|
|
<f:FormRow>
|
|
<Items>
|
|
|
|
<f:TextBox ID="txtValue13" Label="返修位置" runat="server" LabelWidth="120px">
|
|
</f:TextBox>
|
|
<f:TextBox ID="txtValue14" Label="拍片总数" runat="server" LabelWidth="120px">
|
|
</f:TextBox>
|
|
<f:TextBox ID="txtValue15" Label="合格片数" runat="server" Required="true" LabelWidth="120px">
|
|
</f:TextBox>
|
|
<f:TextBox ID="txtValue16" Label="是否合格" ShowRedStar="true" Required="true" runat="server" LabelWidth="120px">
|
|
</f:TextBox>
|
|
</Items>
|
|
</f:FormRow>
|
|
<f:FormRow>
|
|
<Items>
|
|
|
|
<f:TextBox ID="txtValue17" Label="缺陷定义" 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" Hidden="true">
|
|
</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>
|