提交定制会内容

This commit is contained in:
2025-06-19 18:59:39 +08:00
parent 6be8d160e0
commit e1eb091f3b
150 changed files with 24036 additions and 582 deletions
@@ -5,7 +5,7 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>编辑安全监督检查报告</title>
<title>编辑监督检查报告</title>
<link href="../../res/css/common.css" rel="stylesheet" type="text/css" />
<style type="text/css">
.labcenter {
@@ -29,13 +29,27 @@
<f:TextBox ID="txtSuperviseCheckReportCode" runat="server" Label="检查编号" Required="true" FocusOnPageLoad="true"
MaxLength="50" ShowRedStar="true" AutoPostBack="true" OnTextChanged="TextBox_TextChanged">
</f:TextBox>
<f:DropDownList ID="drpCheckType" runat="server" EmptyText="请选择检查类别" ShowRedStar="true" Label="检查类别">
<f:DatePicker runat="server" DateFormatString="yyyy-MM-dd" Label="检查日期" ID="dpkCheckDate">
</f:DatePicker>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:DropDownList ID="drpCheckMainType" runat="server" EmptyText="请选择检查大类" ShowRedStar="true" Label="检查大类" AutoPostBack="true" OnSelectedIndexChanged="drpCheckMainType_SelectedIndexChanged">
<f:ListItem Value="0" Text="安全" />
<f:ListItem Value="1" Text="质量" />
</f:DropDownList>
<f:DropDownList runat="server" ID="drpCheckType" EnableEdit="true" LabelAlign="Right" Label="检查类别" AutoSelectFirstItem="true" Required="true" ShowRedStar="true">
</f:DropDownList>
<%--<f:DropDownList ID="drpCheckMainType" runat="server" EmptyText="请选择检查大类" ShowRedStar="true" Label="检查大类" >
<f:ListItem Value="0" Text="安全" />
<f:ListItem Value="1" Text="质量" />
</f:DropDownList>
<f:DropDownList ID="drpCheckType" runat="server" EmptyText="请选择检查类别" AutoSelectFirstItem="true" ShowRedStar="true" Label="检查类别">
<f:ListItem Value="1" Text="企业负责人带班检查" />
<f:ListItem Value="2" Text="企业综合检查" />
<f:ListItem Value="3" Text="企业专项检查" />
</f:DropDownList>
<f:DatePicker runat="server" DateFormatString="yyyy-MM-dd" Label="检查日期" ID="dpkCheckDate">
</f:DatePicker>
</f:DropDownList>--%>
</Items>
</f:FormRow>
<f:FormRow>
@@ -50,13 +64,15 @@
</f:FormRow>
<f:FormRow>
<Items>
<f:DropDownList ID="ddlCheckUnitId" runat="server" EmptyText="请选择检查单位" Label="检查单位" ShowRedStar="true" Required="true" AutoSelectFirstItem="true">
</f:DropDownList>
<f:TextBox ID="txtCheckTeam" runat="server" Label="检查组/人">
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:Grid ID="Grid1" ShowBorder="true" ShowHeader="false" runat="server" ClicksToEdit="1" Height="280px"
<f:Grid ID="Grid1" ShowBorder="true" ShowHeader="false" runat="server" ClicksToEdit="1" Height="390px"
DataKeyNames="SuperviseCheckReportItemId" EnableMultiSelect="false" ShowGridHeader="true"
EnableColumnLines="true" OnRowCommand="Grid1_RowCommand">
<Toolbars>
@@ -126,15 +142,19 @@
<Toolbars>
<f:Toolbar ID="Toolbar1" Position="Bottom" ToolbarAlign="Right" runat="server">
<Items>
<f:Button ID="btnAttachUrl" Text="附件" ToolTip="附件上传及查看" Icon="TableCell" runat="server"
OnClick="btnAttachUrl_Click" ValidateForms="SimpleForm1" MarginLeft="5px">
</f:Button>
<f:Button ID="btnSave" Icon="SystemSave" runat="server" ValidateForms="SimpleForm1" Text="保存"
Hidden="true" OnClick="btnSave_Click">
</f:Button>
<f:Button ID="btnClose" EnablePostBack="false" ToolTip="关闭" runat="server" Icon="SystemClose" Text="关闭">
</f:Button>
<f:TextBox Hidden="true" ID="hdId" runat="server">
</f:TextBox>
</f:TextBox>
<f:TextBox Hidden="true" ID="hdAttachUrl" runat="server">
</f:TextBox>
</f:TextBox>
</Items>
</f:Toolbar>
</Toolbars>
@@ -147,6 +167,10 @@
Target="Parent" EnableResize="true" runat="server" OnClose="Window2_Close" IsModal="false"
Width="1300px" Height="640px">
</f:Window>
<f:Window ID="WindowAtt" Title="弹出窗体" Hidden="true" EnableIFrame="true" EnableMaximize="true"
Target="Parent" EnableResize="true" runat="server" IsModal="true" Width="700px"
Height="500px">
</f:Window>
</form>
<script>