This commit is contained in:
geh
2026-03-23 15:22:29 +08:00
parent 94584d242b
commit c38590add8
173 changed files with 19679 additions and 4413 deletions
@@ -47,12 +47,17 @@
<f:TextBox ID="txtIsSuperLargerHazard" runat="server" Label="专家论证" LabelWidth="100px" Readonly="true" >
</f:TextBox>
<f:NumberBox runat="server" ID="txtTrainPersonNum" NoDecimal="true" Label="培训人次" LabelWidth="100px" Readonly="true"></f:NumberBox>
<f:DropDownList ID="drpStates" runat="server" Label="状态" LabelAlign="Right" Readonly="true">
<f:DropDownList ID="drpStates" runat="server" Label="作业状态" LabelAlign="Right" Readonly="true">
<f:ListItem Text="未开始" Value="1" />
<f:ListItem Text="作业中" Value="2" />
<f:ListItem Text="已完工" Value="3" />
<f:ListItem Text="已取消" Value="0" />
</f:DropDownList>
<f:DropDownList ID="drpApprovalState" runat="server" Label="审批状态" LabelAlign="Right" Readonly="true">
<f:ListItem Text="待审核" Value="0"/>
<f:ListItem Text="审核中" Value="1"/>
<f:ListItem Text="已完成" Value="2"/>
</f:DropDownList>
</Items>
</f:FormRow>
<f:FormRow>
@@ -82,8 +87,35 @@
<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 ID="btnAttachUrl" Text="附件" ToolTip="附件上传及查看" Icon="TableCell" runat="server"
OnClick="btnAttachUrl_Click" ValidateForms="SimpleForm1">
</f:Button>--%>
<f:Button ID="btnAttachUrl1" Text="审批页" ToolTip="审批页上传及查看" Icon="TableCell" runat="server"
OnClick="btnAttachUrl1_Click" ValidateForms="SimpleForm1">
</f:Button>
<f:Button ID="btnAttachUrl2" Text="会签页" ToolTip="会签页上传及查看" Icon="TableCell" runat="server"
OnClick="btnAttachUrl2_Click" ValidateForms="SimpleForm1">
</f:Button>
<f:Button ID="btnAttachUrl3" Text="方案内容" ToolTip="方案内容上传及查看" Icon="TableCell" runat="server"
OnClick="btnAttachUrl3_Click" ValidateForms="SimpleForm1">
</f:Button>
<f:Button ID="btnAttachUrl4" Text="专项培训" ToolTip="专项培训上传及查看" Icon="TableCell" runat="server"
OnClick="btnAttachUrl4_Click" ValidateForms="SimpleForm1">
</f:Button>
<f:Button ID="btnAttachUrl5" Text="安全技术交底" ToolTip="安全技术交底上传及查看" Icon="TableCell" runat="server"
OnClick="btnAttachUrl5_Click" ValidateForms="SimpleForm1">
</f:Button>
<f:Button ID="btnAttachUrl6" Text="旁站" ToolTip="旁站上传及查看" Icon="TableCell" runat="server"
OnClick="btnAttachUrl6_Click" ValidateForms="SimpleForm1">
</f:Button>
<f:Button ID="btnAttachUrl7" Text="验收" ToolTip="验收上传及查看" Icon="TableCell" runat="server"
OnClick="btnAttachUrl7_Click" ValidateForms="SimpleForm1">
</f:Button>
<f:Button ID="btnAttachUrl8" Text="监测" ToolTip="监测上传及查看" Icon="TableCell" runat="server"
OnClick="btnAttachUrl8_Click" ValidateForms="SimpleForm1">
</f:Button>
<f:Button ID="btnAttachUrl9" Text="隐患" ToolTip="隐患上传及查看" Icon="TableCell" runat="server"
OnClick="btnAttachUrl9_Click" ValidateForms="SimpleForm1">
</f:Button>
<f:ToolbarFill ID="ToolbarFill1" runat="server">
</f:ToolbarFill>