📄 report.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;"> <%# 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;"> <%# 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;"> <%# 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;"> <%# 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;"> <%# 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;"> <%# 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"> <%#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;"> <%#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;"> <%#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;"> <%#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="第 <font color='red'><b>%CurrentPageIndex%</b></font> 页 共 <font color='blue'><b>%PageCount%</b></font> 页" 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 + -