fix:危大工程

This commit is contained in:
geh
2025-03-25 21:54:21 +08:00
parent b8449b3139
commit 3e7c5e5804
23 changed files with 2895 additions and 1619 deletions
@@ -29,8 +29,9 @@
</f:TextBox>
<f:TextBox ID="txtRecordTime" runat="server" Label="编制时间" LabelWidth="100px" Readonly="true" >
</f:TextBox>
<f:TextBox ID="txtAddress" runat="server" Label="地点" Readonly="true" LabelWidth="100px" >
</f:TextBox>
<%-- <f:TextBox ID="txtAddress" runat="server" Label="地点" Readonly="true" LabelWidth="100px" > --%>
<%-- </f:TextBox> --%>
<f:DropDownList ID="drpAddress" runat="server" Label="地点" EnableCheckBoxSelect="true" EnableMultiSelect="true" MaxLength="50" AutoSelectFirstItem="false" LabelAlign="Right"></f:DropDownList>
</Items>
</f:FormRow>
<f:FormRow>
@@ -68,15 +69,143 @@
</f:ContentPanel>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:Panel ID="Panel2" ShowHeader="false" ShowBorder="false" Layout="Column" CssClass="" runat="server">
<Items>
<f:Label ID="Label1" runat="server" Label="附件1-论证后的方案"
LabelAlign="Right" LabelWidth="180px">
</f:Label>
<f:ContentPanel ID="ContentPanel0" runat="server" ShowHeader="false" ShowBorder="false">
<table>
<tr style="height: 28px">
<td align="left">
<div id="AttachUrl1" runat="server">
</div>
</td>
</tr>
</table>
</f:ContentPanel>
</Items>
</f:Panel>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:Panel ID="Panel3" ShowHeader="false" ShowBorder="false" Layout="Column" CssClass="" runat="server">
<Items>
<f:Label ID="Label2" runat="server" Label="附件2-专家论证报告"
LabelAlign="Right" LabelWidth="180px">
</f:Label>
<f:ContentPanel ID="ContentPanel2" runat="server" ShowHeader="false" ShowBorder="false">
<table>
<tr style="height: 28px">
<td align="left">
<div id="AttachUrl2" runat="server">
</div>
</td>
</tr>
</table>
</f:ContentPanel>
</Items>
</f:Panel>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:Panel ID="Panel4" ShowHeader="false" ShowBorder="false" Layout="Column" CssClass="" runat="server">
<Items>
<f:Label ID="Label3" runat="server" Label="附件3-论证会签到表"
LabelAlign="Right" LabelWidth="180px">
</f:Label>
<f:ContentPanel ID="ContentPanel3" runat="server" ShowHeader="false" ShowBorder="false">
<table>
<tr style="height: 28px">
<td align="left">
<div id="AttachUrl3" runat="server">
</div>
</td>
</tr>
</table>
</f:ContentPanel>
</Items>
</f:Panel>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:Panel ID="Panel5" ShowHeader="false" ShowBorder="false" Layout="Column" CssClass="" runat="server">
<Items>
<f:Label ID="Label4" runat="server" Label="附件4-论证会会议照片"
LabelAlign="Right" LabelWidth="180px">
</f:Label>
<f:ContentPanel ID="ContentPanel4" runat="server" ShowHeader="false" ShowBorder="false">
<table>
<tr style="height: 28px">
<td align="left">
<div id="AttachUrl4" runat="server">
</div>
</td>
</tr>
</table>
</f:ContentPanel>
</Items>
</f:Panel>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:Panel ID="Panel6" ShowHeader="false" ShowBorder="false" Layout="Column" CssClass="" runat="server">
<Items>
<f:Label ID="Label5" runat="server" Label="附件5-方案交底记录"
LabelAlign="Right" LabelWidth="180px">
</f:Label>
<f:ContentPanel ID="ContentPanel5" runat="server" ShowHeader="false" ShowBorder="false">
<table>
<tr style="height: 28px">
<td align="left">
<div id="AttachUrl5" runat="server">
</div>
</td>
</tr>
</table>
</f:ContentPanel>
</Items>
</f:Panel>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:Panel ID="Panel7" ShowHeader="false" ShowBorder="false" Layout="Column" CssClass="" runat="server">
<Items>
<f:Label ID="Label6" runat="server" Label="附件6-方案交底会议照片"
LabelAlign="Right" LabelWidth="180px">
</f:Label>
<f:ContentPanel ID="ContentPanel6" runat="server" ShowHeader="false" ShowBorder="false">
<table>
<tr style="height: 28px">
<td align="left">
<div id="AttachUrl6" runat="server">
</div>
</td>
</tr>
</table>
</f:ContentPanel>
</Items>
</f:Panel>
</Items>
</f:FormRow>
</Rows>
<Toolbars>
<f:Toolbar ID="Toolbar1" Position="Bottom" ToolbarAlign="Right" runat="server">
<Items>
<f:Label runat="server" ID="lbTemp">
</f:Label>
<f:Button ID="btnAttachUrl" Text="附件" ToolTip="附件上传及查看" Icon="TableCell" runat="server"
OnClick="btnAttachUrl_Click" ValidateForms="SimpleForm1">
</f:Button>
<%-- <f:Button ID="btnAttachUrl" Text="附件" ToolTip="附件上传及查看" Icon="TableCell" runat="server" --%>
<%-- OnClick="btnAttachUrl_Click" ValidateForms="SimpleForm1"> --%>
<%-- </f:Button> --%>
<f:ToolbarFill ID="ToolbarFill1" runat="server">
</f:ToolbarFill>
<f:Button ID="btnClose" EnablePostBack="false" ToolTip="关闭" Text="关闭" runat="server" Icon="SystemClose">