📄 fixrepair.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="fixrepair.aspx.cs" Inherits="admin_fixrepair" %>
<!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 id="Head1" runat="server">
<title>新闻管理</title>
<LINK href="image/style.css" type=text/css rel=stylesheet>
</head>
<body>
<form id="form1" runat="server">
<TABLE cellSpacing=0 cellPadding=0 bgColor=#c4d8ed border=0>
<TBODY>
<TR>
<TD style="height: 13px"><IMG alt="" src="image/r_1.gif"></TD>
<TD background=image/r_0.gif style="height: 13px"></TD>
<TD style="height: 13px"><IMG alt="" src="image/r_2.gif"></TD></TR>
<TR>
<TD style="height: 39px"></TD>
<TD style="width: 766px; height: 39px;"><table align="center" border="1" cellpadding="4" cellspacing="1" class="toptable grid">
<tbody>
<tr>
<td align="left" class="category" colspan="2" style="width: 763px; height: 15px">
设备维修记录管理</td>
</tr>
<tr>
<td colspan="2" style="width: 763px; height: 12px">
<asp:CheckBox ID="CheckBox1" runat="server" Text="设备名称" />
<asp:TextBox ID="TextBox1" runat="server" Width="100px"></asp:TextBox>
<asp:CheckBox ID="CheckBox2" runat="server" Text="主要负责人" />
<asp:TextBox ID="TextBox2" runat="server" Width="100px"></asp:TextBox>
<asp:CheckBox ID="CheckBox5" runat="server" Text="是否付款" />
<asp:DropDownList ID="DropDownList1" runat="server" Width="82px">
<asp:ListItem Value="1">已付款</asp:ListItem>
<asp:ListItem Value="0">未付款</asp:ListItem>
</asp:DropDownList></td>
</tr>
<tr>
<td colspan="2" style="width: 763px; height: 12px">
<asp:CheckBox ID="CheckBox3" runat="server" Text="维修单位" /><asp:TextBox ID="TextBox3"
runat="server" Width="100px"></asp:TextBox><asp:CheckBox ID="CheckBox4" runat="server"
Text="维修费用" /><asp:TextBox ID="TextBox4" runat="server" Width="100px"></asp:TextBox>
<asp:CompareValidator ID="CompareValidator1" runat="server" ControlToValidate="TextBox4"
ErrorMessage="*" Operator="DataTypeCheck" Type="Integer"></asp:CompareValidator>
<asp:CheckBox
ID="CheckBox6" runat="server" Text="精确查找" /><asp:Button ID="Button1" runat="server"
OnClick="Button1_Click" Text="查询" /><asp:Button ID="Button2" runat="server" OnClick="Button2_Click"
Text="显示全部设施" Width="96px" /></td>
</tr>
<tr>
<td colspan="2" style="width: 763px; height: 12px;" valign="top">
<strong><span style="color: #003373; background-color: #ffffff">
<asp:GridView ID="GridView1" runat="server" AllowPaging="True" AllowSorting="True"
AutoGenerateColumns="False" BackColor="White" BorderColor="#3366CC" BorderStyle="None" DataKeyNames="ID"
BorderWidth="1px" CellPadding="4" Width="756px" OnPageIndexChanging="GridView1_PageIndexChanging" OnRowDataBound="GridView1_RowDataBound" OnRowEditing="GridView1_RowEditing" OnRowDeleting="GridView1_RowDeleting" OnSelectedIndexChanging="GridView_SelectedIndexChanging" Height="100%">
<FooterStyle BackColor="#99CCCC" ForeColor="#003399" />
<Columns>
<asp:ButtonField DataTextField="fixID" HeaderText="设备编号">
<ItemStyle ForeColor="Blue" />
</asp:ButtonField>
<asp:BoundField DataField="name" HeaderText="设备名称" />
<asp:BoundField DataField="repairDate" DataFormatString="{0:D}" HeaderText="维修日期" />
<asp:BoundField DataField="mainHead" HeaderText="主要负责人" />
<asp:BoundField DataField="repairSum" HeaderText="维修费用" />
<asp:BoundField DataField="sign" HeaderText="是否付款" />
<asp:BoundField DataField="repairUnit" HeaderText=" 维修单位" />
<asp:HyperLinkField HeaderText="详细|编辑" Text="详细|编辑" DataNavigateUrlFields="ID" DataNavigateUrlFormatString="editfixrepair.aspx?ID={0}" />
<asp:CommandField ButtonType="Button" HeaderText="付款" SelectText="付款" ShowSelectButton="True" />
<asp:CommandField HeaderText="删除" ShowDeleteButton="True" />
</Columns>
<RowStyle BackColor="White" ForeColor="#003399" />
<SelectedRowStyle BackColor="#009999" Font-Bold="True" ForeColor="#CCFF99" />
<PagerStyle BackColor="#99CCCC" ForeColor="#003399" HorizontalAlign="Left" />
<HeaderStyle BackColor="#003399" Font-Bold="True" ForeColor="#CCCCFF" />
</asp:GridView>
</span></strong>
</td>
</tr>
</tbody>
</table>
</TD>
<TD style="height: 39px"></TD></TR>
<TR>
<TD><IMG alt="" src="image/r_4.gif"></TD>
<TD style="width: 766px"></TD>
<TD><IMG alt=""
src="image/r_3.gif"></TD></TR></TBODY></TABLE>
</form>
</BODY>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -