123 lines
		
	
	
		
			6.8 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
			
		
		
	
	
			123 lines
		
	
	
		
			6.8 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
| <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="SuperviseCheckReportFinalizeEdit.aspx.cs" Inherits="FineUIPro.Web.ZHGL.Supervise.SuperviseCheckReportFinalizeEdit" %>
 | |
| 
 | |
| <!DOCTYPE html>
 | |
| 
 | |
| <html xmlns="http://www.w3.org/1999/xhtml">
 | |
| <head runat="server">
 | |
|     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 | |
|     <title>编辑监督检查报告</title>
 | |
|     <link href="../../res/css/common.css" rel="stylesheet" type="text/css" />
 | |
|     <style type="text/css">
 | |
|         .labcenter {
 | |
|             text-align: center;
 | |
|         }
 | |
| 
 | |
|         .f-grid-row .f-grid-cell-inner {
 | |
|             white-space: normal;
 | |
|             word-break: break-all;
 | |
|         }
 | |
|     </style>
 | |
| </head>
 | |
| <body>
 | |
|     <form id="form1" runat="server">
 | |
|         <f:PageManager ID="PageManager1" AutoSizePanelID="SimpleForm1" runat="server" />
 | |
|         <f:Form ID="SimpleForm1" ShowBorder="false" ShowHeader="false" AutoScroll="true"
 | |
|             BodyPadding="10px" runat="server" RedStarPosition="BeforeText" LabelAlign="Right">
 | |
|             <Rows>
 | |
|                 <f:FormRow>
 | |
|                     <Items>
 | |
|                         <f:TextBox ID="txtSuperviseCheckReportCode" runat="server" Label="检查编号" Required="true" FocusOnPageLoad="true"
 | |
|                             MaxLength="50" ShowRedStar="true" AutoPostBack="true" OnTextChanged="TextBox_TextChanged">
 | |
|                         </f:TextBox>
 | |
|                         <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>--%>
 | |
|                     </Items>
 | |
|                 </f:FormRow>
 | |
|                 <f:FormRow>
 | |
|                     <Items>
 | |
|                         <f:DropDownList ID="ddlProjectId" runat="server" EmptyText="请选择项目" EnableEdit="true"
 | |
|                             Label="检查对象" ShowRedStar="true" AutoPostBack="true" OnSelectedIndexChanged="ddlProjectId_SelectedIndexChanged">
 | |
|                         </f:DropDownList>
 | |
|                         <f:DropDownList ID="ddlUnitId" runat="server" EmptyText="请选择单位" ShowRedStar="true">
 | |
|                         </f:DropDownList>
 | |
| 
 | |
|                     </Items>
 | |
|                 </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>
 | |
|             </Rows>
 | |
|             <Toolbars>
 | |
|                 <f:Toolbar ID="Toolbar1" Position="Bottom" ToolbarAlign="Right" runat="server">
 | |
|                     <Items>
 | |
|                         <f:Button ID="btnSubRec" Text="报告单" ToolTip="报告单" Icon="PageWhiteEdit" runat="server"
 | |
|                             OnClick="btnSubRec_Click" ValidateForms="SimpleForm1" MarginLeft="5px">
 | |
|                         </f:Button>
 | |
|                         <f:ToolbarFill runat="server">
 | |
|                         </f:ToolbarFill>
 | |
|                         <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 Hidden="true" ID="hdAttachUrl" runat="server">
 | |
|                         </f:TextBox>
 | |
|                     </Items>
 | |
|                 </f:Toolbar>
 | |
|             </Toolbars>
 | |
|         </f:Form>
 | |
|         <%--<f:Window ID="Window1" Title="上传附件" Hidden="true" EnableIFrame="true" EnableMaximize="true"
 | |
|             Target="Self" EnableResize="true" runat="server" OnClose="Window1_Close" IsModal="true"
 | |
|             Width="500px" Height="300px">
 | |
|         </f:Window>
 | |
|         <f:Window ID="Window2" Title="选择隐患项" Hidden="true" EnableIFrame="true" EnableMaximize="true"
 | |
|             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>
 | |
|         <f:Window ID="Window2" Title="编辑监督检查报告" Hidden="true" EnableIFrame="true" EnableMaximize="true"
 | |
|             Target="Parent" EnableResize="true" runat="server" IsModal="true" Width="1024px"
 | |
|             Height="600px">
 | |
|         </f:Window>
 | |
|     </form>
 | |
|     <script>
 | |
| 
 | |
|         function onGridDataLoad(event) {
 | |
|             this.mergeColumns(['RectifyName']);
 | |
|         }
 | |
|     </script>
 | |
| </body>
 | |
| </html>
 |