添加综合管理部分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
@@ -6,34 +6,34 @@
<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_EIAReportView_SimpleForm1_Title%>"/></title>
<link href="../../res/css/common.css" rel="stylesheet" type="text/css" />
</head>
<body>
<form id="form1" runat="server">
<f:PageManager ID="PageManager1" runat="server" AutoSizePanelID="SimpleForm1" />
<f:Form ID="SimpleForm1" ShowBorder="false" ShowHeader="false" Title="环评报告" AutoScroll="true"
<f:Form ID="SimpleForm1" ShowBorder="false" ShowHeader="false" Title="<%$ Resources:Lan,Z_EIAReportView_SimpleForm1_Title%>" AutoScroll="true"
BodyPadding="10px" runat="server" RedStarPosition="BeforeText" LabelAlign="Right">
<Rows>
<f:FormRow>
<Items>
<f:TextBox ID="txtFileCode" runat="server" Label="编号" LabelAlign="Right" Readonly="true">
<f:TextBox ID="txtFileCode" runat="server" Label="<%$ Resources:Lan,Z_SuperviseCheckReport_Grid1_Columns_RenderField1_HeaderText%>" LabelAlign="Right" Readonly="true">
</f:TextBox>
<f:TextBox ID="txtFileName" runat="server" Label="名称" LabelAlign="Right" Readonly="true">
<f:TextBox ID="txtFileName" runat="server" Label="<%$ Resources:Lan,Z_BasicData_Grid4_proName_HeaderText%>" LabelAlign="Right" Readonly="true">
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:HtmlEditor runat="server" Label="内容" ID="txtFileContent" ShowLabel="false"
<f:HtmlEditor runat="server" Label="<%$ Resources:Lan,Z_PhysicalExaminationView_txtFileContent_Label%>" ID="txtFileContent" ShowLabel="false"
Editor="UMEditor" BasePath="~/res/umeditor/" ToolbarSet="Basic" Height="230px" LabelAlign="Right">
</f:HtmlEditor>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="drpCompileMan" runat="server" Label="整理人" LabelAlign="Right" Readonly="true"></f:TextBox>
<f:TextBox ID="txtCompileDate" runat="server" Label="整理时间" LabelAlign="Right" Readonly="true"></f:TextBox>
<f:TextBox ID="drpCompileMan" runat="server" Label="<%$ Resources:Lan,Z_PhysicalExaminationView_drpCompileMan_Label%>" LabelAlign="Right" Readonly="true"></f:TextBox>
<f:TextBox ID="txtCompileDate" runat="server" Label="<%$ Resources:Lan,Z_PhysicalExaminationView_txtCompileDate_Label%>" LabelAlign="Right" Readonly="true"></f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
@@ -48,17 +48,17 @@
<Toolbars>
<f:Toolbar ID="Toolbar1" Position="Bottom" ToolbarAlign="Right" runat="server">
<Items>
<f:Button ID="btnAttachUrl" Text="附件" ToolTip="附件上传及查看" Icon="TableCell" runat="server"
<f:Button ID="btnAttachUrl" Text="<%$ Resources:Lan,Z_SuperviseCheckReportEdit_Grid1_Columns_LinkButtonField1_HeaderText%>" ToolTip="<%$ Resources:Lan,Z_AccidentStatisticsView_btnAttachUrl_ToolTip%>" Icon="TableCell" runat="server"
OnClick="btnAttachUrl_Click" ValidateForms="SimpleForm1" MarginLeft="5px">
</f:Button>
<f:ToolbarFill runat="server"></f:ToolbarFill>
<f:Button ID="btnClose" EnablePostBack="false" ToolTip="关闭" runat="server" Icon="SystemClose">
<f:Button ID="btnClose" EnablePostBack="false" ToolTip="<%$ Resources:Lan,Z_SuperviseCheckReportEdit_btnClose_Text%>" runat="server" Icon="SystemClose">
</f:Button>
</Items>
</f:Toolbar>
</Toolbars>
</f:Form>
<f:Window ID="WindowAtt" Title="弹出窗体" Hidden="true" EnableIFrame="true" EnableMaximize="true"
<f:Window ID="WindowAtt" Title="<%$ Resources:Lan,Z_CheckRectifyEdit_WindowAtt_Title%>" Hidden="true" EnableIFrame="true" EnableMaximize="true"
Target="Parent" EnableResize="true" runat="server" IsModal="true" Width="700px"
Height="500px">
</f:Window>