2
schangxiang@126.com
2024-08-16 b47c50a2a514def7374b32d7194b2c599cba5625
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<%@ 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>