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

80 lines
4.0 KiB
Plaintext

<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="EquipmentView.aspx.cs" Inherits="FineUIPro.Web.CQMS.Material.EquipmentView" %>
<!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="合同编号" Readonly="true"
Required="true" MaxLength="70" ShowRedStar="true" LabelWidth="100px">
</f:TextBox>
<f:DropDownList ID="drpUnit" runat="server" ShowRedStar="true" Label="供货单位" LabelWidth="100px" LabelAlign="Right" EnableEdit="true" Readonly="true">
</f:DropDownList>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:DropDownList ID="drpMainItem" runat="server" ShowRedStar="true" Label="主项" LabelWidth="100px" LabelAlign="Right" EnableEdit="true" Readonly="true">
</f:DropDownList>
<f:TextBox ID="txtEquipmentName" runat="server" Label="设备名称"
Required="true" MaxLength="70" ShowRedStar="true" LabelWidth="100px" Readonly="true">
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtSpecificationAndModel" runat="server" Label="规格型号" Readonly="true"
MaxLength="70" LabelWidth="100px" >
</f:TextBox>
<f:TextBox ID="txtEquipmentCode" runat="server" Label="设备位号" ShowRedStar="true" Required="true" Readonly="true"
MaxLength="70" LabelWidth="100px">
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtPressClass" runat="server" Label="压力等级" Readonly="true"
MaxLength="70" LabelWidth="100px">
</f:TextBox>
<f:DatePicker ID="txtArrivalDate" ShowRedStar="true" Required="true" runat="server" Label="到货日期" LabelAlign="Right" Readonly="true"
EnableEdit="true">
</f:DatePicker>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtUnit" runat="server" Label="单位" Readonly="true"
MaxLength="70" LabelWidth="100px">
</f:TextBox>
<f:NumberBox ID="txtNum" Label="数量" runat="server" NoDecimal="false" Readonly="true"
LabelWidth="100px" NoNegative="true" ShowRedStar="true" Required="true">
</f:NumberBox>
</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="btnClose" EnablePostBack="false"
runat="server" Icon="SystemClose">
</f:Button>
</Items>
</f:Toolbar>
</Toolbars>
</f:Form>
</form>
</body>
</html>