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

OA系统

开发平台:

ASP/ASPX

  1. <%@ Page Language="C#" AutoEventWireup="true" CodeFile="deal.aspx.cs" Inherits="web_data_repair_deal" %>
  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. <center>
  9.     <form id="form1" runat="server">
  10.     <div>
  11.         <asp:MultiView ID="MultiView1" runat="server" ActiveViewIndex="0" EnableTheming="True" Visible="true">
  12.             <asp:View ID="View1" runat="server">
  13.             <div id="div">
  14.                 <asp:Table ID="FormTable" runat="server" GridLines="Both" Height="152px" Width="494px">
  15.                     <asp:TableRow runat="server">
  16.                         <asp:TableCell runat="server" Width="2cm">维修单号</asp:TableCell>
  17.                         <asp:TableCell runat="server">
  18.                             <asp:Label ID="lb_no" runat="server" ForeColor="Black" Width="4cm"></asp:Label>
  19.                         </asp:TableCell>
  20.                         <asp:TableCell runat="server" Width="2cm">申请人</asp:TableCell>
  21.                         <asp:TableCell runat="server">
  22.                             <asp:Label ID="lb_person" runat="server" BorderStyle="None" Width="4cm"></asp:Label>
  23.                         </asp:TableCell>
  24.                     </asp:TableRow>
  25.                     <asp:TableRow runat="server">
  26.                         <asp:TableCell runat="server" Width="2cm">门店</asp:TableCell>
  27.                         <asp:TableCell runat="server">
  28.                             <asp:Label ID="lb_department" runat="server" BorderStyle="None" ForeColor="Black"
  29.                                 Width="4cm"></asp:Label>
  30.                         </asp:TableCell>
  31.                         <asp:TableCell runat="server" Width="2cm">店内电话</asp:TableCell>
  32.                         <asp:TableCell runat="server">
  33.                             <asp:Label ID="lb_tel" runat="server" BorderStyle="None" ForeColor="Black" Width="4cm"></asp:Label>
  34.                         </asp:TableCell>
  35.                     </asp:TableRow>
  36.                     <asp:TableRow runat="server">
  37.                         <asp:TableCell runat="server" Width="2cm">设备类型</asp:TableCell>
  38.                         <asp:TableCell runat="server">
  39.                             <asp:Label ID="lb_type" runat="server" BorderStyle="None" ForeColor="Black" Width="4cm"></asp:Label>
  40.                         </asp:TableCell>
  41.                         <asp:TableCell runat="server" Width="2cm">设备名称</asp:TableCell>
  42.                         <asp:TableCell runat="server">
  43.                         <asp:Label ID="lb_equipment" runat="server" BorderStyle="None" ForeColor="Black" Width="4cm"></asp:Label>
  44.                         </asp:TableCell>
  45.                     </asp:TableRow>
  46.                     <asp:TableRow runat="server">
  47.                         <asp:TableCell runat="server" Width="2cm">反映问题</asp:TableCell>
  48.                         <asp:TableCell runat="server" ColumnSpan="3">
  49.                             <asp:Label ID="comment" runat="server" Width="10cm"></asp:Label>
  50.                         </asp:TableCell>
  51.                     </asp:TableRow>
  52.                 </asp:Table>
  53.                 </div>
  54.                 </asp:View>
  55.         </asp:MultiView>
  56.         <asp:MultiView ID="MultiView2" runat="server" ActiveViewIndex="0">
  57.             <asp:View ID="View4" runat="server">
  58.                 <asp:Table ID="FlowTable" runat="server" GridLines="Both" Style="width: 680px" Visible="true"
  59.                     Width="636px">
  60.                     <asp:TableRow runat="server">
  61.                         <asp:TableCell runat="server">步驟</asp:TableCell>
  62.                         <asp:TableCell runat="server">辦理人</asp:TableCell>
  63.                         <asp:TableCell runat="server">簽核類別</asp:TableCell>
  64.                         <asp:TableCell runat="server">處理狀態</asp:TableCell>
  65.                         <asp:TableCell runat="server">是否同意</asp:TableCell>
  66.                         <asp:TableCell runat="server">處理意見</asp:TableCell>
  67.                         <asp:TableCell runat="server">辦理日期</asp:TableCell>
  68.                     </asp:TableRow>
  69.                 </asp:Table>
  70.             </asp:View>
  71.         </asp:MultiView>
  72.         &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
  73.         <asp:MultiView ID="MultiView3" runat="server" ActiveViewIndex="0">
  74.             <asp:View ID="View5" runat="server">
  75.                 <asp:Table ID="Table1" runat="server" GridLines="Both" HorizontalAlign="Left" Style="width: 680px"
  76.                     Visible="true" Width="642px">
  77.                     <asp:TableRow runat="server" HorizontalAlign="Center" VerticalAlign="Middle">
  78.                         <asp:TableCell runat="server" Width="1.5cm"></asp:TableCell>
  79.                         <asp:TableCell runat="server" HorizontalAlign="Left" Width="10cm">
  80.                             <asp:RadioButtonList ID="RbAgree" runat="server" AutoPostBack="True" BorderStyle="None"
  81.                                 OnSelectedIndexChanged="RbAgree_SelectedIndexChanged" RepeatDirection="Horizontal"
  82.                                 Style="position: relative; left: 4px; top: 0px;" Width="163px">
  83.                                 <asp:ListItem Selected="True" Value="Y">已通知</asp:ListItem>
  84.                                 <asp:ListItem Value="N">未通知</asp:ListItem>
  85.                             </asp:RadioButtonList></asp:TableCell>
  86.                     </asp:TableRow>
  87.                     <asp:TableRow runat="server" HorizontalAlign="Center" VerticalAlign="Middle">
  88.                         <asp:TableCell runat="server" Width="1.5cm">意見</asp:TableCell>
  89.                         <asp:TableCell runat="server" HorizontalAlign="Left" Width="10cm">
  90.                             <asp:TextBox ID="TxtComment" runat="server" BorderStyle="None" Rows="5" Style="position: relative;
  91.                                 left: 0px; top: 1px;" TextMode="MultiLine" Width="10cm">已通知</asp:TextBox></asp:TableCell>
  92.                     </asp:TableRow>
  93.                     <asp:TableRow runat="server" HorizontalAlign="Center" TableSection="TableFooter"
  94.                         VerticalAlign="Middle">
  95.                         <asp:TableCell runat="server" ColumnSpan="2" HorizontalAlign="Center" VerticalAlign="Middle">
  96.                             <asp:Button ID="BtnOk" runat="server" OnClick="BtnOk_Click" Style="position: relative"
  97.                                 Text="送件" /></asp:TableCell>
  98.                     </asp:TableRow>
  99.                 </asp:Table>
  100.             </asp:View>
  101.         </asp:MultiView>
  102.     
  103.     </div>
  104.     </form>
  105.     </center>
  106. </body>
  107. </html>