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

OA系统

开发平台:

ASP/ASPX

  1. <%@ Page Language="C#" AutoEventWireup="true" CodeFile="edit.aspx.cs" Inherits="web_data_repair_select_edit" %>
  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.     <div>
  10.         <asp:MultiView ID="MultiView3" runat="server" ActiveViewIndex="0">
  11.             <asp:View ID="View1" runat="server">
  12.                 <asp:Table ID="formtal" runat="server" GridLines="Both" Height="152px" Style="background-image: none;
  13.                     background-color: transparent" Width="586px">
  14.                     <asp:TableRow runat="server">
  15.                         <asp:TableCell runat="server" Width="2cm">维修单号</asp:TableCell>
  16.                         <asp:TableCell runat="server">
  17.                             <asp:Label ID="lbno" runat="server" ForeColor="Black" Width="4cm"></asp:Label>
  18.                         </asp:TableCell>
  19.                         <asp:TableCell runat="server" Width="2cm">申请人</asp:TableCell>
  20.                         <asp:TableCell runat="server">
  21.                             <asp:Label ID="lbperson" runat="server" BorderStyle="None" Width="4cm"></asp:Label>
  22.                         </asp:TableCell>
  23.                     </asp:TableRow>
  24.                     <asp:TableRow runat="server">
  25.                         <asp:TableCell runat="server" Width="2cm">门店</asp:TableCell>
  26.                         <asp:TableCell runat="server">
  27.                             <asp:Label ID="lbdepartment" runat="server" BorderStyle="None" ForeColor="Black"
  28.                                 Width="4cm"></asp:Label>
  29.                         </asp:TableCell>
  30.                         <asp:TableCell runat="server" Width="2cm">店内电话</asp:TableCell>
  31.                         <asp:TableCell runat="server">
  32.                             <asp:Label ID="lbtel" runat="server" BorderStyle="None" ForeColor="Black" Width="4cm"></asp:Label>
  33.                         </asp:TableCell>
  34.                     </asp:TableRow>
  35.                     <asp:TableRow runat="server">
  36.                         <asp:TableCell runat="server" Width="2cm">设备类型</asp:TableCell>
  37.                         <asp:TableCell runat="server">
  38.                             <asp:Label ID="type" runat="server" BorderStyle="None" ForeColor="Black" Width="4cm"></asp:Label>
  39.                         </asp:TableCell>
  40.                         <asp:TableCell runat="server" Width="2cm">设备名称</asp:TableCell>
  41.                         <asp:TableCell runat="server">
  42.                             <asp:Label ID="equipment" runat="server" BorderStyle="None" ForeColor="Black" Width="4cm"></asp:Label>
  43.                         </asp:TableCell>
  44.                     </asp:TableRow>
  45.                     <asp:TableRow runat="server">
  46.                         <asp:TableCell runat="server" Width="2cm">反映问题</asp:TableCell>
  47.                         <asp:TableCell runat="server" ColumnSpan="3">
  48.                             <asp:Label ID="connet" runat="server" Height="2cm" Width="10cm"></asp:Label>
  49.                         </asp:TableCell>
  50.                     </asp:TableRow>
  51.                     <asp:TableRow runat="server">
  52.                         <asp:TableCell runat="server" Width="2cm">维修厂商</asp:TableCell>
  53.                         <asp:TableCell runat="server" ColumnSpan="3">
  54.                             <asp:Label ID="company" runat="server" BorderStyle="None" ForeColor="Black" Width="4cm"></asp:Label>
  55.                         </asp:TableCell>
  56.                     </asp:TableRow>
  57.                 </asp:Table>
  58.                 &nbsp; &nbsp;<asp:GridView ID="GridView1" runat="server" Height="155px" Width="584px" AutoGenerateColumns="False" CellPadding="4" ForeColor="#333333" GridLines="None">
  59.                     <Columns>
  60.                         <asp:BoundField DataField="step" HeaderText="步骤" />
  61.                         <asp:BoundField DataField="emp_name" HeaderText="报修人" />
  62.                         <asp:BoundField DataField="check_type" HeaderText="签核类型" />
  63.                         <asp:BoundField DataField="is_check" HeaderText="是否审核" />
  64.                         <asp:BoundField DataField="is_agree" HeaderText="是否完工" />
  65.                         <asp:BoundField DataField="comment" HeaderText="处理意见" />
  66.                         <asp:BoundField DataField="check_time" HeaderText="处理时间" />
  67.                     </Columns>
  68.                     <FooterStyle BackColor="#5D7B9D" Font-Bold="True" ForeColor="White" />
  69.                     <RowStyle BackColor="#F7F6F3" ForeColor="#333333" />
  70.                     <EditRowStyle BackColor="#999999" />
  71.                     <SelectedRowStyle BackColor="#E2DED6" Font-Bold="True" ForeColor="#333333" />
  72.                     <PagerStyle BackColor="#284775" ForeColor="White" HorizontalAlign="Center" />
  73.                     <HeaderStyle BackColor="#5D7B9D" Font-Bold="True" ForeColor="White" />
  74.                     <AlternatingRowStyle BackColor="White" ForeColor="#284775" />
  75.                 </asp:GridView>
  76.                 <asp:Button ID="Button1" runat="server" OnClick="Button1_Click" Text="结案" Width="75px" /><br />
  77.             </asp:View>
  78.         </asp:MultiView>&nbsp;</div>
  79.         <asp:MultiView ID="MultiView2" runat="server">
  80.             <asp:View ID="View2" runat="server">
  81.                 <asp:Table ID="Table1" runat="server" GridLines="Both" HorizontalAlign="Left" Style="width: 680px"
  82.                     Visible="true" Width="642px">
  83.                     <asp:TableRow runat="server" HorizontalAlign="Center" VerticalAlign="Middle">
  84.                         <asp:TableCell runat="server" Width="1.5cm"></asp:TableCell>
  85.                         <asp:TableCell runat="server" HorizontalAlign="Left" Width="10cm">
  86.                             <asp:RadioButtonList ID="RbAgree" runat="server" AutoPostBack="True" BorderStyle="None"
  87.                                 OnSelectedIndexChanged="RbAgree_SelectedIndexChanged" RepeatDirection="Horizontal"
  88.                                 Style="position: relative; left: 4px; top: 0px;" Width="163px">
  89.                                 <asp:ListItem Selected="True" Value="Y">已完工</asp:ListItem>
  90.                                 <asp:ListItem Value="N">未完工</asp:ListItem>
  91.                             </asp:RadioButtonList></asp:TableCell>
  92.                     </asp:TableRow>
  93.                     <asp:TableRow runat="server" HorizontalAlign="Center" VerticalAlign="Middle">
  94.                         <asp:TableCell runat="server" Width="1.5cm">意見</asp:TableCell>
  95.                         <asp:TableCell runat="server" HorizontalAlign="Left" Width="10cm">
  96.                             <asp:TextBox ID="TxtComment" runat="server" BorderStyle="None" Rows="5" Style="position: relative;
  97.                                 left: 0px; top: 1px;" TextMode="MultiLine" Width="10cm">已完工</asp:TextBox></asp:TableCell>
  98.                     </asp:TableRow>
  99.                     <asp:TableRow runat="server" HorizontalAlign="Center" TableSection="TableFooter"
  100.                         VerticalAlign="Middle">
  101.                         <asp:TableCell runat="server" ColumnSpan="2" HorizontalAlign="Center" VerticalAlign="Middle">
  102.                             <asp:Button ID="BtnOk" runat="server" OnClick="BtnOk_Click" Style="position: relative"
  103.                                 Text="送件" /></asp:TableCell>
  104.                     </asp:TableRow>
  105.                 </asp:Table>
  106.             </asp:View>
  107.         </asp:MultiView>
  108.     </form>
  109. </body>
  110. </html>