selectgy_department.aspx

来自「为了便于企业对客户按照地区进行统计查询分析」· ASPX 代码 · 共 54 行

ASPX
54
字号
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="SelectGy_Department.aspx.cs" Inherits="SelectGy_Department" %>

<!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>
</head>
<body>
    <form id="form1" runat="server">
    <div>
    
      <table>
            <tr>
                <td align="left" style="font-size: 12px; width: 519px; color: red; height: 16px">
                    基础设置→查找部门</td>
            </tr>
        </table>
        <br />
          <table align="center" border="1" bordercolordark="#003399"  cellspacing="0" style="font-size: 12px; width: 392px; height: 200px">
                  cellspacing="0" style="font-size: 12px; width: 416px; height: 227px">
                <tr>
                    <td align="center" bgcolor="#003399" colspan="2" style="color: white; height: 27px">
                        查找部门</td>
                </tr>
                <tr>
                    <td align="right" style="width: 77px">
                        &nbsp;部门编码:</td>
                    <td style="width: 100px">
                        <asp:Label ID="Department_code" runat="server" Width="162px" Height="24px"></asp:Label></td>
                </tr>
                <tr>
                    <td align="right" style="width: 77px">
                        &nbsp;部门名称:</td>
                    <td style="width: 100px">
                        <asp:Label ID="Department_name" runat="server" Width="165px" Height="23px"></asp:Label></td>
                </tr>
             <tr>
                 <td align="right" style="width: 77px; height: 27px">
                     销售标记:</td>
                 <td style="width: 100px; height: 27px">
                     <asp:Label ID="Department_xsflag" runat="server" Width="161px" Height="24px"></asp:Label></td>
             </tr>
                <tr>
                    <td align="center" colspan="2"> 
                        <asp:LinkButton ID="LinkButton1" runat="server" Height="18px" PostBackUrl="~/Index.aspx"
                            Width="55px"> 退 出 </asp:LinkButton></td>
                </tr>
            </table>
    </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?