2022-12-14
This commit is contained in:
parent
1ecf0efb22
commit
9b5a265f00
|
|
@ -32,6 +32,15 @@
|
||||||
<Toolbars>
|
<Toolbars>
|
||||||
<f:Toolbar ID="Toolbar2" Position="Top" runat="server" ToolbarAlign="Left">
|
<f:Toolbar ID="Toolbar2" Position="Top" runat="server" ToolbarAlign="Left">
|
||||||
<Items>
|
<Items>
|
||||||
|
<f:DropDownList runat="server" ID="DropDownList1" Label="数据来源">
|
||||||
|
<f:ListItem Text="施工管理部" Value="Value1" />
|
||||||
|
<f:ListItem Text="环境工程事业部" Value="Value2" />
|
||||||
|
<f:ListItem Text="基础设施事业部" Value="Value3" />
|
||||||
|
<f:ListItem Text="运营管理部" Value="Value4" />
|
||||||
|
<f:ListItem Text="宁波公司" Value="Value5" />
|
||||||
|
<f:ListItem Text="焦化公司" Value="Value6" />
|
||||||
|
</f:DropDownList>
|
||||||
|
|
||||||
<f:TextBox runat="server" Label="总承包合同编号" ID="txtProjectCode" EmptyText="输入查询条件" Width="300px" LabelWidth="120px"
|
<f:TextBox runat="server" Label="总承包合同编号" ID="txtProjectCode" EmptyText="输入查询条件" Width="300px" LabelWidth="120px"
|
||||||
LabelAlign="left">
|
LabelAlign="left">
|
||||||
</f:TextBox>
|
</f:TextBox>
|
||||||
|
|
@ -61,6 +70,8 @@
|
||||||
<f:Button ID="btnOut" OnClick="btnOut_Click" runat="server" ToolTip="导出" Icon="FolderUp" Text="导出"
|
<f:Button ID="btnOut" OnClick="btnOut_Click" runat="server" ToolTip="导出" Icon="FolderUp" Text="导出"
|
||||||
EnableAjax="false" DisableControlBeforePostBack="false">
|
EnableAjax="false" DisableControlBeforePostBack="false">
|
||||||
</f:Button>
|
</f:Button>
|
||||||
|
<f:Button ID="btnImport" Text="导入" ToolTip="导入" Icon="PackageIn" runat="server" >
|
||||||
|
</f:Button>
|
||||||
</Items>
|
</Items>
|
||||||
</f:Toolbar>
|
</f:Toolbar>
|
||||||
</Toolbars>
|
</Toolbars>
|
||||||
|
|
|
||||||
|
|
@ -59,6 +59,15 @@ namespace FineUIPro.Web.PHTGL.Filing
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::FineUIPro.Toolbar Toolbar2;
|
protected global::FineUIPro.Toolbar Toolbar2;
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// DropDownList1 控件。
|
||||||
|
/// </summary>
|
||||||
|
/// <remarks>
|
||||||
|
/// 自动生成的字段。
|
||||||
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
|
/// </remarks>
|
||||||
|
protected global::FineUIPro.DropDownList DropDownList1;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// txtProjectCode 控件。
|
/// txtProjectCode 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|
@ -131,6 +140,15 @@ namespace FineUIPro.Web.PHTGL.Filing
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::FineUIPro.Button btnOut;
|
protected global::FineUIPro.Button btnOut;
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// btnImport 控件。
|
||||||
|
/// </summary>
|
||||||
|
/// <remarks>
|
||||||
|
/// 自动生成的字段。
|
||||||
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
|
/// </remarks>
|
||||||
|
protected global::FineUIPro.Button btnImport;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// lblPageIndex 控件。
|
/// lblPageIndex 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|
|
||||||
|
|
@ -23,6 +23,14 @@
|
||||||
<Toolbars>
|
<Toolbars>
|
||||||
<f:Toolbar ID="Toolbar2" Position="Top" runat="server" ToolbarAlign="Left">
|
<f:Toolbar ID="Toolbar2" Position="Top" runat="server" ToolbarAlign="Left">
|
||||||
<Items>
|
<Items>
|
||||||
|
<f:DropDownList runat="server" ID="DropDownList1" Label="数据来源">
|
||||||
|
<f:ListItem Text="施工管理部" Value="Value1" />
|
||||||
|
<f:ListItem Text="环境工程事业部" Value="Value2" />
|
||||||
|
<f:ListItem Text="基础设施事业部" Value="Value3" />
|
||||||
|
<f:ListItem Text="运营管理部" Value="Value4" />
|
||||||
|
<f:ListItem Text="宁波公司" Value="Value5" />
|
||||||
|
<f:ListItem Text="焦化公司" Value="Value6" />
|
||||||
|
</f:DropDownList>
|
||||||
<f:TextBox runat="server" Label="合同名称" ID="txtContractName" EmptyText="输入查询条件" Width="300px" LabelWidth="90px"
|
<f:TextBox runat="server" Label="合同名称" ID="txtContractName" EmptyText="输入查询条件" Width="300px" LabelWidth="90px"
|
||||||
LabelAlign="right">
|
LabelAlign="right">
|
||||||
</f:TextBox>
|
</f:TextBox>
|
||||||
|
|
@ -36,6 +44,8 @@
|
||||||
<f:Button ID="btnPrinterWord" EnablePostBack="true" runat="server"
|
<f:Button ID="btnPrinterWord" EnablePostBack="true" runat="server"
|
||||||
Text="导出文件" Icon="Printer" OnClick="btnPrinterWord_Click" EnableAjax="false" DisableControlBeforePostBack="true">
|
Text="导出文件" Icon="Printer" OnClick="btnPrinterWord_Click" EnableAjax="false" DisableControlBeforePostBack="true">
|
||||||
</f:Button>
|
</f:Button>
|
||||||
|
<f:Button ID="btnImport" Text="导入" ToolTip="导入" Icon="PackageIn" runat="server" >
|
||||||
|
</f:Button>
|
||||||
</Items>
|
</Items>
|
||||||
</f:Toolbar>
|
</f:Toolbar>
|
||||||
</Toolbars>
|
</Toolbars>
|
||||||
|
|
|
||||||
|
|
@ -59,6 +59,15 @@ namespace FineUIPro.Web.PHTGL.Filing
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::FineUIPro.Toolbar Toolbar2;
|
protected global::FineUIPro.Toolbar Toolbar2;
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// DropDownList1 控件。
|
||||||
|
/// </summary>
|
||||||
|
/// <remarks>
|
||||||
|
/// 自动生成的字段。
|
||||||
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
|
/// </remarks>
|
||||||
|
protected global::FineUIPro.DropDownList DropDownList1;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// txtContractName 控件。
|
/// txtContractName 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|
@ -95,6 +104,15 @@ namespace FineUIPro.Web.PHTGL.Filing
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::FineUIPro.Button btnPrinterWord;
|
protected global::FineUIPro.Button btnPrinterWord;
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// btnImport 控件。
|
||||||
|
/// </summary>
|
||||||
|
/// <remarks>
|
||||||
|
/// 自动生成的字段。
|
||||||
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
|
/// </remarks>
|
||||||
|
protected global::FineUIPro.Button btnImport;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// lblPageIndex 控件。
|
/// lblPageIndex 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|
|
||||||
|
|
@ -23,6 +23,14 @@
|
||||||
<Toolbars>
|
<Toolbars>
|
||||||
<f:Toolbar ID="Toolbar2" Position="Top" runat="server" ToolbarAlign="Left">
|
<f:Toolbar ID="Toolbar2" Position="Top" runat="server" ToolbarAlign="Left">
|
||||||
<Items>
|
<Items>
|
||||||
|
<f:DropDownList runat="server" ID="DropDownList1" Label="数据来源">
|
||||||
|
<f:ListItem Text="施工管理部" Value="Value1" />
|
||||||
|
<f:ListItem Text="环境工程事业部" Value="Value2" />
|
||||||
|
<f:ListItem Text="基础设施事业部" Value="Value3" />
|
||||||
|
<f:ListItem Text="运营管理部" Value="Value4" />
|
||||||
|
<f:ListItem Text="宁波公司" Value="Value5" />
|
||||||
|
<f:ListItem Text="焦化公司" Value="Value6" />
|
||||||
|
</f:DropDownList>
|
||||||
<f:TextBox runat="server" Label="总承包合同编号" ID="txtActionPlanCode" EmptyText="输入查询条件" Width="300px" LabelWidth="140px"
|
<f:TextBox runat="server" Label="总承包合同编号" ID="txtActionPlanCode" EmptyText="输入查询条件" Width="300px" LabelWidth="140px"
|
||||||
LabelAlign="left">
|
LabelAlign="left">
|
||||||
</f:TextBox>
|
</f:TextBox>
|
||||||
|
|
|
||||||
|
|
@ -59,6 +59,15 @@ namespace FineUIPro.Web.PHTGL.Filing
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::FineUIPro.Toolbar Toolbar2;
|
protected global::FineUIPro.Toolbar Toolbar2;
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// DropDownList1 控件。
|
||||||
|
/// </summary>
|
||||||
|
/// <remarks>
|
||||||
|
/// 自动生成的字段。
|
||||||
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
|
/// </remarks>
|
||||||
|
protected global::FineUIPro.DropDownList DropDownList1;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// txtActionPlanCode 控件。
|
/// txtActionPlanCode 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue