2022-03-15 17:36:38 +08:00
|
|
|
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="TestPackageManagementEdit.aspx.cs" Inherits="FineUIPro.Web.CQMS.ProcessControl.TestPackageManagementEdit" %>
|
|
|
|
|
|
|
|
<!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" 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>
|
2025-02-22 14:06:48 +08:00
|
|
|
<f:TextBox ID="txtTestPackageManagementCode" runat="server" Label="<%$ Resources:Lan,TestPackageManagementEdit_txtTestPackageManagementCode_Label%>" Required="true" ShowRedStar="true" LabelAlign="Right" LabelWidth="130px"></f:TextBox>
|
2022-03-15 17:36:38 +08:00
|
|
|
|
|
|
|
</Items>
|
|
|
|
</f:FormRow>
|
|
|
|
<f:FormRow>
|
|
|
|
<Items>
|
2025-02-22 14:06:48 +08:00
|
|
|
<f:DropDownList ID="drpUnitWork" runat="server" Label="<%$ Resources:Lan,TestPackageManagementEdit_drpUnitWork_Label%>" Required="true" ShowRedStar="true" LabelAlign="Right" LabelWidth="130px"></f:DropDownList>
|
2022-03-15 17:36:38 +08:00
|
|
|
</Items>
|
|
|
|
</f:FormRow>
|
|
|
|
<f:FormRow>
|
|
|
|
<Items>
|
2025-02-22 14:06:48 +08:00
|
|
|
<f:TextBox ID="txtTestMedium" runat="server" Label="<%$ Resources:Lan,TestPackageManagementEdit_txtTestMedium_Label%>" LabelAlign="Right" LabelWidth="130px"></f:TextBox>
|
2022-03-15 17:36:38 +08:00
|
|
|
</Items>
|
|
|
|
</f:FormRow>
|
|
|
|
<f:FormRow>
|
|
|
|
<Items>
|
2025-02-22 14:06:48 +08:00
|
|
|
<f:TextBox ID="txtTestPressure" runat="server" Label="<%$ Resources:Lan,TestPackageManagementEdit_txtTestPressure_Label%>" LabelAlign="Right" LabelWidth="130px"></f:TextBox>
|
2022-03-15 17:36:38 +08:00
|
|
|
</Items>
|
|
|
|
</f:FormRow>
|
|
|
|
<f:FormRow>
|
|
|
|
<Items>
|
2025-02-22 14:06:48 +08:00
|
|
|
<f:DatePicker ID="txtPlanTestDate" runat="server" Label="<%$ Resources:Lan,TestPackageManagementEdit_txtPlanTestDate_Label%>" LabelAlign="Right" LabelWidth="130px">
|
2022-03-15 17:36:38 +08:00
|
|
|
</f:DatePicker>
|
|
|
|
</Items>
|
|
|
|
</f:FormRow>
|
|
|
|
<f:FormRow>
|
|
|
|
<Items>
|
2025-02-22 14:06:48 +08:00
|
|
|
<f:DatePicker ID="txtCompletedDate" runat="server" Label="<%$ Resources:Lan,TestPackageManagementEdit_txtCompletedDate_Label%>" LabelAlign="Right" LabelWidth="130px">
|
2022-03-15 17:36:38 +08:00
|
|
|
</f:DatePicker>
|
|
|
|
</Items>
|
|
|
|
</f:FormRow>
|
|
|
|
<f:FormRow>
|
|
|
|
<Items>
|
2025-02-22 14:06:48 +08:00
|
|
|
<f:RadioButtonList runat="server" ID="rblCompletedState" Label="<%$ Resources:Lan,TestPackageManagementEdit_rblCompletedState_Label%>" LabelAlign="Right" LabelWidth="130px">
|
|
|
|
<f:RadioItem Text="<%$ Resources:Lan,NCRStatisc_OKNum_HeaderText%>" Value="1" Selected="true" />
|
|
|
|
<f:RadioItem Text="<%$ Resources:Lan,NCRStatisc_NotOKNum_HeaderText%>" Value="2" />
|
2022-03-15 17:36:38 +08:00
|
|
|
</f:RadioButtonList>
|
|
|
|
</Items>
|
|
|
|
</f:FormRow>
|
|
|
|
<f:FormRow>
|
|
|
|
<Items>
|
2025-02-22 14:06:48 +08:00
|
|
|
<f:TextArea ID="txtRemark" runat="server" Label="<%$ Resources:Lan,ShoBreakdownProject_Grid1_Remark_HeaderText%>" LabelAlign="Right" LabelWidth="130px"></f:TextArea>
|
2022-03-15 17:36:38 +08:00
|
|
|
</Items>
|
|
|
|
</f:FormRow>
|
|
|
|
</Rows>
|
|
|
|
<Toolbars>
|
|
|
|
<f:Toolbar ID="Toolbar1" Position="Bottom" ToolbarAlign="Right" runat="server">
|
|
|
|
<Items>
|
2025-02-22 14:06:48 +08:00
|
|
|
<f:Button ID="btnSave" Icon="SystemSave" runat="server" ValidateForms="SimpleForm1" OnClick="btnSave_Click" ToolTip="<%$ Resources:Lan,ITPListProjectEdit_btnSave_ToolTip%>" Hidden="true">
|
2022-03-15 17:36:38 +08:00
|
|
|
</f:Button>
|
|
|
|
</Items>
|
|
|
|
</f:Toolbar>
|
|
|
|
</Toolbars>
|
|
|
|
</f:Form>
|
|
|
|
</form>
|
|
|
|
</body>
|
|
|
|
</html>
|