166 lines
		
	
	
		
			10 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
			
		
		
	
	
			166 lines
		
	
	
		
			10 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
| <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="PunchlistFromEdit.aspx.cs" Inherits="FineUIPro.Web.Transfer.PunchlistFromEdit" %>
 | ||
| 
 | ||
| <!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" />
 | ||
| </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:TextBox ID="txtNum_NO" runat="server" Label="No." LabelAlign="Right" LabelWidth="180px" Required="true" ShowRedStar="true">
 | ||
|                         </f:TextBox>
 | ||
|                         <f:TextBox ID="txtSystem_No" runat="server" Label="系统号/System No." LabelAlign="Right" LabelWidth="180px" Required="true" ShowRedStar="true">
 | ||
|                         </f:TextBox>
 | ||
|                         <f:TextBox ID="txtSub_Sys_No" runat="server" Label="子系统号/Sub-sys. No." LabelAlign="Right" LabelWidth="200px" Required="true" ShowRedStar="true">
 | ||
|                         </f:TextBox>
 | ||
|                     </Items>
 | ||
|                 </f:FormRow>
 | ||
|                 <f:FormRow>
 | ||
|                     <Items>
 | ||
|                         <f:DropDownList ID="ddlCat" runat="server" Label="Cat." LabelWidth="200px" Required="true" ShowRedStar="true">
 | ||
|                             <f:ListItem Value="" Text=""></f:ListItem>
 | ||
|                             <f:ListItem Value="A" Text="A"></f:ListItem>
 | ||
|                             <f:ListItem Value="B" Text="B"></f:ListItem>
 | ||
|                             <f:ListItem Value="C" Text="C"></f:ListItem>
 | ||
|                             <f:ListItem Value="D" Text="D"></f:ListItem>
 | ||
|                         </f:DropDownList>
 | ||
|                         <f:TextBox ID="txtRaised_By" runat="server" Label="提出人/Raised By" LabelAlign="Right" LabelWidth="180px" Required="true" ShowRedStar="true">
 | ||
|                         </f:TextBox>
 | ||
|                         <f:DatePicker runat="server" Label="提出时间/Date Raised" ID="txtDate_Raised" LabelAlign="Right" LabelWidth="200px" Width="300px" Required="true" ShowRedStar="true">
 | ||
|                         </f:DatePicker>
 | ||
|                     </Items>
 | ||
|                 </f:FormRow>
 | ||
|                 <f:FormRow>
 | ||
|                     <Items>
 | ||
|                         <f:TextBox ID="txtDisc" runat="server" Label="专业/Disc." LabelAlign="Right" LabelWidth="200px" Required="true" ShowRedStar="true">
 | ||
|                         </f:TextBox>
 | ||
|                         <f:DropDownList ID="ddlIsEng" runat="server" Label="设计需求/Eng(Y/N)" LabelWidth="180px" Required="true" ShowRedStar="true">
 | ||
|                             <f:ListItem Value="" Text=""></f:ListItem>
 | ||
|                             <f:ListItem Value="Y" Text="Y"></f:ListItem>
 | ||
|                             <f:ListItem Value="N" Text="N"></f:ListItem>
 | ||
|                         </f:DropDownList>
 | ||
|                         <f:DropDownList ID="ddlIsMatI" runat="server" Label="材料需求/Mat’l(Y/N)" LabelWidth="200px" Width="300px" Required="true" ShowRedStar="true">
 | ||
|                             <f:ListItem Value="" Text=""></f:ListItem>
 | ||
|                             <f:ListItem Value="Y" Text="Y"></f:ListItem>
 | ||
|                             <f:ListItem Value="Y1" Text="Y1"></f:ListItem>
 | ||
|                             <f:ListItem Value="Y2" Text="Y2"></f:ListItem>
 | ||
|                             <f:ListItem Value="N" Text="N"></f:ListItem>
 | ||
|                         </f:DropDownList>
 | ||
|                     </Items>
 | ||
|                 </f:FormRow>
 | ||
|                 <f:FormRow>
 | ||
|                     <Items>
 | ||
|                         <f:DropDownList ID="txtPunch_Type" runat="server" Label="尾项类别/Punch Type" LabelWidth="200px" Required="true" ShowRedStar="true">
 | ||
|                             <f:ListItem Value="" Text=""></f:ListItem>
 | ||
|                             <f:ListItem Value="PWD" Text="PWD"></f:ListItem>
 | ||
|                             <f:ListItem Value="FWD" Text="FWD"></f:ListItem>
 | ||
|                         </f:DropDownList>
 | ||
|                         <f:DatePicker runat="server" Label="要求完成时间/Required Date" ID="txtRequired_Date" LabelAlign="Right" LabelWidth="210px" Required="true" ShowRedStar="true">
 | ||
|                         </f:DatePicker>
 | ||
|                         <f:TextBox ID="txtAction_By" runat="server" Label="责任单位/Action By" LabelAlign="Right" LabelWidth="200px" Width="300px" Required="true" ShowRedStar="true">
 | ||
|                         </f:TextBox>
 | ||
|                     </Items>
 | ||
|                 </f:FormRow>
 | ||
|                 <f:FormRow>
 | ||
|                     <Items>
 | ||
|                         <f:TextBox ID="txtPIC" runat="server" Label="责任人PIC" LabelAlign="Right" LabelWidth="200px" Required="true" ShowRedStar="true">
 | ||
|                         </f:TextBox>
 | ||
|                         <f:TextBox ID="txtPIC_WUH" runat="server" Label="责任人-五环/PIC-WUH" LabelAlign="Right" LabelWidth="180px" Required="true" ShowRedStar="true">
 | ||
|                         </f:TextBox>
 | ||
|                         <f:DatePicker runat="server" Label="实际完成时间/Actual Date" ID="txtActual_Date" LabelAlign="Right" LabelWidth="180px" Width="300px">
 | ||
|                         </f:DatePicker>
 | ||
|                     </Items>
 | ||
|                 </f:FormRow>
 | ||
|                 <f:FormRow>
 | ||
|                     <Items>
 | ||
|                         <f:TextArea ID="txtDESCRIPTION" runat="server" Label="尾项内容/Description" LabelAlign="Right" LabelWidth="180px"></f:TextArea>
 | ||
|                     </Items>
 | ||
|                 </f:FormRow>
 | ||
|                 <f:FormRow>
 | ||
|                     <Items>
 | ||
|                         <f:TextArea ID="txtCorrection_Action" runat="server" Label="整改措施/Correction Action" LabelAlign="Right" LabelWidth="200px" Width="300px">
 | ||
|                         </f:TextArea>
 | ||
|                     </Items>
 | ||
|                 </f:FormRow>
 | ||
|                 <f:FormRow>
 | ||
|                     <Items>
 | ||
|                         <f:GroupPanel Layout="Anchor" Title="Cleared(PIC)/监理核查" runat="server">
 | ||
|                             <Items>
 | ||
|                                 <f:Panel ID="Panel2" Layout="HBox" BoxConfigAlign="Stretch" ShowHeader="false" ShowBorder="false" runat="server">
 | ||
|                                     <Items>
 | ||
|                                         <f:TextBox ID="txtCleared_By" runat="server" Label="负责人/By" LabelAlign="Right" LabelWidth="90px" Width="180px">
 | ||
|                                         </f:TextBox>
 | ||
|                                         <f:DatePicker runat="server" Label="日期/Date" ID="txtCleared_Date" LabelAlign="Right" LabelWidth="90px" Width="190px">
 | ||
|                                         </f:DatePicker>
 | ||
|                                     </Items>
 | ||
|                                 </f:Panel>
 | ||
|                             </Items>
 | ||
|                         </f:GroupPanel>
 | ||
|                         <f:GroupPanel Layout="Anchor" Title="Confirmed(WUH)确认(五环)" runat="server">
 | ||
|                             <Items>
 | ||
|                                 <f:Panel ID="Panel1" Layout="HBox" BoxConfigAlign="Stretch" ShowHeader="false" ShowBorder="false" runat="server">
 | ||
|                                     <Items>
 | ||
|                                         <f:TextBox ID="txtConfirmed_By" runat="server" Label="负责人/By" LabelAlign="Right" LabelWidth="90px" Width="180px">
 | ||
|                                         </f:TextBox>
 | ||
|                                         <f:DatePicker runat="server" Label="日期/Date" ID="txtConfirmed_Date" LabelAlign="Right" LabelWidth="90px" Width="190px">
 | ||
|                                         </f:DatePicker>
 | ||
|                                     </Items>
 | ||
|                                 </f:Panel>
 | ||
|                             </Items>
 | ||
|                         </f:GroupPanel>
 | ||
|                         <f:GroupPanel Layout="Anchor" Title="Verified(BASF)验收" runat="server">
 | ||
|                             <Items>
 | ||
|                                 <f:Panel ID="Panel3" Layout="HBox" BoxConfigAlign="Stretch" ShowHeader="false" ShowBorder="false" runat="server">
 | ||
|                                     <Items>
 | ||
|                                         <f:TextBox ID="txtVerified_By" runat="server" Label="负责人/By" LabelAlign="Right" LabelWidth="90px" Width="180px">
 | ||
|                                         </f:TextBox>
 | ||
|                                         <f:DatePicker runat="server" Label="日期/Date" ID="txtVerified_Date" LabelAlign="Right" LabelWidth="90px" Width="190px">
 | ||
|                                         </f:DatePicker>
 | ||
|                                     </Items>
 | ||
|                                 </f:Panel>
 | ||
|                             </Items>
 | ||
|                         </f:GroupPanel>
 | ||
|                     </Items>
 | ||
|                 </f:FormRow>
 | ||
|                 <f:FormRow>
 | ||
|                     <Items>
 | ||
|                         <f:TextArea runat="server" ID="txtRemark" Label="备注/Remark" LabelWidth="200px" MarginTop="10px"></f:TextArea>
 | ||
|                     </Items>
 | ||
|                 </f:FormRow>
 | ||
|             </Rows>
 | ||
|             <Toolbars>
 | ||
|                 <f:Toolbar ID="Toolbar1" Position="Bottom" ToolbarAlign="Right" runat="server">
 | ||
|                     <Items>
 | ||
|                         <f:Button ID="btnAttach_A" Text="Photoes附件" ToolTip="上传及查看" ValidateForms="SimpleForm1" Icon="TableCell" runat="server"
 | ||
|                             OnClick="btnAttachA_Click">
 | ||
|                         </f:Button>
 | ||
|                         <f:Button ID="btnAttach_B" Text="Corrected Photos附件" ToolTip="上传及查看" ValidateForms="SimpleForm1" Icon="TableCell" runat="server"
 | ||
|                             OnClick="btnAttachB_Click">
 | ||
|                         </f:Button>
 | ||
|                         <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>
 | ||
|         <f:Window ID="WindowAtt" Title="弹出窗体" Hidden="true" EnableIFrame="true" EnableMaximize="true"
 | ||
|             Target="Parent" EnableResize="false" runat="server" IsModal="true" Width="700px"
 | ||
|             Height="500px">
 | ||
|         </f:Window>
 | ||
|     </form>
 | ||
| </body>
 | ||
| </html>
 |