2022-09-05 16:36:31 +08:00
|
|
|
<%@ 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">
|
2023-09-11 11:40:38 +08:00
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
2022-09-05 16:36:31 +08:00
|
|
|
<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>
|
2023-11-30 11:03:07 +08:00
|
|
|
<%--<f:DropDownList runat="server" ID="txtPackagingCode" EnableEdit="true" ForceSelection="false" Label="包装编号" LabelWidth="140px" LabelAlign="Right">
|
|
|
|
|
</f:DropDownList>--%>
|
|
|
|
|
<f:TextBox ID="txtPackagingCode" runat="server" Label="包装编号" LabelAlign="Right"
|
|
|
|
|
LabelWidth="140px">
|
|
|
|
|
</f:TextBox>
|
2023-09-11 11:40:38 +08:00
|
|
|
<f:DropDownBox runat="server" ID="dropPipelineComponentCode" EmptyText="请从下拉表格中选择" EnableMultiSelect="true" MatchFieldWidth="false">
|
|
|
|
|
<PopPanel>
|
|
|
|
|
<f:Grid ID="Grid1" Width="650px" Height="400px" Hidden="true"
|
|
|
|
|
DataIDField="PipelineComponentId" DataTextField="PipelineComponentCode" EnableMultiSelect="true" KeepCurrentSelection="true"
|
|
|
|
|
PageSize="10" ShowBorder="true" ShowHeader="false"
|
|
|
|
|
AllowPaging="true" IsDatabasePaging="true" runat="server" EnableCheckBoxSelect="true"
|
|
|
|
|
DataKeyNames="PipelineComponentId" EnableBigData="True"
|
|
|
|
|
AllowSorting="true" SortField="PipelineComponentCode" SortDirection="ASC"
|
|
|
|
|
>
|
|
|
|
|
<Columns>
|
|
|
|
|
<f:RowNumberField />
|
|
|
|
|
<f:BoundField Width="300px" DataField="PipelineComponentCode" SortField="PipelineComponentCode" DataFormatString="{0}"
|
|
|
|
|
HeaderText="预制组件编号" />
|
|
|
|
|
<f:TemplateField runat="server" HeaderText="流水段">
|
|
|
|
|
<ItemTemplate>
|
|
|
|
|
<asp:Label ID="Label3" runat="server" Text='<%# BLL.PipelineService.GetPipelineByPipelineId(Eval("PipelineId").ToString()).FlowingSection %>'></asp:Label>
|
|
|
|
|
</ItemTemplate>
|
|
|
|
|
</f:TemplateField>
|
|
|
|
|
</Columns>
|
|
|
|
|
<Toolbars>
|
|
|
|
|
<f:Toolbar runat="server" Position="Top">
|
|
|
|
|
<Items>
|
|
|
|
|
<f:TextBox ID="txtpipelineCode" runat="server" Label="管线编号" LabelAlign="Right" EmptyText="主项号+区域编号"
|
|
|
|
|
LabelWidth="180px">
|
|
|
|
|
</f:TextBox>
|
2023-11-30 11:03:07 +08:00
|
|
|
<f:TextBox ID="txtpipelineComponentCode" runat="server" Label="预制组件编号" LabelAlign="Right"
|
2023-09-11 11:40:38 +08:00
|
|
|
LabelWidth="180px">
|
|
|
|
|
</f:TextBox>
|
|
|
|
|
<f:TextBox ID="txtflowingSection" runat="server" Label="流水段" LabelAlign="Right"
|
|
|
|
|
LabelWidth="180px">
|
|
|
|
|
</f:TextBox>
|
|
|
|
|
<f:Button ID="btnFind" ToolTip="查询" Icon="SystemSearch"
|
|
|
|
|
EnablePostBack="true" OnClick="btnFind_Click1" runat="server">
|
|
|
|
|
</f:Button>
|
|
|
|
|
</Items>
|
|
|
|
|
</f:Toolbar>
|
|
|
|
|
</Toolbars>
|
|
|
|
|
</f:Grid>
|
|
|
|
|
</PopPanel>
|
|
|
|
|
</f:DropDownBox>
|
|
|
|
|
<%--<f:DropDownList ID="drpPipelineComponentCode" runat="server" Required="true" ShowRedStar="true" OnSelectedIndexChanged="drpPipelineComponentCode_SelectedIndexChanged"
|
2022-09-05 16:36:31 +08:00
|
|
|
Label="预制组件编号" LabelAlign="Right" LabelWidth="180px" EnableEdit="true" EnableMultiSelect="true" AutoSelectFirstItem="false" EmptyText="请选择一项">
|
2023-09-11 11:40:38 +08:00
|
|
|
</f:DropDownList>--%>
|
2022-09-05 16:36:31 +08:00
|
|
|
</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"
|
2023-09-11 11:40:38 +08:00
|
|
|
OnClick="btnSave_Click">
|
2022-09-05 16:36:31 +08:00
|
|
|
</f:Button>
|
|
|
|
|
<f:Button ID="btnClose" EnablePostBack="false" Text="关闭" runat="server" Icon="SystemClose">
|
|
|
|
|
</f:Button>
|
|
|
|
|
</Items>
|
|
|
|
|
</f:Toolbar>
|
|
|
|
|
</Toolbars>
|
|
|
|
|
</f:Form>
|
|
|
|
|
</form>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|