⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 response.aspx

📁 这是一个在线报修系统的管理程序
💻 ASPX
字号:
<%@ page language="C#" autoeventwireup="true" inherits="Manager_Response, App_Web_tty86oeo" %>

<!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="../Images/Style.css" rel="stylesheet" type="text/css" />
</head>
<body style="margin: 1px">
    <form id="form1" runat="server">
    <div>
        <table border="0" cellpadding="0" cellspacing="1" style="width: 100%; background-color: gainsboro">
            <tr>
                <td align="center" colspan="4" style="height: 30px; background-color: aliceblue">
                    报修资料</td>
            </tr>
            <tr>
                <td align="center" style="width: 15%; height: 30px; background-color: aliceblue">
                    报 修 人</td>
                <td align="left" style="width: 35%; height: 30px; background-color: #ffffff">&nbsp;
                    <asp:Label ID="lblLinkMan" runat="server"></asp:Label></td>
                <td align="center" style="width: 15%; height: 30px; background-color: aliceblue">
                    报修时间</td>
                <td align="left" style="width: 35%; height: 30px; background-color: #ffffff">&nbsp;
                    <asp:Label ID="lblReportDate" runat="server"></asp:Label></td>
            </tr>
            <tr>
                <td align="center" style="width: 15%; height: 30px; background-color: aliceblue">
                    故障地点</td>
                <td align="left" style="width: 35%; height: 30px; background-color: #ffffff">&nbsp;
                    <asp:Label ID="lblAddress" runat="server"></asp:Label></td>
                <td align="center" style="width: 15%; height: 30px; background-color: aliceblue">
                    联系电话</td>
                <td align="left" style="width: 35%; height: 30px; background-color: #ffffff">&nbsp;
                    <asp:Label ID="lblTelephone" runat="server"></asp:Label></td>
            </tr>
            <tr>
                <td align="center" style="width: 15%; height: 30px; background-color: aliceblue">
                    故障情况</td>
                <td align="left" style="width: 35%; height: 30px; background-color: #ffffff">&nbsp;
                    <asp:Label ID="lblCaseDetail" runat="server"></asp:Label></td>
                <td align="center" style="width: 15%; height: 30px; background-color: aliceblue">
                    故障分类</td>
                <td align="left" style="width: 35%; height: 30px; background-color: #ffffff">&nbsp;
                    <asp:Label ID="lblClass" runat="server"></asp:Label></td>
            </tr>
            <tr>
                <td align="center" style="width: 15%; height: 30px; background-color: aliceblue">
                    附加说明</td>
                <td align="left" colspan="3" style="height: 30px; background-color: #ffffff">&nbsp;
                    <asp:Label ID="lblAddons" runat="server"></asp:Label></td>
            </tr>
            <tr>
                <td align="center" colspan="4" style="height: 30px; background-color: aliceblue">
                    维修反馈</td>
            </tr>
            <tr>
                <td align="center" style="width: 15%; height: 35px; background-color: aliceblue">
                    维修状况</td>
                <td align="left" colspan="3" style="height: 35px; background-color: #ffffff">&nbsp;
                    <asp:DropDownList ID="DropDownListDeal" runat="server">
                        <asp:ListItem>正在处理</asp:ListItem>
                        <asp:ListItem>维修延期</asp:ListItem>
                        <asp:ListItem>故障修复</asp:ListItem>
                    </asp:DropDownList></td>
            </tr>
            <tr>
                <td align="center" style="width: 15%; height: 100px; background-color: aliceblue">
                    附加说明</td>
                <td align="left" colspan="3" style="height: 100px; background-color: #ffffff">
                    <asp:TextBox ID="txtFixAddons" runat="server" BorderStyle="Groove" Height="100px" TextMode="MultiLine"
                        Width="100%"></asp:TextBox></td>
            </tr>
            <tr>
                <td align="center" style="width: 15%; height: 35px; background-color: aliceblue">
                    <asp:Label ID="lblMsg" runat="server"></asp:Label></td>
                <td align="center" colspan="3" style="height: 35px; background-color: #ffffff">
                    <asp:Button ID="btnOK" runat="server" Height="25px" OnClick="btnOK_Click" Text="确定"
                        Width="60px" />&nbsp;
                    <asp:Button ID="btnReturn" runat="server" Height="25px" OnClick="btnReturn_Click"
                        Text="返回" Visible="False" Width="60px" /></td>
            </tr>
        </table>
    
    </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

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