添加综合管理部分ZHGL

This commit is contained in:
2025-02-24 16:04:16 +08:00
parent 3747e2d626
commit acd78aad95
176 changed files with 40078 additions and 4052 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><asp:Literal runat="server" Text="<%$ Resources:Lan,Z_SubUnitReport_trSubUnitReport_Title%>"/></title>
<link href="../../res/css/common.css" rel="stylesheet" type="text/css" />
</head>
<body>
@@ -14,18 +14,18 @@
<f:Panel ID="Panel1" runat="server" ShowBorder="false" ShowHeader="false" Layout="Region">
<Items>
<f:Panel runat="server" ID="panelLeftRegion" Width="250px" RegionPosition="Left" RegionSplit="true"
EnableCollapse="true" Layout="HBox" Title="企业安全文件上报" TitleToolTip="企业安全文件上报"
EnableCollapse="true" Layout="HBox" Title="<%$ Resources:Lan,Z_SubUnitReport_trSubUnitReport_Title%>" TitleToolTip="<%$ Resources:Lan,Z_SubUnitReport_trSubUnitReport_Title%>"
ShowBorder="true" ShowHeader="true" BodyPadding="5px" IconFont="ArrowCircleLeft">
<Items>
<f:Tree ID="trSubUnitReport" EnableCollapse="true" ShowHeader="true"
Title="企业安全文件上报" OnNodeCommand="trSubUnitReport_NodeCommand" AutoLeafIdentification="true"
Title="<%$ Resources:Lan,Z_SubUnitReport_trSubUnitReport_Title%>" OnNodeCommand="trSubUnitReport_NodeCommand" AutoLeafIdentification="true"
runat="server">
</f:Tree>
</Items>
</f:Panel>
<f:Panel runat="server" ID="panelCenterRegion" RegionPosition="Center" ShowBorder="true"
Layout="VBox" ShowHeader="false" BodyPadding="5px" AutoScroll="true" Hidden="true"
Title="企业安全文件上报明细" TitleToolTip="企业安全文件上报明细">
Title="<%$ Resources:Lan,Z_SubUnitReport_panelCenterRegion_TitleToolTip%>" TitleToolTip="<%$ Resources:Lan,Z_SubUnitReport_panelCenterRegion_TitleToolTip%>">
<Items>
<f:Form runat="server" ID="formTitle" RegionPosition="Center" ShowBorder="true" ShowHeader="true"
BodyPadding="5px" IconFont="PlusCircle" AutoScroll="true">
@@ -38,31 +38,31 @@
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtUnitName" runat="server" Label="单位名称" LabelAlign="right" LabelWidth="150px"
<f:TextBox ID="txtUnitName" runat="server" Label="<%$ Resources:Lan,Z_SubUnitReport_txtUnitName_Label%>" LabelAlign="right" LabelWidth="150px"
Readonly="true">
</f:TextBox>
<f:TextBox ID="txtPlanReortDate" runat="server" Label="要求上报时间" LabelAlign="right"
<f:TextBox ID="txtPlanReortDate" runat="server" Label="<%$ Resources:Lan,Z_SubUnitReport_txtPlanReortDate_Label%>" LabelAlign="right"
LabelWidth="150px" Readonly="true">
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextArea ID="txtReportTitle" runat="server" Label="标题" Required="true" MaxLength="500"
<f:TextArea ID="txtReportTitle" runat="server" Label="<%$ Resources:Lan,Z_SubUnitReport_txtReportTitle_Label%>" Required="true" MaxLength="500"
ShowRedStar="true" LabelAlign="right" LabelWidth="150px" Height="64px" FocusOnPageLoad="true">
</f:TextArea>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextArea ID="txtReportContent" runat="server" Label="主要内容" Required="true" MaxLength="1000"
<f:TextArea ID="txtReportContent" runat="server" Label="<%$ Resources:Lan,Z_SubUnitReport_txtReportContent_Label%>" Required="true" MaxLength="1000"
ShowRedStar="true" LabelAlign="right" LabelWidth="150px" Height="200px">
</f:TextArea>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:DatePicker runat="server" DateFormatString="yyyy-MM-dd" Label="上报时间" ID="dpkReportDate"
<f:DatePicker runat="server" DateFormatString="yyyy-MM-dd" Label="<%$ Resources:Lan,Z_SubUnitReport_dpkReportDate_Label%>" ID="dpkReportDate"
LabelWidth="150px" LabelAlign="right">
</f:DatePicker>
<f:Label ID="lbl" runat="server">
@@ -73,14 +73,14 @@
<Toolbars>
<f:Toolbar ID="Toolbar1" Position="Bottom" ToolbarAlign="Right" runat="server">
<Items>
<f:Button ID="btnUploadResources" ToolTip="上传附件" Icon="TableCell" runat="server" OnClick="btnUploadResources_Click"
ValidateForms="SimpleForm1" Text="附件">
<f:Button ID="btnUploadResources" ToolTip="<%$ Resources:Lan,Z_SuperviseCheckReportEdit_Window1_Title%>" Icon="TableCell" runat="server" OnClick="btnUploadResources_Click"
ValidateForms="SimpleForm1" Text="<%$ Resources:Lan,Z_SuperviseCheckReportEdit_Grid1_Columns_LinkButtonField1_HeaderText%>">
</f:Button>
<f:ToolbarFill runat="server"></f:ToolbarFill>
<f:Button ID="btnSave" Icon="SystemSave" runat="server" ValidateForms="SimpleForm1"
OnClick="btnSave_Click" Hidden="true">
</f:Button>
<f:Button ID="btnSaveUp" Icon="PageSave" runat="server" ToolTip="保存并上报" ValidateForms="SimpleForm1"
<f:Button ID="btnSaveUp" Icon="PageSave" runat="server" ToolTip="<%$ Resources:Lan,Z_UpCheckReportEdit_btnSaveUp_ToolTip%>" ValidateForms="SimpleForm1"
OnClick="btnSaveUp_Click" Hidden="true">
</f:Button>
</Items>
@@ -92,7 +92,7 @@
</Items>
</f:Panel>
</form>
<f:Window ID="WindowAtt" Title="附件" Hidden="true" EnableIFrame="true" EnableMaximize="true"
<f:Window ID="WindowAtt" Title="<%$ Resources:Lan,Z_SuperviseCheckReportEdit_Grid1_Columns_LinkButtonField1_HeaderText%>" Hidden="true" EnableIFrame="true" EnableMaximize="true"
Target="Parent" EnableResize="true" runat="server" IsModal="true" Width="700px"
Height="500px">
</f:Window>