109 lines
6.5 KiB
Plaintext
109 lines
6.5 KiB
Plaintext
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="SpecialEquipmentMaintenanceEdit.aspx.cs" Inherits="FineUIPro.Web.JGZL.SpecialEquipmentMaintenanceEdit" %>
|
|
|
|
<!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="Panel1" runat="server" />
|
|
<f:Form ID="SimpleForm1" ShowBorder="true" ShowHeader="false" AutoScroll="true" BodyPadding="10px"
|
|
runat="server" RedStarPosition="BeforeText" LabelAlign="Right">
|
|
<Toolbars>
|
|
<f:Toolbar ID="Toolbar1" Position="Bottom" runat="server" ToolbarAlign="Right">
|
|
<Items>
|
|
<f:ToolbarFill ID="ToolbarFill1" runat="server">
|
|
</f:ToolbarFill>
|
|
<f:Button ID="btnSave" Icon="SystemSave" runat="server" Text="保存" ValidateForms="SimpleForm1"
|
|
OnClick="btnSave_Click">
|
|
</f:Button>
|
|
</Items>
|
|
</f:Toolbar>
|
|
</Toolbars>
|
|
<Rows>
|
|
<f:FormRow>
|
|
<Items>
|
|
<f:TextBox ID="txtMaintenanceCode" runat="server" Label="告知书编号" LabelAlign="Right" LabelWidth="130px" MaxLength="50" Required="true" ShowRedStar="true"></f:TextBox>
|
|
<f:TextBox ID="txtConUnit" runat="server" Label="施工单位" LabelAlign="Right" LabelWidth="130px" MaxLength="50" Required="true" ShowRedStar="true"></f:TextBox>
|
|
</Items>
|
|
</f:FormRow>
|
|
<f:FormRow>
|
|
<Items>
|
|
<f:TextBox ID="txtEquipmentName" runat="server" Label="设备名称" LabelAlign="Right" LabelWidth="130px" MaxLength="50" Required="true" ShowRedStar="true"></f:TextBox>
|
|
<f:TextBox ID="txtEquipmentModel" runat="server" Label="型号(参数)" LabelAlign="Right" LabelWidth="130px" MaxLength="50"></f:TextBox>
|
|
</Items>
|
|
</f:FormRow>
|
|
<f:FormRow>
|
|
<Items>
|
|
<f:TextBox ID="txtEquipmentCode" runat="server" Label="设备代码" LabelAlign="Right" LabelWidth="130px"></f:TextBox>
|
|
<f:TextBox ID="txtManufacturingNumber" runat="server" Label="制造编号" LabelAlign="Right" LabelWidth="130px"></f:TextBox>
|
|
|
|
</Items>
|
|
</f:FormRow>
|
|
<f:FormRow>
|
|
<Items>
|
|
<f:TextBox ID="txtManufacturingUnit" runat="server" Label="设备制造单位全称" LabelAlign="Right" LabelWidth="130px"></f:TextBox>
|
|
<f:TextBox ID="txtManufacturingLicenseNumber" runat="server" Label="制造许可证编号" LabelAlign="Right" LabelWidth="130px"></f:TextBox>
|
|
</Items>
|
|
</f:FormRow>
|
|
<f:FormRow>
|
|
<Items>
|
|
<f:TextBox ID="txtEquipmentLocation" runat="server" Label="设备地点" LabelAlign="Right" LabelWidth="130px"></f:TextBox>
|
|
<f:DatePicker ID="txtConstructionDate" runat="server" Label="施工日期" LabelAlign="Right" LabelWidth="130px"></f:DatePicker>
|
|
</Items>
|
|
</f:FormRow>
|
|
<f:FormRow>
|
|
<Items>
|
|
<f:DropDownList ID="drpConstructionCategory" runat="server" Label="施工类别" LabelAlign="Right" LabelWidth="130px" ShowRedStar="true" Required="true">
|
|
<f:ListItem Value="改造" Text="改造" Selected="true" />
|
|
<f:ListItem Value="安装" Text="安装" />
|
|
<f:ListItem Value="维修" Text="维修" />
|
|
</f:DropDownList>
|
|
<f:TextBox ID="txtLicenseNumber" runat="server" Label="许可证编号" LabelAlign="Right" LabelWidth="130px"></f:TextBox>
|
|
</Items>
|
|
</f:FormRow>
|
|
<f:FormRow>
|
|
<Items>
|
|
<f:DatePicker ID="txtLicenseValidityDate" runat="server" Label="许可证有效期" LabelAlign="Right" LabelWidth="130px"></f:DatePicker>
|
|
<f:TextBox ID="txtConContactMan" runat="server" Label="联系人" LabelAlign="Right" LabelWidth="130px"></f:TextBox>
|
|
</Items>
|
|
</f:FormRow>
|
|
<f:FormRow>
|
|
<Items>
|
|
<f:TextBox ID="txtConTelephone" runat="server" Label="电话" LabelAlign="Right" LabelWidth="130px"></f:TextBox>
|
|
<f:TextBox ID="txtConFax" runat="server" Label="传真" LabelAlign="Right" LabelWidth="130px"></f:TextBox>
|
|
</Items>
|
|
</f:FormRow>
|
|
<f:FormRow>
|
|
<Items>
|
|
<f:TextBox ID="txtConAddress" runat="server" Label="地址" LabelAlign="Right" LabelWidth="130px"></f:TextBox>
|
|
<f:TextBox ID="txtConEmail" runat="server" Label="邮编" LabelAlign="Right" LabelWidth="130px"></f:TextBox>
|
|
</Items>
|
|
</f:FormRow>
|
|
<f:FormRow>
|
|
<Items>
|
|
<f:TextBox ID="txtUseUnit" runat="server" Label="使用单位全称" LabelAlign="Right" LabelWidth="130px"></f:TextBox>
|
|
<f:TextBox ID="txtUseContactMan" runat="server" Label="联系人" LabelAlign="Right" LabelWidth="130px"></f:TextBox>
|
|
</Items>
|
|
</f:FormRow>
|
|
<f:FormRow>
|
|
<Items>
|
|
<f:TextBox ID="txtUseTelephone" runat="server" Label="电话" LabelAlign="Right" LabelWidth="130px"></f:TextBox>
|
|
<f:TextBox ID="txtUseFax" runat="server" Label="传真" LabelAlign="Right" LabelWidth="130px"></f:TextBox>
|
|
</Items>
|
|
</f:FormRow>
|
|
<f:FormRow>
|
|
<Items>
|
|
<f:TextBox ID="txtUseAddress" runat="server" Label="地址" LabelAlign="Right" LabelWidth="130px"></f:TextBox>
|
|
<f:TextBox ID="txtUseEmail" runat="server" Label="邮编" LabelAlign="Right" LabelWidth="130px"></f:TextBox>
|
|
</Items>
|
|
</f:FormRow>
|
|
</Rows>
|
|
</f:Form>
|
|
</form>
|
|
</body>
|
|
</html>
|