294 lines
14 KiB
Plaintext
294 lines
14 KiB
Plaintext
|
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="EquipmentInItemEdit.aspx.cs"
|
|||
|
Inherits="FineUIPro.Web.Customization.CNCCG.HSSE.InApproveManager.EquipmentInItemEdit" ValidateRequest="false" %>
|
|||
|
|
|||
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|||
|
<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" AutoScroll="true"
|
|||
|
BodyPadding="10px" runat="server" RedStarPosition="BeforeText" LabelAlign="Right">
|
|||
|
<Rows>
|
|||
|
|
|||
|
<f:FormRow>
|
|||
|
<Items>
|
|||
|
|
|||
|
<f:TextBox ID="txtSizeCode" runat="server" Label="统一编号" LabelAlign="Right" LabelWidth="150px"
|
|||
|
MaxLength="50" Readonly="true" Hidden="true">
|
|||
|
</f:TextBox>
|
|||
|
</Items>
|
|||
|
</f:FormRow>
|
|||
|
<f:FormRow>
|
|||
|
<Items>
|
|||
|
<f:TextBox ID="txtEquipmentInCode" runat="server" Label="内部编号" LabelAlign="Right" Required="true"
|
|||
|
ShowRedStar="true"
|
|||
|
MaxLength="50" LabelWidth="150px" >
|
|||
|
</f:TextBox>
|
|||
|
</Items>
|
|||
|
</f:FormRow>
|
|||
|
|
|||
|
<f:FormRow>
|
|||
|
<Items>
|
|||
|
<f:DropDownList ID="drpUnitId" runat="server" Label="单位" Required="true" ShowRedStar="true" LabelWidth="150px"
|
|||
|
LabelAlign="Right">
|
|||
|
</f:DropDownList>
|
|||
|
</Items>
|
|||
|
</f:FormRow>
|
|||
|
<f:FormRow>
|
|||
|
<Items>
|
|||
|
<f:DropDownList ID="drpSpecialEquipmentId" runat="server" Label="设备" Required="true"
|
|||
|
ShowRedStar="true" LabelAlign="Right" LabelWidth="150px">
|
|||
|
</f:DropDownList>
|
|||
|
</Items>
|
|||
|
</f:FormRow>
|
|||
|
<f:FormRow>
|
|||
|
<Items>
|
|||
|
<f:DropDownList ID="droUseUnitId" runat="server" Label="使用单位" LabelWidth="150px" Required="true"
|
|||
|
ShowRedStar="true"
|
|||
|
LabelAlign="Right">
|
|||
|
</f:DropDownList>
|
|||
|
</Items>
|
|||
|
</f:FormRow>
|
|||
|
<f:FormRow>
|
|||
|
<Items>
|
|||
|
<f:TextBox ID="txtSizeModel" runat="server" Label="规格型号" LabelAlign="Right" MaxLength="50" LabelWidth="150px" Required="true"
|
|||
|
ShowRedStar="true">
|
|||
|
</f:TextBox>
|
|||
|
</Items>
|
|||
|
</f:FormRow>
|
|||
|
<f:FormRow>
|
|||
|
<Items>
|
|||
|
<f:DatePicker ID="dpProDate" runat="server" Label="出厂日期" LabelAlign="Right" LabelWidth="150px" Required="true"
|
|||
|
ShowRedStar="true" >
|
|||
|
</f:DatePicker>
|
|||
|
</Items>
|
|||
|
</f:FormRow>
|
|||
|
<f:FormRow>
|
|||
|
<Items>
|
|||
|
<f:TextBox ID="txtOwnerCheck" runat="server" Label="进场前自查自检情况" LabelAlign="Right"
|
|||
|
MaxLength="50" LabelWidth="150px">
|
|||
|
</f:TextBox>
|
|||
|
</Items>
|
|||
|
</f:FormRow>
|
|||
|
<%-- <f:FormRow>
|
|||
|
<Items>
|
|||
|
<f:TextBox ID="txtSizeCode" runat="server" Label="设备编号" LabelAlign="Right"
|
|||
|
MaxLength="50" LabelWidth="150px">
|
|||
|
</f:TextBox>
|
|||
|
</Items>
|
|||
|
</f:FormRow>--%>
|
|||
|
<%-- <f:FormRow>
|
|||
|
<Items>
|
|||
|
<f:TextBox ID="txtDetectionStatus" runat="server" Label="检测状态" LabelAlign="Right"
|
|||
|
MaxLength="50" LabelWidth="150px">
|
|||
|
</f:TextBox>
|
|||
|
</Items>
|
|||
|
</f:FormRow>--%>
|
|||
|
<f:FormRow>
|
|||
|
<Items>
|
|||
|
<f:DropDownList runat="server" ID="dropDetectionStatus" Label="检测状态" LabelAlign="Right" Required="true"
|
|||
|
ShowRedStar="true"
|
|||
|
MaxLength="50" LabelWidth="150px">
|
|||
|
<f:ListItem Text="已检测" Value="已检测"/>
|
|||
|
<f:ListItem Text="已检测,未出报告" Value="已检测,未出报告"/>
|
|||
|
<f:ListItem Text="未检测" Value="未检测"/>
|
|||
|
|
|||
|
</f:DropDownList>
|
|||
|
</Items>
|
|||
|
</f:FormRow>
|
|||
|
<%-- <f:FormRow>
|
|||
|
<Items>
|
|||
|
<f:TextBox ID="txtCheckDate" runat="server" Label="检测日期" LabelAlign="Right"
|
|||
|
MaxLength="50" LabelWidth="150px">
|
|||
|
</f:TextBox>
|
|||
|
</Items>
|
|||
|
</f:FormRow>--%>
|
|||
|
<f:FormRow>
|
|||
|
<Items>
|
|||
|
<f:DatePicker ID="txtCheckDate" runat="server" Label="检测日期" LabelAlign="Right" LabelWidth="150px" Required="true"
|
|||
|
ShowRedStar="true">
|
|||
|
</f:DatePicker>
|
|||
|
</Items>
|
|||
|
</f:FormRow>
|
|||
|
<f:FormRow>
|
|||
|
<Items>
|
|||
|
<f:TextBox ID="txtInspectionCycle" runat="server" Label="检验周期" LabelAlign="Right" Required="true" Hidden="true"
|
|||
|
ShowRedStar="true"
|
|||
|
MaxLength="50" LabelWidth="150px">
|
|||
|
</f:TextBox>
|
|||
|
</Items>
|
|||
|
</f:FormRow>
|
|||
|
<f:FormRow>
|
|||
|
<Items>
|
|||
|
<%-- <f:TextBox ID="txtValidityDateOfInspection" runat="server" Label="下次检验日期" LabelAlign="Right" Required="true"
|
|||
|
ShowRedStar="true"
|
|||
|
MaxLength="50" LabelWidth="150px">
|
|||
|
</f:TextBox>--%>
|
|||
|
<f:DatePicker ID="txtValidityDateOfInspection" runat="server" Label="下次检验日期" LabelAlign="Right" LabelWidth="150px" Required="true"
|
|||
|
ShowRedStar="true">
|
|||
|
</f:DatePicker>
|
|||
|
</Items>
|
|||
|
</f:FormRow>
|
|||
|
<f:FormRow>
|
|||
|
<Items>
|
|||
|
<f:DatePicker ID="txtUseRegDate" runat="server" Label="使用登记日期" LabelAlign="Right" LabelWidth="150px">
|
|||
|
</f:DatePicker>
|
|||
|
</Items>
|
|||
|
</f:FormRow>
|
|||
|
<%-- <f:FormRow>
|
|||
|
<Items>
|
|||
|
<f:TextBox ID="txtUseRegDate" runat="server" Label="使用登记日期" LabelAlign="Right" MaxLength="50" LabelWidth="150px">
|
|||
|
</f:TextBox>
|
|||
|
</Items>
|
|||
|
</f:FormRow>--%>
|
|||
|
<f:FormRow>
|
|||
|
<Items>
|
|||
|
<f:TextBox ID="txtUseRegDepart" runat="server" Label="使用登记部门" LabelAlign="Right"
|
|||
|
MaxLength="50" LabelWidth="150px">
|
|||
|
</f:TextBox>
|
|||
|
</Items>
|
|||
|
</f:FormRow>
|
|||
|
<f:FormRow>
|
|||
|
<Items>
|
|||
|
<f:DatePicker ID="txtInDate" runat="server" Label="进场日期" LabelAlign="Right" LabelWidth="150px" Required="true"
|
|||
|
ShowRedStar="true">
|
|||
|
</f:DatePicker>
|
|||
|
</Items>
|
|||
|
</f:FormRow>
|
|||
|
<f:FormRow>
|
|||
|
<Items>
|
|||
|
<f:DatePicker ID="txtOutDate" runat="server" Label="出场日期" LabelAlign="Right" LabelWidth="150px">
|
|||
|
</f:DatePicker>
|
|||
|
</Items>
|
|||
|
</f:FormRow>
|
|||
|
<f:FormRow>
|
|||
|
<Items>
|
|||
|
<f:TextBox ID="txtOperatorName" runat="server" Label="操作手姓名" LabelAlign="Right"
|
|||
|
MaxLength="50" LabelWidth="150px">
|
|||
|
</f:TextBox>
|
|||
|
</Items>
|
|||
|
</f:FormRow>
|
|||
|
<f:FormRow>
|
|||
|
<Items>
|
|||
|
<f:TextBox ID="txtSpecialCertificateNumber" runat="server" Label="特种作业证件号码" LabelAlign="Right"
|
|||
|
MaxLength="50" LabelWidth="150px">
|
|||
|
</f:TextBox>
|
|||
|
</Items>
|
|||
|
</f:FormRow>
|
|||
|
<f:FormRow>
|
|||
|
<Items>
|
|||
|
<f:TextBox ID="txtRemark" runat="server" Label="备注" LabelAlign="Right"
|
|||
|
LabelWidth="150px">
|
|||
|
</f:TextBox>
|
|||
|
</Items>
|
|||
|
</f:FormRow>
|
|||
|
<%-- <f:FormRow>
|
|||
|
<Items>
|
|||
|
<f:TextBox ID="txtCertificateNum" runat="server" Label="施工设备合格证号" LabelAlign="Right"
|
|||
|
MaxLength="50" LabelWidth="150px">
|
|||
|
</f:TextBox>
|
|||
|
</Items>
|
|||
|
</f:FormRow>
|
|||
|
<f:FormRow>
|
|||
|
<Items>
|
|||
|
<f:TextBox ID="txtSafetyInspectionNum" runat="server" Label="安全检验合格证号" LabelAlign="Right"
|
|||
|
MaxLength="50" LabelWidth="150px">
|
|||
|
</f:TextBox>
|
|||
|
</Items>
|
|||
|
</f:FormRow>
|
|||
|
<f:FormRow>
|
|||
|
<Items>
|
|||
|
<f:TextBox ID="txtDrivingLicenseNum" runat="server" Label="驾驶证号" LabelAlign="Right"
|
|||
|
MaxLength="50" LabelWidth="150px">
|
|||
|
</f:TextBox>
|
|||
|
</Items>
|
|||
|
</f:FormRow>
|
|||
|
<f:FormRow>
|
|||
|
<Items>
|
|||
|
<f:TextBox ID="txtRegistrationNum" runat="server" Label="行驶证号" LabelAlign="Right"
|
|||
|
MaxLength="50" LabelWidth="150px">
|
|||
|
</f:TextBox>
|
|||
|
</Items>
|
|||
|
</f:FormRow>
|
|||
|
<f:FormRow>
|
|||
|
<Items>
|
|||
|
<f:TextBox ID="txtOperationQualificationNum" runat="server" Label="操作资质证号" LabelAlign="Right"
|
|||
|
MaxLength="50" LabelWidth="150px">
|
|||
|
</f:TextBox>
|
|||
|
</Items>
|
|||
|
</f:FormRow>
|
|||
|
<f:FormRow>
|
|||
|
<Items>
|
|||
|
<f:TextBox ID="txtInsuranceNum" runat="server" Label="交险保单号" LabelAlign="Right" MaxLength="50" LabelWidth="150px">
|
|||
|
</f:TextBox>
|
|||
|
</Items>
|
|||
|
</f:FormRow>
|
|||
|
<f:FormRow>
|
|||
|
<Items>
|
|||
|
<f:TextBox ID="txtCommercialInsuranceNum" runat="server" Label="商业险保单号" LabelAlign="Right"
|
|||
|
MaxLength="50" LabelWidth="150px">
|
|||
|
</f:TextBox>
|
|||
|
</Items>
|
|||
|
</f:FormRow>--%>
|
|||
|
<f:FormRow>
|
|||
|
<Items>
|
|||
|
<f:CheckBox runat="server" ID="cbIsUsed" LabelWidth="150px" LabelAlign="Right" Label="在用" OnCheckedChanged="cbIsUsed_CheckedChanged" AutoPostBack="true"></f:CheckBox>
|
|||
|
</Items>
|
|||
|
</f:FormRow>
|
|||
|
</Rows>
|
|||
|
<Toolbars>
|
|||
|
<f:Toolbar ID="Toolbar1" Position="Bottom" ToolbarAlign="Right" runat="server">
|
|||
|
<Items>
|
|||
|
<f:Button ID="btnAttachUrl" Text="检测报告" ToolTip="附件上传及查看" Icon="TableCell" runat="server"
|
|||
|
OnClick="btnAttachUrl_Click" ValidateForms="SimpleForm1">
|
|||
|
</f:Button>
|
|||
|
<%-- <f:Label Text="附件上传内容为:1)检测报告2)登记证书3)设备现场照片4)设备档案" runat="server"></f:Label>--%>
|
|||
|
|
|||
|
<f:Button ID="btnAttachUrl2" Text="登记证书" ToolTip="附件上传及查看" Icon="TableCell" runat="server"
|
|||
|
OnClick="btnAttachUrl2_Click" ValidateForms="SimpleForm1">
|
|||
|
</f:Button>
|
|||
|
<f:Button ID="btnAttachUrl3" Text="设备现场照片" ToolTip="附件上传及查看" Icon="TableCell" runat="server"
|
|||
|
OnClick="btnAttachUrl3_Click" ValidateForms="SimpleForm1">
|
|||
|
</f:Button>
|
|||
|
<f:Button ID="btnAttachUrl4" Text="设备档案" ToolTip="附件上传及查看" Icon="TableCell" runat="server"
|
|||
|
OnClick="btnAttachUrl4_Click" ValidateForms="SimpleForm1">
|
|||
|
</f:Button>
|
|||
|
|
|||
|
<f:Button ID="btnEcheck" Text="日常检查" ToolTip="日常检查" Icon="TableCell" runat="server" Hidden="true"
|
|||
|
OnClick="btnEcheck_Click" ValidateForms="SimpleForm1">
|
|||
|
</f:Button>
|
|||
|
|
|||
|
<f:Button ID="btnEhazard" Text="定期检查" ToolTip="定期检查" Icon="TableCell" runat="server" Hidden="true"
|
|||
|
OnClick="btnEhazard_Click" ValidateForms="SimpleForm1">
|
|||
|
</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>
|
|||
|
<f:Button ID="btnClose" EnablePostBack="false" ToolTip="关闭" runat="server" Icon="SystemClose" Text="关闭">
|
|||
|
</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>
|
|||
|
|
|||
|
<f:Window ID="Window1" Title="特种设备" Hidden="true" EnableIFrame="true" EnableMaximize="true"
|
|||
|
Target="Parent" EnableResize="false" runat="server" IsModal="true" Width="1300px"
|
|||
|
Height="700px">
|
|||
|
</f:Window>
|
|||
|
</form>
|
|||
|
</body>
|
|||
|
</html>
|