2023-09-27
This commit is contained in:
@@ -589,6 +589,23 @@
|
||||
</asp:GridView>
|
||||
</td>
|
||||
</tr>
|
||||
<tr style="background: url('../Images/bg-1.gif')">
|
||||
<td align="left" valign="middle" style="font-size: 12pt; font-weight: bold">
|
||||
<asp:Image ImageUrl="~/Images/lv-1.gif" ImageAlign="AbsMiddle" ID="image13" runat="server" />
|
||||
7)施工方案统计
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<asp:GridView ID="gvConstructionStatistics" runat="server" AllowPaging="false" AllowSorting="True"
|
||||
AutoGenerateColumns="True" HorizontalAlign="Justify" Width="100%" OnRowCreated="gvConstructionStatistics_RowCreated">
|
||||
<AlternatingRowStyle CssClass="GridBgColr" />
|
||||
<HeaderStyle CssClass="GridBgColr" />
|
||||
<PagerStyle HorizontalAlign="Left" />
|
||||
<RowStyle CssClass="GridRow" />
|
||||
</asp:GridView>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<table id="Table10" runat="server" width="100%" cellpadding="0" cellspacing="0">
|
||||
|
||||
Reference in New Issue
Block a user