SGGL_SHJ/SGGL/FineUIPro.Web/CQMS/Material/MaterialEdit.aspx

92 lines
4.4 KiB
Plaintext

<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="MaterialEdit.aspx.cs" Inherits="FineUIPro.Web.CQMS.Material.MaterialEdit" %>
<!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" runat="server" />
<f:Form ID="SimpleForm1" ShowBorder="false" ShowHeader="false" AutoScroll="true"
BodyPadding="10px" runat="server" RedStarPosition="BeforeText" LabelAlign="Right">
<Rows>
<f:FormRow>
<Items>
<f:TextBox ID="txtContractNo" runat="server" Label="合同编号"
MaxLength="70" LabelWidth="100px">
</f:TextBox>
<f:DropDownList ID="drpUnit" runat="server" ShowRedStar="true" Label="采购单位" LabelWidth="100px" LabelAlign="Right" EnableEdit="true">
</f:DropDownList>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:DropDownList ID="drpMainItem" runat="server" Label="主项" LabelWidth="100px" LabelAlign="Right" EnableEdit="true">
</f:DropDownList>
<f:TextBox ID="txtMaterialName" runat="server" Label="材料名称"
Required="true" MaxLength="70" ShowRedStar="true" LabelWidth="100px">
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtSpecificationAndModel" runat="server" Label="规格型号"
MaxLength="70" LabelWidth="100px" >
</f:TextBox>
<f:TextBox ID="txtMaterialCode" runat="server" Label="材料编码"
MaxLength="70" LabelWidth="100px">
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtMaterial" runat="server" Label="材质"
MaxLength="70" LabelWidth="100px">
</f:TextBox>
<f:TextBox ID="txtPressClass" runat="server" Label="压力等级"
MaxLength="70" LabelWidth="100px">
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtUnit" runat="server" Label="单位"
MaxLength="70" LabelWidth="100px">
</f:TextBox>
<f:NumberBox ID="txtNum" Label="数量" runat="server" NoDecimal="false"
LabelWidth="100px" NoNegative="true" ShowRedStar="true" Required="true">
</f:NumberBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:DatePicker ID="txtArrivalDate" runat="server" Label="到货日期" LabelAlign="Right"
EnableEdit="true">
</f:DatePicker>
<f:TextBox ID="txtFactory" runat="server" Label="生产厂家"
MaxLength="100" LabelWidth="100px">
</f:TextBox>
</Items>
</f:FormRow>
</Rows>
<Toolbars>
<f:Toolbar ID="Toolbar1" Position="Bottom" ToolbarAlign="Right" runat="server">
<Items>
<f:HiddenField ID="hdCheckerId" runat="server">
</f:HiddenField>
<f:Button ID="btnSave" Icon="SystemSave" runat="server" ValidateForms="SimpleForm1" OnClick="btnSave_Click">
</f:Button>
<f:Button ID="btnClose" EnablePostBack="false"
runat="server" Icon="SystemClose">
</f:Button>
</Items>
</f:Toolbar>
</Toolbars>
</f:Form>
</form>
</body>
</html>