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

OA系统

开发平台:

ASP/ASPX

  1. <%@ Page Language="C#" AutoEventWireup="true" CodeFile="deal.aspx.cs" Inherits="web_computer_detail" %>
  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.      <center>
  11.         <asp:Label ID="Label1" runat="server" Font-Bold="True" Font-Size="Medium" Style="position: relative"
  12.             Text="處理與通知"></asp:Label>&nbsp;</center>
  13.         <center>
  14.             &nbsp;</center>
  15.         <center>
  16.         <asp:Table runat="server" ID="TblFlow" Width="580px" Visible="False">
  17.             <asp:TableHeaderRow ID="TableHeaderRow1" BackColor="Menu" runat="server">
  18.                 <asp:TableHeaderCell ID="TableHeaderCell1" runat="server">寄件者</asp:TableHeaderCell>
  19.                 <asp:TableHeaderCell ID="TableHeaderCell2" runat="server">主旨</asp:TableHeaderCell>
  20.                 <asp:TableHeaderCell ID="TableHeaderCell3" runat="server">接收日期</asp:TableHeaderCell>
  21.                 <asp:TableHeaderCell ID="TableHeaderCell4" runat="server"></asp:TableHeaderCell>
  22.             </asp:TableHeaderRow>
  23.         </asp:Table>
  24.             &nbsp;&nbsp;
  25.             <asp:Panel ID="PnlApprovel" runat="server" Style="position: relative; left: 0px; top: 0px;" Visible="false" Height="375px" Width="591px">
  26.                 <table border="1">
  27.                     <tr align="left">
  28.                         <td colspan="4" style="height: 32px">
  29.                             <span class="STYLE1" style="font-weight: bold">電腦設備報修單</span></td>
  30.                     </tr>
  31.                     <tr align="left">
  32.                         <td style="width: 85px; height: 28px">
  33.                             <span class="STYLE1">申請單號</span></td>
  34.                         <td style="width: 140px; height: 28px;">
  35.                             <span class="STYLE1">
  36.                                 <asp:TextBox ID="form_no" runat="server" Enabled="false"></asp:TextBox></span></td>
  37.                         <td style="width: 94px; height: 28px;">
  38.                             <span class="STYLE1">申請人工號</span></td>
  39.                         <td style="width: 229px; height: 28px;">
  40.                             <span class="STYLE1">
  41.                                 <asp:TextBox ID="emp_no" runat="server" Enabled="false"></asp:TextBox></span></td>
  42.                     </tr>
  43.                     <tr align="left">
  44.                         <td style="width: 85px; height: 28px">
  45.                             <span class="STYLE1">申請人姓名</span></td>
  46.                         <td style="width: 140px; height: 28px;">
  47.                             <span class="STYLE1">
  48.                                 <asp:TextBox ID="emp_name" runat="server" Enabled="false"></asp:TextBox></span></td>
  49.                         <td style="width: 94px; height: 28px;">
  50.                             <span class="STYLE1">申請日期</span></td>
  51.                         <td style="width: 229px; height: 28px;">
  52.                             <span class="STYLE1">
  53.                                 <asp:TextBox ID="date1" runat="server" Enabled="false"></asp:TextBox></span></td>
  54.                     </tr>
  55.                     <tr align="left">
  56.                         <td style="width: 85px">
  57.                             <span class="STYLE1">申請人部門</span></td>
  58.                         <td style="width: 140px">
  59.                             <span class="STYLE1">
  60.                                 <asp:TextBox ID="emp_dept" runat="server" Enabled="false"></asp:TextBox></span></td>
  61.                         <td style="width: 94px">
  62.                             <span class="STYLE1">申請人職稱</span></td>
  63.                         <td style="width: 229px">
  64.                             <span class="STYLE1">
  65.                                 <asp:TextBox ID="emp_position" runat="server" Enabled="false"></asp:TextBox></span></td>
  66.                     </tr>
  67.                     <tr align="left">
  68.                            <td style="width: 85px" >
  69.                                 <span >聯繫電話</span></td>
  70.                             <td  >
  71.                                 <span>
  72.                                     <asp:TextBox ID="f_item" runat="server" Width="145px" Enabled="false" OnTextChanged="f_item_TextChanged"></asp:TextBox></span></td>
  73.                         <td style="width: 94px; height: 7px">
  74.                             <span class="STYLE1">截止時間</span></td>
  75.                         <td style="width: 229px; height: 7px">
  76.                             <span class="STYLE1">
  77.                                 <asp:TextBox ID="Enddate" runat="server" Enabled="false"></asp:TextBox>
  78.                                 <asp:ImageButton ID="ImageButton1" runat="server" Enabled="false" ImageUrl="~/images/calbtn.gif" /><br />
  79.                                 &nbsp;</span></td>
  80.                     </tr>
  81.                     <tr align="left">
  82.                         <td style="width: 85px">
  83.                             <span class="STYLE1">說明</span></td>
  84.                         <td colspan="3">
  85.                             <span class="STYLE1">
  86.                                 <asp:TextBox ID="content" runat="server" Enabled="false" Height="87px" Width="469px"></asp:TextBox></span></td>
  87.                     </tr>
  88.                     <tr>
  89.                         <td colspan="4" style="height: 28px">
  90.                             &nbsp;<asp:Button ID="btn_ok" runat="server" Enabled="false" Text="提交" OnClick="btn_ok_Click" />
  91.                             <asp:Button ID="btn_save" runat="server" Enabled="false" Text="存儲" /></td>
  92.                     </tr>
  93.                 </table>
  94.                 &nbsp;</asp:Panel>
  95.             <asp:HiddenField ID="flg" runat="server" />
  96.         </center>
  97.         <center>
  98.             &nbsp;
  99.             <br />
  100.             <asp:Panel ID="PnlDeal" runat="server" Style="position: relative" Visible="false">
  101.                 <table style="position: relative; left: 0px; top: 0px;" width="580" border="1">
  102.                     <tr>
  103.                         <td style="width: 56px" align="center">
  104.                         </td>
  105.                         <td align="left"><asp:RadioButtonList ID="RbAgree" runat="server" AutoPostBack="True" RepeatDirection="Horizontal"
  106.                             Style="position: relative" Width="163px" OnSelectedIndexChanged="RbAgree_SelectedIndexChanged" BorderStyle="None">
  107.                             <asp:ListItem Selected="True" Value="Y">同意</asp:ListItem>
  108.                             <asp:ListItem Value="N">不同意</asp:ListItem>
  109.                         </asp:RadioButtonList></td>
  110.                     </tr>
  111.                     <tr>
  112.                         <td style="width: 56px" align="center">意見:
  113.                         </td>
  114.                         <td align="left">
  115.                             <asp:TextBox ID="TxtComment" runat="server" Rows="5" Style="position: relative" TextMode="MultiLine"
  116.                                 Width="500px" BorderStyle="None">已同意</asp:TextBox></td>
  117.                     </tr>
  118.                     <tr>
  119.                         <td colspan="2" align="center">
  120.                             <asp:Button ID="BtnOk" runat="server" OnClick="BtnOk_Click" Style="position: relative"
  121.                                 Text="送件" /></td>
  122.                     </tr>
  123.                 </table>
  124.             </asp:Panel>
  125.         </center>
  126.     
  127.     </div>
  128.     </form>
  129. </body>
  130. </html>