Files
HJGL_DS/HJGL_DS/FineUIPro.Web/JGZL/MaterialQualityCertificateDocEdit.aspx
T
2026-01-26 16:26:49 +08:00

77 lines
4.2 KiB
Plaintext

<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="MaterialQualityCertificateDocEdit.aspx.cs" Inherits="FineUIPro.Web.JGZL.MaterialQualityCertificateDocEdit" %>
<!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="true" ShowHeader="false" AutoScroll="true" BodyPadding="10px"
runat="server" RedStarPosition="BeforeText" LabelAlign="Right">
<Toolbars>
<f:Toolbar ID="Toolbar1" Position="Bottom" 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="txtMaterialName" runat="server" Label="材料名称" LabelAlign="Right" LabelWidth="150px" MaxLength="50" Required="true" ShowRedStar="true"></f:TextBox>
<f:TextBox ID="txtMaterialCode" runat="server" Label="证件自编号" LabelAlign="Right" LabelWidth="150px" MaxLength="50" Required="true" ShowRedStar="true"></f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtSerialCode" runat="server" Label="证件出厂编号" LabelAlign="Right" LabelWidth="150px" MaxLength="50"></f:TextBox>
<f:TextBox ID="txtManufacturer" runat="server" Label="制造厂家" LabelAlign="Right" LabelWidth="150px" MaxLength="50"></f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtMaterial" runat="server" Label="材质" LabelAlign="Right" LabelWidth="150px" MaxLength="50"></f:TextBox>
<f:TextBox ID="txtSpecification" runat="server" Label="规格型号" LabelAlign="Right" LabelWidth="150px" MaxLength="50"></f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtUnit" runat="server" Label="单位" LabelAlign="Right" LabelWidth="150px" MaxLength="50"></f:TextBox>
<f:NumberBox ID="txtTotalNum" runat="server" Label="总量" LabelWidth="150px" LabelAlign="Right" NoDecimal="false"
NoNegative="true" EmptyText="0">
</f:NumberBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtReInspectionReportCode" runat="server" Label="复验报告编号" LabelAlign="Right" LabelWidth="150px" MaxLength="50"></f:TextBox>
<f:TextBox ID="txtReceivingUnit" runat="server" Label="领用单位" LabelAlign="Right" LabelWidth="150px"></f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:NumberBox ID="txtDrawNum" runat="server" Label="领用量" LabelWidth="150px" LabelAlign="Right" NoDecimal="false"
NoNegative="true" EmptyText="0">
</f:NumberBox>
<f:Label ID="Label1" runat="server"></f:Label>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextArea ID="txtRemark" runat="server" Label="备注" LabelAlign="Right" LabelWidth="150px" MaxLength="500"></f:TextArea>
</Items>
</f:FormRow>
</Rows>
</f:Form>
</form>
</body>
</html>