62 lines
3.2 KiB
Plaintext
62 lines
3.2 KiB
Plaintext
|
|
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="PackagingManageEdit.aspx.cs" Inherits="FineUIPro.Web.HJGL.PreDesign.PackagingManageEdit" %>
|
||
|
|
|
||
|
|
<!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="Form2" runat="server" />
|
||
|
|
<f:Form ID="Form2" ShowBorder="False" BodyPadding="5px" ShowHeader="False" runat="server" AutoScroll="true">
|
||
|
|
<Rows>
|
||
|
|
<f:FormRow>
|
||
|
|
<Items>
|
||
|
|
<f:DropDownList runat="server" ID="txtPackagingCode" EnableEdit="true" ForceSelection="false" Label="包装编号" LabelWidth="140px" LabelAlign="Right">
|
||
|
|
</f:DropDownList>
|
||
|
|
|
||
|
|
<f:DropDownList ID="drpPipelineComponentCode" runat="server" Required="true" ShowRedStar="true" OnSelectedIndexChanged="drpPipelineComponentCode_SelectedIndexChanged"
|
||
|
|
Label="预制组件编号" LabelAlign="Right" LabelWidth="180px" EnableEdit="true" EnableMultiSelect="true" AutoSelectFirstItem="false" EmptyText="请选择一项">
|
||
|
|
</f:DropDownList>
|
||
|
|
</Items>
|
||
|
|
</f:FormRow>
|
||
|
|
<f:FormRow>
|
||
|
|
<Items>
|
||
|
|
<f:TextBox ID="txtPlanStartDate" runat="server" Label="最早安装时间" LabelAlign="Right" Readonly="true"
|
||
|
|
LabelWidth="140px">
|
||
|
|
</f:TextBox>
|
||
|
|
<f:TextBox ID="txtStackingPosition" runat="server" Label="堆放位置" LabelAlign="Right" Required="true" ShowRedStar="true" EmptyText="主项号+区域编号"
|
||
|
|
LabelWidth="180px">
|
||
|
|
</f:TextBox>
|
||
|
|
</Items>
|
||
|
|
</f:FormRow>
|
||
|
|
<f:FormRow>
|
||
|
|
<Items>
|
||
|
|
<f:TextBox ID="txtContactName" runat="server" Label="联系人姓名" LabelAlign="Right" Required="true" ShowRedStar="true"
|
||
|
|
LabelWidth="140px">
|
||
|
|
</f:TextBox>
|
||
|
|
<f:TextBox ID="txtContactPhone" runat="server" Label="联系人电话" LabelAlign="Right" Required="true" ShowRedStar="true"
|
||
|
|
LabelWidth="180px">
|
||
|
|
</f:TextBox>
|
||
|
|
</Items>
|
||
|
|
</f:FormRow>
|
||
|
|
|
||
|
|
</Rows>
|
||
|
|
<Toolbars>
|
||
|
|
<f:Toolbar ID="Toolbar2" Position="Bottom" ToolbarAlign="Right" runat="server">
|
||
|
|
<Items>
|
||
|
|
<f:Button ID="btnSave" Icon="SystemSave" runat="server" Text="保存数据" ValidateForms="Form2" Hidden="true"
|
||
|
|
OnClick="btnSave_Click">
|
||
|
|
</f:Button>
|
||
|
|
<f:Button ID="btnClose" EnablePostBack="false" Text="关闭" runat="server" Icon="SystemClose">
|
||
|
|
</f:Button>
|
||
|
|
</Items>
|
||
|
|
</f:Toolbar>
|
||
|
|
</Toolbars>
|
||
|
|
</f:Form>
|
||
|
|
</form>
|
||
|
|
</body>
|
||
|
|
</html>
|