2022-03-15 17:36:38 +08:00
|
|
|
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="EditCheckEquipment.aspx.cs" Inherits="FineUIPro.Web.CQMS.Check.EditCheckEquipment" %>
|
|
|
|
|
|
|
|
<!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>
|
|
|
|
<style type="text/css">
|
|
|
|
.labcenter {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.f-grid-row .f-grid-cell-inner {
|
|
|
|
white-space: normal;
|
|
|
|
word-break: break-all;
|
|
|
|
}
|
|
|
|
|
|
|
|
.f-grid-row.red {
|
|
|
|
background-color: #FF7575;
|
|
|
|
background-image: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.fontred {
|
|
|
|
color: #FF7575;
|
|
|
|
background-image: none;
|
|
|
|
}
|
|
|
|
</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">
|
|
|
|
<Toolbars>
|
|
|
|
<f:Toolbar ID="Toolbar1" Position="Bottom" ToolbarAlign="Right" runat="server">
|
|
|
|
<Items>
|
|
|
|
<f:HiddenField ID="hdCheckEquipmentCode" runat="server"></f:HiddenField>
|
|
|
|
<f:ToolbarFill ID="ToolbarFill1" runat="server">
|
|
|
|
</f:ToolbarFill>
|
2025-02-22 14:06:48 +08:00
|
|
|
<f:Button ID="btnSave" OnClick="btnSave_Click" Icon="SystemSave" runat="server" ToolTip="<%$ Resources:Lan,ITPListProjectEdit_btnSave_ToolTip%>">
|
2022-03-15 17:36:38 +08:00
|
|
|
</f:Button>
|
2025-02-22 14:06:48 +08:00
|
|
|
<f:Button ID="btnSubmit" OnClick="btnSubmit_Click" Icon="SystemSaveNew" runat="server" ToolTip="<%$ Resources:Lan,EditConstructSolution_btnSubmit_ToolTip%>" ValidateForms="SimpleForm1">
|
2022-03-15 17:36:38 +08:00
|
|
|
</f:Button>
|
|
|
|
<f:HiddenField ID="hdId" runat="server">
|
|
|
|
</f:HiddenField>
|
|
|
|
<f:HiddenField ID="hdAttachUrl" runat="server">
|
|
|
|
</f:HiddenField>
|
|
|
|
</Items>
|
|
|
|
</f:Toolbar>
|
|
|
|
</Toolbars>
|
|
|
|
<Rows>
|
|
|
|
<f:FormRow>
|
|
|
|
<Items>
|
2025-02-22 14:06:48 +08:00
|
|
|
<f:ContentPanel ID="ContentPanel2" Title="<%$ Resources:Lan,EditCheckEquipmentTwo_ContentPanel2_Title%>" ShowBorder="true"
|
2022-03-15 17:36:38 +08:00
|
|
|
BodyPadding="10px" EnableCollapse="true" ShowHeader="true" AutoScroll="true"
|
|
|
|
runat="server">
|
|
|
|
<f:Form ID="Form2" 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="txtProjectName" runat="server" Readonly="true" Label="<%$ Resources:Lan,EditConstructSolution_txtProjectName_Label%>" LabelAlign="Right" LabelWidth="130px">
|
2022-03-15 17:36:38 +08:00
|
|
|
</f:TextBox>
|
2025-02-22 14:06:48 +08:00
|
|
|
<f:DropDownList ID="drpUserUnitId" EmptyText="<%$ Resources:Lan,DesignDrawingsEdit_SelectOption%>" ShowRedStar="true" runat="server" Required="true" Label="<%$ Resources:Lan,EditCheckEquipmentTwo_drpUserUnitId_Label%>" LabelAlign="Right" EnableEdit="true" LabelWidth="140px">
|
2022-03-15 17:36:38 +08:00
|
|
|
</f:DropDownList>
|
|
|
|
|
|
|
|
</Items>
|
|
|
|
</f:FormRow>
|
|
|
|
<f:FormRow>
|
|
|
|
<Items>
|
2025-02-22 14:06:48 +08:00
|
|
|
<f:TextBox ID="txtEquipmentName" ShowRedStar="true" runat="server" Label="<%$ Resources:Lan,EditCheckEquipmentTwo_txtEquipmentName_Label%>" Required="true" LabelAlign="Right" LabelWidth="130px">
|
2022-03-15 17:36:38 +08:00
|
|
|
</f:TextBox>
|
2025-02-22 14:06:48 +08:00
|
|
|
<f:TextBox ID="txtFormat" ShowRedStar="true" runat="server" Label="<%$ Resources:Lan,EditCheckEquipmentTwo_txtFormat_Label%>" Required="true" LabelAlign="Right" MaxLength="50" LabelWidth="140px">
|
2022-03-15 17:36:38 +08:00
|
|
|
</f:TextBox>
|
|
|
|
|
|
|
|
</Items>
|
|
|
|
</f:FormRow>
|
|
|
|
<f:FormRow>
|
|
|
|
<Items>
|
2025-02-22 14:06:48 +08:00
|
|
|
<f:TextBox ID="txtSetAccuracyGrade" ShowRedStar="true" runat="server" Label="<%$ Resources:Lan,EditCheckEquipmentTwo_txtSetAccuracyGrade_Label%>" Required="true" LabelAlign="Right" MaxLength="50" LabelWidth="130px">
|
2022-03-15 17:36:38 +08:00
|
|
|
</f:TextBox>
|
2025-02-22 14:06:48 +08:00
|
|
|
<f:TextBox ID="txtRealAccuracyGrade" ShowRedStar="true" runat="server" Label="<%$ Resources:Lan,EditCheckEquipmentTwo_txtRealAccuracyGrade_Label%>" Required="true" LabelAlign="Right" LabelWidth="140px"
|
2022-03-15 17:36:38 +08:00
|
|
|
MaxLength="50">
|
|
|
|
</f:TextBox>
|
|
|
|
|
|
|
|
</Items>
|
|
|
|
</f:FormRow>
|
|
|
|
<f:FormRow>
|
|
|
|
<Items>
|
2025-02-22 14:06:48 +08:00
|
|
|
<f:NumberBox ID="txtCheckCycle" Label="<%$ Resources:Lan,EditCheckEquipment_txtCheckCycle_Label%>" runat="server"
|
2022-03-15 17:36:38 +08:00
|
|
|
LabelWidth="130px" DecimalPrecision="1" NoNegative="true" ShowRedStar="true" Required="true">
|
|
|
|
</f:NumberBox>
|
2025-02-22 14:06:48 +08:00
|
|
|
<f:DatePicker ID="txtCheckDay" ShowRedStar="true" runat="server" Label="<%$ Resources:Lan,EditCheckEquipmentTwo_txtCheckDay_Label%>" Required="true" LabelAlign="Right"
|
2022-03-15 17:36:38 +08:00
|
|
|
EnableEdit="true" LabelWidth="140px">
|
|
|
|
</f:DatePicker>
|
|
|
|
|
|
|
|
</Items>
|
|
|
|
</f:FormRow>
|
|
|
|
<f:FormRow>
|
|
|
|
<Items>
|
2025-02-22 14:06:48 +08:00
|
|
|
<f:CheckBox ID="cbIsIdentification" runat="server" Label="<%$ Resources:Lan,EditCheckEquipmentTwo_cbIsIdentification_Label%>"
|
2022-03-15 17:36:38 +08:00
|
|
|
LabelWidth="130px" ShowRedStar="true">
|
|
|
|
</f:CheckBox>
|
2025-02-22 14:06:48 +08:00
|
|
|
<f:CheckBox ID="cbIsCheckCertificate" runat="server" Label="<%$ Resources:Lan,EditCheckEquipmentTwo_cbIsCheckCertificate_Label%>"
|
2022-03-15 17:36:38 +08:00
|
|
|
LabelWidth="140px" ShowRedStar="true">
|
|
|
|
</f:CheckBox>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</Items>
|
|
|
|
</f:FormRow>
|
|
|
|
<f:FormRow runat="server">
|
|
|
|
<Items>
|
|
|
|
<f:Panel ID="Panel3" Width="300px" ShowHeader="false" ShowBorder="false" Layout="Column" CssClass="" runat="server">
|
|
|
|
<Items>
|
2025-02-22 14:06:48 +08:00
|
|
|
<f:Label ID="CheckBox1" runat="server" Label="<%$ Resources:Lan,ITPListEdit_lblAttach_Label%>"
|
2022-03-15 17:36:38 +08:00
|
|
|
LabelWidth="130px">
|
|
|
|
</f:Label>
|
2025-02-22 14:06:48 +08:00
|
|
|
<f:Button ID="btnAttach" Icon="TableCell" EnablePostBack="true" Text="<%$ Resources:Lan,ITPListEdit_btnAttach_Text%>" runat="server" OnClick="btnAttach_Click1">
|
2022-03-15 17:36:38 +08:00
|
|
|
</f:Button>
|
|
|
|
</Items>
|
|
|
|
</f:Panel>
|
2025-02-22 14:06:48 +08:00
|
|
|
<f:DropDownList ID="drpIsdamage" ShowRedStar="true" runat="server" Required="true" Label="<%$ Resources:Lan,ConstructSolution_State_HeaderText%>" EnableEdit="true" LabelWidth="140px">
|
|
|
|
<f:ListItem Text="<%$ Resources:Lan,EditCheckEquipmentTwo_drpIsdamage_Item1_Text%>" Value="<%$ Resources:Lan,EditCheckEquipmentTwo_drpIsdamage_Item1_Text%>" />
|
|
|
|
<f:ListItem Text="<%$ Resources:Lan,EditCheckEquipmentTwo_drpIsdamage_Item2_Text%>" Value="<%$ Resources:Lan,EditCheckEquipmentTwo_drpIsdamage_Item2_Text%>" />
|
|
|
|
<f:ListItem Text="<%$ Resources:Lan,EditCheckEquipmentTwo_drpIsdamage_Item3_Text%>" Value="<%$ Resources:Lan,EditCheckEquipmentTwo_drpIsdamage_Item3_Text%>" />
|
2022-03-15 17:36:38 +08:00
|
|
|
</f:DropDownList>
|
|
|
|
</Items>
|
|
|
|
</f:FormRow>
|
|
|
|
</Rows>
|
|
|
|
</f:Form>
|
|
|
|
</f:ContentPanel>
|
|
|
|
</Items>
|
|
|
|
</f:FormRow>
|
|
|
|
|
|
|
|
|
|
|
|
<f:FormRow ID="next">
|
|
|
|
<Items>
|
|
|
|
<f:ContentPanel ID="ContentPanel5" Title="检试验设备审批流程设置 " runat="server" ShowHeader="true" EnableCollapse="true"
|
|
|
|
BodyPadding="0px">
|
|
|
|
<f:Form ID="Form5" ShowBorder="false" ShowHeader="false" AutoScroll="true"
|
|
|
|
BodyPadding="10px" runat="server" RedStarPosition="BeforeText" LabelAlign="Right">
|
|
|
|
<Rows>
|
|
|
|
<f:FormRow runat="server" ID="rblIsAgree">
|
|
|
|
<Items>
|
|
|
|
<f:Panel ID="Panel1" Width="300px" ShowHeader="false" ShowBorder="false" Layout="Column" CssClass="" runat="server">
|
|
|
|
<Items>
|
2025-02-22 14:06:48 +08:00
|
|
|
<f:RadioButtonList runat="server" ID="RadioButtonList1" Label="<%$ Resources:Lan,EditConstructSolution_gvApprove_IsAgree_HeaderText%>" ShowRedStar="true" AutoPostBack="true" LabelWidth="130px" OnSelectedIndexChanged="RadioButtonList1_SelectedIndexChanged">
|
|
|
|
<f:RadioItem Text="<%$ Resources:Lan,DesignDrawingsEdit_Agree_Option%>" Value="true" Selected="true" />
|
|
|
|
<f:RadioItem Text="<%$ Resources:Lan,DesignDrawingsEdit_Disagree_Option%>" Value="false" />
|
2022-03-15 17:36:38 +08:00
|
|
|
</f:RadioButtonList>
|
|
|
|
</Items>
|
|
|
|
</f:Panel>
|
|
|
|
|
|
|
|
<f:Label runat="server" CssStyle="display:none" LabelWidth="130px"></f:Label>
|
|
|
|
</Items>
|
|
|
|
</f:FormRow>
|
|
|
|
<f:FormRow>
|
|
|
|
<Items>
|
|
|
|
<f:DropDownList ID="drpHandleType" LabelWidth="130px"
|
2025-02-22 14:06:48 +08:00
|
|
|
AutoPostBack="true" runat="server" Label="<%$ Resources:Lan,EditTechnicalContactList_drpHandleType_Label%>" LabelAlign="Right" EnableEdit="true">
|
2022-03-15 17:36:38 +08:00
|
|
|
</f:DropDownList>
|
2025-02-22 14:06:48 +08:00
|
|
|
<f:DropDownList ID="drpHandleMan" runat="server" Label="<%$ Resources:Lan,EditConstructSolution_gvApprove_ApproveMan_HeaderText%>" Required="true" LabelAlign="Right" EnableEdit="true" LabelWidth="130px">
|
2022-03-15 17:36:38 +08:00
|
|
|
</f:DropDownList>
|
|
|
|
</Items>
|
|
|
|
</f:FormRow>
|
|
|
|
<f:FormRow ID="HideOptions" runat="server">
|
|
|
|
<Items>
|
2025-02-22 14:06:48 +08:00
|
|
|
<f:TextArea ID="txtOpinions" runat="server" Label="<%$ Resources:Lan,EditTechnicalContactList_txtOpinions_Label%>" MaxLength="3000" LabelWidth="130px">
|
2022-03-15 17:36:38 +08:00
|
|
|
</f:TextArea>
|
|
|
|
</Items>
|
|
|
|
</f:FormRow>
|
|
|
|
</Rows>
|
|
|
|
</f:Form>
|
|
|
|
</f:ContentPanel>
|
|
|
|
</Items>
|
|
|
|
</f:FormRow>
|
|
|
|
<f:FormRow ID="plApprove2">
|
|
|
|
<Items>
|
2025-02-22 14:06:48 +08:00
|
|
|
<f:ContentPanel Title="<%$ Resources:Lan,EditCheckEquipmentTwo_plApprove2_Title%>" ShowBorder="true"
|
2022-03-15 17:36:38 +08:00
|
|
|
BodyPadding="10px" EnableCollapse="true" ShowHeader="true" AutoScroll="true"
|
|
|
|
runat="server">
|
|
|
|
<f:Grid ID="gvApprove" IsFluid="true" CssClass="blockpanel" ShowBorder="true" ShowHeader="false" runat="server" EnableCollapse="false" DataIDField="CheckEquipmentApproveId" SortField="ApproveDate"
|
|
|
|
DataKeyNames="CheckControlApproveId" EnableColumnLines="true" ForceFit="true">
|
|
|
|
<Columns>
|
2025-02-22 14:06:48 +08:00
|
|
|
<f:TemplateField ColumnID="tfPageIndex" Width="55px" HeaderText="<%$ Resources:Lan,ShoBreakdownProject_Grid1_BreakdownCode_HeaderText%>" HeaderTextAlign="Center" TextAlign="Center"
|
2022-03-15 17:36:38 +08:00
|
|
|
EnableLock="true" Locked="False">
|
|
|
|
<ItemTemplate>
|
|
|
|
<asp:Label ID="lblPageIndex" runat="server" Text='<%# gvApprove.PageIndex * gvApprove.PageSize + Container.DataItemIndex + 1 %>'></asp:Label>
|
|
|
|
</ItemTemplate>
|
|
|
|
</f:TemplateField>
|
2025-02-22 14:06:48 +08:00
|
|
|
<f:TemplateField ColumnID="State" Width="250px" HeaderText="<%$ Resources:Lan,EditConstructSolution_gvApprove_ApproveType_HeaderText%>" HeaderTextAlign="Center" TextAlign="Center"
|
2022-03-15 17:36:38 +08:00
|
|
|
EnableLock="true" Locked="False">
|
|
|
|
<ItemTemplate>
|
|
|
|
<asp:Label ID="lbtype" runat="server" Text='<%# ConvertState(Eval("ApproveType")) %>'></asp:Label>
|
|
|
|
</ItemTemplate>
|
|
|
|
</f:TemplateField>
|
2025-02-22 14:06:48 +08:00
|
|
|
<f:BoundField Width="180px" DataField="UserName" HeaderTextAlign="Center" HeaderText="<%$ Resources:Lan,EditConstructSolution_gvApprove_ApproveMan_HeaderText%>" TextAlign="Center" />
|
|
|
|
<f:BoundField Width="200px" DataField="ApproveDate" HeaderTextAlign="Center" TextAlign="Center" DataFormatString="{0:yyyy-MM-dd}" HeaderText="<%$ Resources:Lan,EditConstructSolution_gvApprove_ApproveDate_HeaderText%>" />
|
|
|
|
<f:BoundField Width="180px" DataField="ApproveIdea" HeaderTextAlign="Center" TextAlign="Center" HeaderText="<%$ Resources:Lan,EditConstructSolution_gvApprove_ApproveIdea_HeaderText%>" />
|
2022-03-15 17:36:38 +08:00
|
|
|
</Columns>
|
|
|
|
</f:Grid>
|
|
|
|
</f:ContentPanel>
|
|
|
|
</Items>
|
|
|
|
</f:FormRow>
|
|
|
|
</Rows>
|
|
|
|
|
|
|
|
</f:Form>
|
2025-02-22 14:06:48 +08:00
|
|
|
<f:Window ID="WindowAtt" Title="<%$ Resources:Lan,ITPListProjectEdit_WindowAtt_Title%>" Hidden="true" EnableIFrame="true" EnableMaximize="true"
|
2022-03-15 17:36:38 +08:00
|
|
|
Target="Parent" EnableResize="false" runat="server" IsModal="true" Width="700px"
|
|
|
|
Height="500px">
|
|
|
|
</f:Window>
|
|
|
|
</form>
|
|
|
|
</body>
|
|
|
|
</html>
|