📄 departmentedit.aspx
字号:
<%@ page language="C#" autoeventwireup="true" CodeFile="DepartmentEdit.aspx.cs" inherits="SystemManage_DepartmentEdit" %>
<!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">
<title>修改单位</title>
<link href="../SystemManage/css/style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<form id="form1" runat="server">
<div>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td colspan="3" class="p1">
<strong>系统管理-编辑单位</strong></td>
</tr>
<tr>
<td style="height: 25px;" colspan="3">
</td>
</tr>
<tr>
<td style="height: 25px; text-align: center;" colspan="3">
<table cellpadding="0" cellspacing ="0" border="1" style="background-color: #E7E7FF">
<tr>
<td style="width: 98px; height: 20px">
编号</td>
<td style="height: 20px" align="left">
<asp:TextBox ID="txtDepartmentCode" runat="server" MaxLength="30" Width="230px"></asp:TextBox></td>
<td style="width: 74px; height: 20px; text-align: left;">
<span style="color: #ff0000">*</span></td>
</tr>
<tr>
<td style="width: 98px;height: 20px">
名称</td>
<td style="height: 20px" align="left">
<asp:TextBox ID="txtDepartmentName" runat="server" MaxLength="100" Width="230px"></asp:TextBox></td>
<td style="width: 74px;height: 20px; text-align: left;">
<span style="color: #ff0000">*</span></td>
</tr>
<tr>
<td style="width: 98px;height: 20px">
全称</td>
<td style="height: 20px" align="left">
<asp:TextBox ID="txtFullName" runat="server" MaxLength="200" Width="230px"></asp:TextBox></td>
<td style="width: 74px;height: 20px; text-align: left;">
<span style="color: #ff0000"></span></td>
</tr>
<tr>
<td style="width: 98px;height: 20px">
法人/负责人</td>
<td style="height: 20px" align="left">
<asp:TextBox ID="txtPerson" runat="server" MaxLength="50" Width="230px"></asp:TextBox></td>
<td style="width: 74px;height: 20px; text-align: left;">
<span style="color: #ff0000"></span></td>
</tr>
<tr>
<td style="width: 98px;height: 20px">
地址</td>
<td style="height: 20px" align="left">
<asp:TextBox ID="txtAddress" runat="server" MaxLength="100" Width="230px"></asp:TextBox></td>
<td style="width: 74px;height: 20px; text-align: left;">
<span style="color: #ff0000"></span></td>
</tr>
<tr>
<td style="width: 98px;height: 20px">
邮编</td>
<td style="height: 20px" align="left">
<asp:TextBox ID="txtZip" runat="server" MaxLength="6" Width="100px"></asp:TextBox></td>
<td style="width: 74px;height: 20px; text-align: left;">
<span style="color: #ff0000"></span></td>
</tr>
<tr>
<td style="width: 98px;height: 20px">
电话</td>
<td style="height: 20px" align="left">
<asp:TextBox ID="txtPhone" runat="server" MaxLength="50" Width="230px"></asp:TextBox></td>
<td style="width: 74px;height: 20px; text-align: left;">
<span style="color: #ff0000"></span></td>
</tr>
<tr>
<td style="width: 98px;height: 20px">
传真</td>
<td style="height: 20px" align="left">
<asp:TextBox ID="txtFax" runat="server" MaxLength="50" Width="230px"></asp:TextBox></td>
<td style="width: 74px;height: 20px; text-align: left;">
<span style="color: #ff0000"></span></td>
</tr>
<tr>
<td style="width: 98px;height: 20px">
Email</td>
<td style="height: 20px" align="left">
<asp:TextBox ID="txtEmail" runat="server" MaxLength="100" Width="230px"></asp:TextBox></td>
<td style="width: 74px;height: 20px; text-align: left;">
<span style="color: #ff0000"></span></td>
</tr>
<tr>
<td style="width: 98px;height: 20px">
有效</td>
<td style="height: 20px; text-align: left;" align="left">
<asp:CheckBox ID="ckbInuse" runat="server" Text=" " Checked="True" /></td>
<td style="width: 74px;height: 20px">
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td colspan="3" style="height: 12px">
</td>
</tr>
<tr>
<td style="height: 12px;" colspan="3" align="center">
<asp:Label ID="lblParentcode" runat="server" Text="0" Visible="False"></asp:Label>
<asp:Button ID="btnAdd" runat="server" Text="保存" OnClick="btnAdd_Click" />
<asp:Button ID="btnDelete" runat="server" Text="返回" OnClick="btnDelete_Click" />
<asp:Label ID="lblLaycode" runat="server" Text="0" Visible="False"></asp:Label>
<asp:Label ID="lbldepid" runat="server" Text="Label" Visible="False"></asp:Label></td>
</tr>
</table>
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -