company_deal.aspx
资源名称:web.rar [点击查看]
上传用户:xrffrp
上传日期:2022-03-25
资源大小:22155k
文件大小:6k
源码类别:
OA系统
开发平台:
ASP/ASPX
- <%@ Page Language="C#" AutoEventWireup="true" CodeFile="company_deal.aspx.cs" Inherits="web_data_company_deal" %>
- <!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">
- <div>
- <asp:MultiView ID="MultiView1" runat="server" ActiveViewIndex="0">
- <asp:View ID="View1" runat="server">
- <asp:Table ID="Table1" runat="server" Width="550px" BorderWidth="1px" GridLines="Both" Height="156px">
- <asp:TableRow runat="server" HorizontalAlign="Center" VerticalAlign="Middle">
- <asp:TableCell runat="server" Width="2cm">维修单号</asp:TableCell>
- <asp:TableCell runat="server" Width="4cm">
- <asp:Label ID="lb_no" runat="server" BorderStyle="None" Width="4cm"></asp:Label>
- </asp:TableCell>
- <asp:TableCell runat="server" Width="2cm">报修人</asp:TableCell>
- <asp:TableCell runat="server" Width="4cm">
- <asp:Label ID="lb_person" runat="server" BorderStyle="None" Width="4cm"></asp:Label>
- </asp:TableCell>
- </asp:TableRow>
- <asp:TableRow runat="server" HorizontalAlign="Center" VerticalAlign="Middle">
- <asp:TableCell runat="server" Width="2cm">门店</asp:TableCell>
- <asp:TableCell runat="server" Width="4cm">
- <asp:Label ID="lb_deparetment" runat="server" BorderStyle="None" Width="4cm"></asp:Label>
- </asp:TableCell>
- <asp:TableCell runat="server" Width="2cm">店内电话</asp:TableCell>
- <asp:TableCell runat="server" Width="4cm">
- <asp:Label ID="lb_tel" runat="server" BorderStyle="None" Width="4cm"></asp:Label>
- </asp:TableCell>
- </asp:TableRow>
- <asp:TableRow runat="server" HorizontalAlign="Center" VerticalAlign="Middle">
- <asp:TableCell runat="server" Width="2cm">设备类型</asp:TableCell>
- <asp:TableCell runat="server" Width="4cm">
- <asp:Label ID="lb_type" runat="server" BorderStyle="None" Width="4cm"></asp:Label>
- </asp:TableCell>
- <asp:TableCell runat="server" Width="2cm">设备名称</asp:TableCell>
- <asp:TableCell runat="server" Width="4cm">
- <asp:Label ID="lb_equipmet" runat="server" BorderStyle="None" Width="4cm"></asp:Label>
- </asp:TableCell>
- </asp:TableRow>
- <asp:TableRow runat="server" HorizontalAlign="Center" VerticalAlign="Middle">
- <asp:TableCell runat="server" Width="2cm">问题</asp:TableCell>
- <asp:TableCell runat="server" ColumnSpan="3">
- <asp:Label ID="lbcomment" runat="server" BorderStyle="None" Width="10cm"></asp:Label></asp:TableCell>
- </asp:TableRow>
- </asp:Table>
- </asp:View>
- </asp:MultiView></div>
- <asp:MultiView ID="MultiView2" runat="server">
- <asp:View ID="View2" runat="server">
- <asp:Table ID="Table2" runat="server" GridLines="Both" HorizontalAlign="Left" Style="width: 680px"
- Visible="true" Width="642px">
- <asp:TableRow runat="server" HorizontalAlign="Center" VerticalAlign="Middle">
- <asp:TableCell runat="server" Width="1.5cm"></asp:TableCell>
- <asp:TableCell runat="server" HorizontalAlign="Left" Width="10cm">
- <asp:RadioButtonList ID="RbAgree" runat="server" AutoPostBack="True" BorderStyle="None"
- OnSelectedIndexChanged="RbAgree_SelectedIndexChanged" RepeatDirection="Horizontal"
- Style="position: relative; left: 4px; top: 0px;" Width="163px">
- <asp:ListItem Selected="True" Value="Y">已处理</asp:ListItem>
- <asp:ListItem Value="N">未处理</asp:ListItem>
- </asp:RadioButtonList></asp:TableCell>
- </asp:TableRow>
- <asp:TableRow runat="server" HorizontalAlign="Center" VerticalAlign="Middle">
- <asp:TableCell runat="server" Width="1.5cm">意見</asp:TableCell>
- <asp:TableCell runat="server" HorizontalAlign="Left" Width="10cm">
- <asp:TextBox ID="TxtComment" runat="server" BorderStyle="None" Rows="5" Style="position: relative;
- left: 0px; top: 1px;" TextMode="MultiLine" Width="10cm">已处理</asp:TextBox></asp:TableCell>
- </asp:TableRow>
- <asp:TableRow runat="server" HorizontalAlign="Center" TableSection="TableFooter"
- VerticalAlign="Middle">
- <asp:TableCell runat="server" ColumnSpan="2" HorizontalAlign="Center" VerticalAlign="Middle">
- <asp:Button ID="BtnOk" runat="server" OnClick="BtnOk_Click" Style="position: relative"
- Text="送件" /></asp:TableCell>
- </asp:TableRow>
- </asp:Table>
- </asp:View>
- </asp:MultiView>
- </form>
- </body>
- </html>