1212
This commit is contained in:
parent
8bc65a4401
commit
451f040230
|
@ -17,73 +17,76 @@
|
|||
<Rows>
|
||||
<f:FormRow>
|
||||
<Items>
|
||||
<f:TextBox ID="txtSystem_No" runat="server" Label="系统号/System No." LabelAlign="Right" LabelWidth="180px">
|
||||
<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">
|
||||
<f:TextBox ID="txtSub_Sys_No" runat="server" Label="子系统号/Sub-sys. No." LabelAlign="Right" LabelWidth="200px" Required="true" ShowRedStar="true">
|
||||
</f:TextBox>
|
||||
<f:TextBox ID="txtDESCRIPTION" runat="server" Label="尾项内容/Description" LabelAlign="Right" LabelWidth="200px">
|
||||
</f:TextBox>
|
||||
</Items>
|
||||
</f:FormRow>
|
||||
<f:FormRow>
|
||||
<Items>
|
||||
<f:DropDownList ID="ddlCat" runat="server" Label="Cat." LabelWidth="180px">
|
||||
<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="200px">
|
||||
</f:TextBox>
|
||||
<f:DatePicker runat="server" Label="提出时间/Date Raised" ID="txtDate_Raised" LabelAlign="Right" LabelWidth="200px" Width="300px">
|
||||
</f:DatePicker>
|
||||
</Items>
|
||||
</f:FormRow>
|
||||
<f:FormRow>
|
||||
<Items>
|
||||
<f:TextBox ID="txtDisc" runat="server" Label="专业/Disc." LabelAlign="Right" LabelWidth="180px">
|
||||
<f:TextBox ID="txtRaised_By" runat="server" Label="提出人/Raised By" LabelAlign="Right" LabelWidth="180px" Required="true" ShowRedStar="true">
|
||||
</f:TextBox>
|
||||
<f:DropDownList ID="ddlIsEng" runat="server" Label="设计需求/Eng(Y/N)" LabelWidth="200px">
|
||||
<f:DatePicker runat="server" Label="提出时间/Date Raised" ID="txtDate_Raised" LabelAlign="Right" LabelWidth="200px" Width="300px" Required="true" ShowRedStar="true">
|
||||
</f:DatePicker>
|
||||
<f:TextBox ID="txtDisc" runat="server" Label="专业/Disc." LabelAlign="Right" LabelWidth="200px" Required="true" ShowRedStar="true">
|
||||
</f:TextBox>
|
||||
</Items>
|
||||
</f:FormRow>
|
||||
<f:FormRow>
|
||||
<Items>
|
||||
<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">
|
||||
<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>
|
||||
<f:TextBox ID="txtPunch_Type" runat="server" Label="尾项类别/Punch Type" LabelAlign="Right" LabelWidth="200px" Required="true" ShowRedStar="true">
|
||||
</f:TextBox>
|
||||
</Items>
|
||||
</f:FormRow>
|
||||
<f:FormRow>
|
||||
<Items>
|
||||
<f:TextBox ID="txtPunch_Type" runat="server" Label="尾项类别/Punch Type" LabelAlign="Right" LabelWidth="180px">
|
||||
</f:TextBox>
|
||||
<f:DatePicker runat="server" Label="要求完成时间/Required Date" ID="txtRequired_Date" LabelAlign="Right" LabelWidth="200px">
|
||||
|
||||
<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">
|
||||
<f:TextBox ID="txtAction_By" runat="server" Label="责任单位/Action By" LabelAlign="Right" LabelWidth="200px" Width="300px" Required="true" ShowRedStar="true">
|
||||
</f:TextBox>
|
||||
<f:TextBox ID="txtPIC" runat="server" Label="责任人PIC" LabelAlign="Right" LabelWidth="200px" Required="true" ShowRedStar="true">
|
||||
</f:TextBox>
|
||||
</Items>
|
||||
</f:FormRow>
|
||||
<f:FormRow>
|
||||
<Items>
|
||||
<f:TextBox ID="txtPIC" runat="server" Label="责任人PIC" LabelAlign="Right" LabelWidth="180px">
|
||||
<f:TextBox ID="txtPIC_WUH" runat="server" Label="责任人-五环/PIC-WUH" LabelAlign="Right" LabelWidth="180px" Required="true" ShowRedStar="true">
|
||||
</f:TextBox>
|
||||
<f:TextBox ID="txtPIC_WUH" runat="server" Label="责任人-五环/PIC-WUH" LabelAlign="Right" LabelWidth="200px">
|
||||
</f:TextBox>
|
||||
<f:TextBox ID="txtCorrection_Action" runat="server" Label="整改措施/Correction Action" LabelAlign="Right" LabelWidth="200px" Width="300px">
|
||||
</f:TextBox>
|
||||
</Items>
|
||||
</f:FormRow>
|
||||
<f:FormRow>
|
||||
<Items>
|
||||
<f:DatePicker runat="server" Label="实际完成时间/Actual Date" ID="txtActual_Date" LabelAlign="Right" LabelWidth="180px" Width="300px">
|
||||
</f:DatePicker>
|
||||
<f:ToolbarFill runat="server"></f:ToolbarFill>
|
||||
<f:ToolbarFill runat="server"></f:ToolbarFill>
|
||||
</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>
|
||||
|
@ -92,9 +95,9 @@
|
|||
<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="70px" Width="180px">
|
||||
<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="70px" Width="180px">
|
||||
<f:DatePicker runat="server" Label="日期/Date" ID="txtCleared_Date" LabelAlign="Right" LabelWidth="90px" Width="190px">
|
||||
</f:DatePicker>
|
||||
</Items>
|
||||
</f:Panel>
|
||||
|
@ -104,9 +107,9 @@
|
|||
<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="70px" Width="180px">
|
||||
<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="70px" Width="180px">
|
||||
<f:DatePicker runat="server" Label="日期/Date" ID="txtConfirmed_Date" LabelAlign="Right" LabelWidth="90px" Width="190px">
|
||||
</f:DatePicker>
|
||||
</Items>
|
||||
</f:Panel>
|
||||
|
@ -116,9 +119,9 @@
|
|||
<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="70px" Width="180px">
|
||||
<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="70px" Width="180px">
|
||||
<f:DatePicker runat="server" Label="日期/Date" ID="txtVerified_Date" LabelAlign="Right" LabelWidth="90px" Width="190px">
|
||||
</f:DatePicker>
|
||||
</Items>
|
||||
</f:Panel>
|
||||
|
@ -128,17 +131,17 @@
|
|||
</f:FormRow>
|
||||
<f:FormRow>
|
||||
<Items>
|
||||
<f:TextArea runat="server" ID="txtRemark" Label="备注/Remark" LabelWidth="180px" MarginTop="10px"></f:TextArea>
|
||||
<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="上传及查看" Icon="TableCell" runat="server"
|
||||
<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="上传及查看" Icon="TableCell" runat="server"
|
||||
<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">
|
||||
|
|
|
@ -59,15 +59,6 @@ namespace FineUIPro.Web.Transfer
|
|||
/// </remarks>
|
||||
protected global::FineUIPro.TextBox txtSub_Sys_No;
|
||||
|
||||
/// <summary>
|
||||
/// txtDESCRIPTION 控件。
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// 自动生成的字段。
|
||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||
/// </remarks>
|
||||
protected global::FineUIPro.TextBox txtDESCRIPTION;
|
||||
|
||||
/// <summary>
|
||||
/// ddlCat 控件。
|
||||
/// </summary>
|
||||
|
@ -167,15 +158,6 @@ namespace FineUIPro.Web.Transfer
|
|||
/// </remarks>
|
||||
protected global::FineUIPro.TextBox txtPIC_WUH;
|
||||
|
||||
/// <summary>
|
||||
/// txtCorrection_Action 控件。
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// 自动生成的字段。
|
||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||
/// </remarks>
|
||||
protected global::FineUIPro.TextBox txtCorrection_Action;
|
||||
|
||||
/// <summary>
|
||||
/// txtActual_Date 控件。
|
||||
/// </summary>
|
||||
|
@ -185,6 +167,24 @@ namespace FineUIPro.Web.Transfer
|
|||
/// </remarks>
|
||||
protected global::FineUIPro.DatePicker txtActual_Date;
|
||||
|
||||
/// <summary>
|
||||
/// txtDESCRIPTION 控件。
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// 自动生成的字段。
|
||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||
/// </remarks>
|
||||
protected global::FineUIPro.TextArea txtDESCRIPTION;
|
||||
|
||||
/// <summary>
|
||||
/// txtCorrection_Action 控件。
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// 自动生成的字段。
|
||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||
/// </remarks>
|
||||
protected global::FineUIPro.TextArea txtCorrection_Action;
|
||||
|
||||
/// <summary>
|
||||
/// Panel2 控件。
|
||||
/// </summary>
|
||||
|
|
Loading…
Reference in New Issue