<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="EquipmentTypeDetail.aspx.cs" Inherits="iWareWms.View.DEV.EquipmentType.EquipmentTypeDetail" %>
|
|
<!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:Panel ID="Panel1" ShowBorder="false" ShowHeader="false" AutoScroll="true" runat="server">
|
<Toolbars>
|
<f:Toolbar ID="Toolbar1" runat="server">
|
<Items>
|
<f:Button ID="btnSaveClose" ValidateForms="SimpleForm1" Icon="SystemSaveClose" OnClick="SaveCloseClick"
|
runat="server" Text="保存后关闭">
|
</f:Button>
|
</Items>
|
</f:Toolbar>
|
</Toolbars>
|
<Items>
|
<f:Form ID="SimpleForm1" ShowBorder="false" ShowHeader="false" runat="server" BodyPadding="10px"
|
Title="SimpleForm">
|
<Rows>
|
|
<f:FormRow runat="server">
|
<Items>
|
<f:TextBox ID="EqumentTypeName" runat ="server" Label="类型名称" Required="true" Enabled="true" ShowRedStar="true" MinLength="2" MaxLength="15"></f:TextBox>
|
</Items>
|
</f:FormRow>
|
|
<f:FormRow runat="server" Height="60px">
|
<Items>
|
<f:TextArea ID="remark" runat ="server" Label="备注" MaxLength="200"></f:TextArea>
|
</Items>
|
</f:FormRow>
|
|
|
|
</Rows>
|
</f:Form>
|
</Items>
|
</f:Panel>
|
</form>
|
</body>
|
</html>
|