项目主数据

This commit is contained in:
geh
2026-06-11 09:52:30 +08:00
parent eb3003bc21
commit 716c838be0
29 changed files with 2957 additions and 212 deletions
@@ -73,6 +73,10 @@
<f:TextBox runat="server" Label="" ID="txtProjectName" EmptyText="按名称查询"
AutoPostBack="true" OnTextChanged="TextBox_TextChanged" Width="180px" LabelWidth="50px">
</f:TextBox>
<f:CheckBox runat="server" ID="rbIsCNCECShow" Label="集团穿透展示" LabelWidth="110px"
AutoPostBack="true" OnCheckedChanged="rbIsCNCECShow_CheckedChanged">
</f:CheckBox>
<f:ToolbarSeparator runat="server"></f:ToolbarSeparator>
<f:ToolbarFill runat="server"></f:ToolbarFill>
<f:Button ID="btnSearch" Icon="SystemSearch" Text="查询" EnablePostBack="true" runat="server" OnClick="btnSearch_Click">
</f:Button>
@@ -161,6 +165,9 @@
TextAlign="Center" ToolTip="项目单位" Text="详情" />
<f:LinkButtonField HeaderText="项目用户" ConfirmTarget="Top" Width="60px" CommandName="ProjectUser" ColumnID="ProjectUser"
TextAlign="Center" ToolTip="项目用户" Text="详情" />
<f:CheckBoxField Width="90px" SortField="IsCNCECShow" RenderAsStaticField="true" DataField="IsCNCECShow"
HeaderText="集团展示" HeaderTextAlign="Center" TextAlign="Center">
</f:CheckBoxField>
</Columns>
<Listeners>
<f:Listener Event="beforerowcontextmenu" Handler="onRowContextMenu" />