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
@@ -57,19 +57,171 @@
<%--<f:Label Hidden="true" runat="server"></f:Label>--%>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:DropDownList ID="drpSchemeType" runat="server" Label="方案类型" LabelWidth="130px">
<f:ListItem Text="危大工程" Value="危大工程"/>
<f:ListItem Text="超危大工程" Value="超危大工程"/>
</f:DropDownList>
<f:DropDownList ID="drpHazardType" runat="server" Label="类型" Required="true" ShowRedStar="true" LabelWidth="130px">
</f:DropDownList>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:DatePicker runat="server" DateFormatString="yyyy-MM-dd" Label="预计施工" ID="txtExpectedTime" LabelWidth="130px">
</f:DatePicker>
<f:NumberBox runat="server" ID="txtTrainPersonNum" NoDecimal="true" NoNegative="true" Label="培训人数" LabelWidth="130px"></f:NumberBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:DropDownList ID="drpStates" runat="server" Label="审批状态" LabelWidth="130px" >
<f:ListItem Text="审批完成" Value="1"/>
<f:ListItem Text="作业中" Value="2"/>
<f:ListItem Text="已关闭" Value="3"/>
</f:DropDownList>
</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="上传附件"
LabelAlign="Right" LabelWidth="130px">
<f:Label ID="Label1" runat="server" Label="附件1-论证后的方案"
LabelAlign="Right" LabelWidth="180px">
</f:Label>
<f:Button ID="btnAttach" Icon="TableCell" EnablePostBack="true" Text="附件" runat="server" OnClick="btnAttach_Click">
</f:Button>
<f:ContentPanel ID="ContentPanel1" 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:Button ID="btnAttach1" Icon="TableCell" EnablePostBack="true" Text="附件" runat="server" OnClick="btnAttach_Click2">
</f:Button>
<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:Button ID="btnAttach2" Icon="TableCell" EnablePostBack="true" Text="附件" runat="server" OnClick="btnAttach_Click3">
</f:Button>
<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:Button ID="btnAttach3" Icon="TableCell" EnablePostBack="true" Text="附件" runat="server" OnClick="btnAttach_Click4">
</f:Button>
<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:Button ID="btnAttach4" Icon="TableCell" EnablePostBack="true" Text="附件" runat="server" OnClick="btnAttach_Click5">
</f:Button>
<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:Button ID="btnAttach5" Icon="TableCell" EnablePostBack="true" Text="附件" runat="server" OnClick="btnAttach_Click6">
</f:Button>
<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">