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

📄 report.aspx

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

<%@ Register Assembly="AspNetPager" Namespace="Wuqi.Webdiyer" TagPrefix="webdiyer" %>

<!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"> 
            <table border="0" cellpadding="0" cellspacing="0" style="width: 100%; background-color: gainsboro">
                <tr>
                    <td style="width: 100%; background-color: #ffffff">
                        <asp:ScriptManager ID="ScriptManager1" runat="server">
                        </asp:ScriptManager>
                        <asp:UpdatePanel ID="UpdatePanel1" runat="server">
                            <ContentTemplate>
                                <table border="0" cellpadding="0" cellspacing="0" style="width: 100%">
                                    <tr>
                                        <td align="center" style="width: 100%; height: 1440px;" valign="top">
                                            <asp:DataList ID="DataListReport" runat="server" Width="100%" ShowFooter="False" ShowHeader="False" DataKeyField="ID" OnEditCommand="DataListReport_EditCommand">
                                                <ItemTemplate>
                                                    <table border="0" cellpadding="0" cellspacing="1" style="width: 100%; background-color: gainsboro">
                                                        <tr>
                                                            <td align="center" colspan="4" style="height: 30px; background-color: #9999cc; color: #ffffff;">
                                                                报修资料<a name="<%# Eval("ID") %>" id="<%# Eval("ID") %>"></a></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; font-weight: bold; color: #339933;">&nbsp;<%# Eval("LinkMan") %>
                                                            </td>
                                                            <td align="center" style="width: 15%; height: 30px; background-color: aliceblue">
                                                                报修时间</td>
                                                            <td align="left" style="width: 35%; height: 30px; background-color: #ffffff; color: #009933; font-weight: bold;">&nbsp;<%# Eval("ReportDate","{0:yyyy年MM月dd日HH时mm分}") %>
                                                            </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; font-weight: bold; color: #339933;">&nbsp;<%# Eval("Address") %>
                                                            </td>
                                                            <td align="center" style="width: 15%; height: 30px; background-color: aliceblue">
                                                                联系电话</td>
                                                            <td align="left" style="width: 35%; height: 30px; background-color: #ffffff; font-weight: bold; color: #009933;">&nbsp;<%# Eval("Telephone") %>
                                                            </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; font-weight: bold; color: #ff0000;">&nbsp;<%# Eval("CaseDetail") %>
                                                            </td>
                                                            <td align="center" style="width: 15%; height: 30px; background-color: aliceblue">
                                                                故障分类</td>
                                                            <td align="left" style="width: 35%; height: 30px; background-color: #ffffff; font-weight: bold; color: #ff0000;">&nbsp;<%# Eval("ClassName") %>
                                                            </td>
                                                        </tr>                                                        
                                                        <tr>
                                                            <td align="center" style="width: 15%; height: 30px; background-color: aliceblue">
                                                                附加说明</td>
                                                            <td align="left" style="height: 30px; background-color: #ffffff; color: #ff0000;" colspan="3">&nbsp;<%#Eval("AddOns") %>
                                                            </td>
                                                        </tr>
                                                        <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; color: #3366ff; font-weight: bold;">&nbsp;<%#Eval("DealState") %>
                                                            </td>
                                                            <td align="center" style="width: 15%; height: 30px; background-color: aliceblue">
                                                                反馈时间</td>
                                                            <td align="left" style="width: 35%; height: 30px; background-color: #ffffff; color: #3366ff; font-weight: bold;">&nbsp;<%#Eval("FixDate", "{0:yyyy年MM月dd日HH时mm分}")%>
                                                            </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; color: #3366ff;">&nbsp;<%#Eval("FixAddons") %>
                                                            </td>
                                                        </tr>
                                                        <tr>
                                                            <td align="center" style="height: 35px; background-color: aliceblue" colspan="4">
                                                                <asp:Button ID="btnReport" runat="server" CommandName="edit" Height="25px" Text="维修反馈"
                                                                    Width="70px" /></td>
                                                        </tr>
                                                    </table>
                                                </ItemTemplate>
                                            </asp:DataList></td>
                                    </tr>
                                    <tr>
                                        <td align="center" style="width: 100%; height: 25px">
                                            <webdiyer:AspNetPager ID="AspNetPager" runat="server" Width="98%" OnPageChanged="AspNetPager_PageChanged" HorizontalAlign="Right" PageSize="5" CustomInfoHTML="第&nbsp;&nbsp;<font color='red'><b>%CurrentPageIndex%</b></font>&nbsp;&nbsp;页&nbsp;共&nbsp;&nbsp;<font color='blue'><b>%PageCount%</b></font>&nbsp;&nbsp;页" ShowCustomInfoSection="Left">
                                            </webdiyer:AspNetPager>
                                        </td>
                                    </tr>
                                </table>
                            </ContentTemplate>
                        </asp:UpdatePanel>
                    </td>
                </tr>
            </table>
    </form>
</body>
</html>

⌨️ 快捷键说明

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