122 lines
		
	
	
		
			5.9 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
			
		
		
	
	
			122 lines
		
	
	
		
			5.9 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
| <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="SystemstatusEdit.aspx.cs" Inherits="FineUIPro.Web.Transfer.Chart.SystemstatusEdit" %>
 | |
| 
 | |
| <!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>
 | |
| </head>
 | |
| <body>
 | |
|     <form id="form1" runat="server">
 | |
|         <f:PageManager ID="PageManager1" runat="server" AutoSizePanelID="SimpleForm1" />
 | |
|         <f:Form ID="SimpleForm1" ShowBorder="false" ShowHeader="false" Title="HSE事故(对人员)记录"
 | |
|             AutoScroll="true" BodyPadding="10px" runat="server" RedStarPosition="BeforeText"
 | |
|             LabelAlign="Right">
 | |
|             <Rows>
 | |
|                 <f:FormRow>
 | |
|                     <Items>
 | |
|                         <f:DatePicker runat="server" Label="Plan PWD/计划PWD" ID="txtPlanPWD" DateFormatString="yyyy-MM-dd"
 | |
|                             LabelAlign="Right" LabelWidth="200px" Required="true" ShowRedStar="true">
 | |
|                         </f:DatePicker>
 | |
| 
 | |
|                         <f:DatePicker runat="server" Label="Plan JWD/计划联合检查" ID="txtPlanJWD" DateFormatString="yyyy-MM-dd"
 | |
|                             LabelAlign="Right" Required="true" ShowRedStar="true">
 | |
|                         </f:DatePicker>
 | |
| 
 | |
|                         <f:DatePicker runat="server" Label="MC Plan/MC 计划" ID="txtMcPlan" DateFormatString="yyyy-MM-dd"
 | |
|                             LabelAlign="Right" Required="true" ShowRedStar="true">
 | |
|                         </f:DatePicker>
 | |
|                     </Items>
 | |
|                 </f:FormRow>
 | |
| 
 | |
|                 <f:FormRow>
 | |
|                     <Items>
 | |
|                         <f:TextArea ID="txtSubmitPackage" runat="server" Label="Submit Package/系统包提交 " LabelAlign="Right" LabelWidth="200px">
 | |
|                         </f:TextArea>
 | |
|                     </Items>
 | |
|                 </f:FormRow>
 | |
| 
 | |
|                 <f:FormRow>
 | |
|                     <Items>
 | |
|                         <f:DatePicker runat="server" Label="Actual PWD/实际预联合检查" ID="txtActualPWD" DateFormatString="yyyy-MM-dd"
 | |
|                             LabelAlign="Right" LabelWidth="200px">
 | |
|                         </f:DatePicker>
 | |
| 
 | |
|                         <f:DatePicker runat="server" Label="Actual JWD/实际联合检查" ID="txtActualJWD" DateFormatString="yyyy-MM-dd"
 | |
|                             LabelAlign="Right">
 | |
|                         </f:DatePicker>
 | |
| 
 | |
|                         <f:DatePicker runat="server" Label="Actual  MC/实际机械完工" ID="txtActualMC" DateFormatString="yyyy-MM-dd"
 | |
|                             LabelAlign="Right">
 | |
|                         </f:DatePicker>
 | |
|                     </Items>
 | |
|                 </f:FormRow>
 | |
| 
 | |
|                 <f:FormRow>
 | |
|                     <Items>
 | |
|                         <f:TextBox ID="txtCommissioning" runat="server" Label="Commissioning/试运行" LabelAlign="Right" LabelWidth="200px">
 | |
|                         </f:TextBox>
 | |
| 
 | |
|                         <f:TextBox ID="txtIaQian" runat="server" Label="IA签署" LabelAlign="Right">
 | |
|                         </f:TextBox>
 | |
| 
 | |
|                         <f:TextBox ID="txtTcccQ" runat="server" Label="TCCC签署" LabelAlign="Right">
 | |
|                         </f:TextBox>
 | |
|                     </Items>
 | |
|                 </f:FormRow>
 | |
| 
 | |
|                 <f:FormRow>
 | |
|                     <Items>
 | |
|                         <f:DropDownList ID="ddlSystemStatus" runat="server" Label="System Status/系统状态" LabelWidth="200px" Required="true" ShowRedStar="true">
 | |
|                             <f:ListItem Value="" Text=""></f:ListItem>
 | |
|                             <f:ListItem Value="Completed" Text="Completed"></f:ListItem>
 | |
|                             <f:ListItem Value="In progress" Text="In progress"></f:ListItem>
 | |
|                             <f:ListItem Value="Not Start" Text="Not Start"></f:ListItem>
 | |
|                         </f:DropDownList>
 | |
|                         <f:DropDownList ID="ddlElectricHeatTracing" runat="server" Label="电伴热" >
 | |
|                             <f:ListItem Value="" Text=""></f:ListItem>
 | |
|                             <f:ListItem Value="NA" Text="NA"></f:ListItem>
 | |
|                             <f:ListItem Value="Y" Text="Y"></f:ListItem>
 | |
|                             <f:ListItem Value="N" Text="N"></f:ListItem>
 | |
|                         </f:DropDownList>
 | |
|                         <f:DropDownList ID="ddlInsulation" runat="server" Label="保温/冷" >
 | |
|                             <f:ListItem Value="" Text=""></f:ListItem>
 | |
|                             <f:ListItem Value="NA" Text="NA"></f:ListItem>
 | |
|                             <f:ListItem Value="Y" Text="Y"></f:ListItem>
 | |
|                             <f:ListItem Value="N" Text="N"></f:ListItem>
 | |
|                         </f:DropDownList>
 | |
|                     </Items>
 | |
|                 </f:FormRow>
 | |
| 
 | |
|                 <f:FormRow>
 | |
|                     <Items>
 | |
|                         <f:TextBox ID="txtTurnoverDescription" runat="server" Label="Turnover Description"  LabelWidth="200px" LabelAlign="Right">
 | |
|                         </f:TextBox>
 | |
|                     </Items>
 | |
|                 </f:FormRow>
 | |
| 
 | |
|                 <f:FormRow>
 | |
|                     <Items>
 | |
|                         <f:TextArea ID="txtRemark" runat="server" Label="Remark/备注 " LabelAlign="Right" LabelWidth="200px">
 | |
|                         </f:TextArea>
 | |
|                     </Items>
 | |
|                 </f:FormRow>
 | |
| 
 | |
|             </Rows>
 | |
|             <Toolbars>
 | |
|                 <f:Toolbar ID="Toolbar1" Position="Bottom" ToolbarAlign="Right" runat="server">
 | |
|                     <Items>
 | |
|                         <f:ToolbarFill ID="ToolbarFill1" runat="server">
 | |
|                         </f:ToolbarFill>
 | |
|                         <f:Button ID="btnSave" Icon="SystemSave" runat="server" ToolTip="保存" ValidateForms="SimpleForm1" Text="保存"
 | |
|                             OnClick="btnSave_Click">
 | |
|                         </f:Button>
 | |
|                     </Items>
 | |
|                 </f:Toolbar>
 | |
|             </Toolbars>
 | |
|         </f:Form>
 | |
|     </form>
 | |
| </body>
 | |
| </html>
 |