company_deallist.aspx
上传用户:xrffrp
上传日期:2022-03-25
资源大小:22155k
文件大小:1k
源码类别:

OA系统

开发平台:

ASP/ASPX

  1. <%@ Page Language="C#" AutoEventWireup="true" CodeFile="company_deallist.aspx.cs" Inherits="web_data_company_deallist" %>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml" >
  4. <head runat="server">
  5.     <title>无标题页</title>
  6. </head>
  7. <body>
  8.     <form id="form1" runat="server">
  9.     <center>
  10.     <div>
  11.         <asp:MultiView ID="MultiView1" runat="server" ActiveViewIndex="0">
  12.             <asp:View ID="View1" runat="server">
  13.                 &nbsp;
  14.                 <asp:GridView ID="GridView1" runat="server" AutoGenerateColumns="False" Width="468px" OnRowDataBound="GridView1_RowDataBound">
  15.                     <Columns>
  16.                         <asp:BoundField DataField="id" HeaderText="编号" />
  17.                         <asp:BoundField DataField="form_id" HeaderText="维修单号" />
  18.                         <asp:BoundField DataField="department" HeaderText="门店" />
  19.                         <asp:BoundField DataField="apply_time" HeaderText="报修日期" />
  20.                     </Columns>
  21.                     <HeaderStyle BackColor="#8080FF" />
  22.                 </asp:GridView>
  23.             </asp:View>
  24.         </asp:MultiView></div>
  25.         </center>
  26.     </form>
  27. </body>
  28. </html>