<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="PlaceMaterialDetail.aspx.cs" Inherits="FineUIPro.iWareWms.View.SL.PlaceMaterial.PlaceMaterialDetail" %>
|
|
|
<!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="tbPlacceNo" runat ="server" Label="库位编号" ShowRedStar="true" Required="true" ></f:TextBox>
|
</Items>
|
</f:FormRow>
|
|
<f:FormRow runat="server" >
|
<Items>
|
<f:TextBox ID="tbMaterialNo" runat ="server" Label="物料编号" ShowRedStar="true" Required="true"></f:TextBox>
|
</Items>
|
</f:FormRow>
|
</Rows>
|
</f:Form>
|
</Items>
|
</f:Panel>
|
</form>
|
</body>
|
</html>
|