company_deallist.aspx
资源名称:web.rar [点击查看]
上传用户:xrffrp
上传日期:2022-03-25
资源大小:22155k
文件大小:1k
源码类别:
OA系统
开发平台:
ASP/ASPX
- <%@ Page Language="C#" AutoEventWireup="true" CodeFile="company_deallist.aspx.cs" Inherits="web_data_company_deallist" %>
- <!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>
- </head>
- <body>
- <form id="form1" runat="server">
- <center>
- <div>
- <asp:MultiView ID="MultiView1" runat="server" ActiveViewIndex="0">
- <asp:View ID="View1" runat="server">
-
- <asp:GridView ID="GridView1" runat="server" AutoGenerateColumns="False" Width="468px" OnRowDataBound="GridView1_RowDataBound">
- <Columns>
- <asp:BoundField DataField="id" HeaderText="编号" />
- <asp:BoundField DataField="form_id" HeaderText="维修单号" />
- <asp:BoundField DataField="department" HeaderText="门店" />
- <asp:BoundField DataField="apply_time" HeaderText="报修日期" />
- </Columns>
- <HeaderStyle BackColor="#8080FF" />
- </asp:GridView>
- </asp:View>
- </asp:MultiView></div>
- </center>
- </form>
- </body>
- </html>