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

OA系统

开发平台:

ASP/ASPX

  1. <%@ Page Language="C#" AutoEventWireup="true" CodeFile="finish_list.aspx.cs" Inherits="web_approvel_ch_finish_list" %>
  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.     <link href="../../../css/style.css" rel="stylesheet" type="text/css" />
  7. </head>
  8. <body>
  9.     <form id="form1" runat="server">
  10.     <div>
  11.         <div>
  12.             <center>
  13.                 <asp:Label ID="LblTitle" runat="server" Font-Bold="True" Font-Size="Medium" Style="position: relative"
  14.                     Text="已簽核表單"></asp:Label>&nbsp;</center>
  15.             <center>
  16.                 &nbsp;</center>
  17.             <center>
  18.             <asp:Table runat="server" ID="TblFlow" Width="580px" Visible="false">
  19.                 <asp:TableHeaderRow BackColor="menu">
  20.                     <asp:TableHeaderCell>寄件者</asp:TableHeaderCell>
  21.                     <asp:TableHeaderCell>主旨</asp:TableHeaderCell>
  22.                     <asp:TableHeaderCell>接收日期</asp:TableHeaderCell>
  23.                     <asp:TableHeaderCell>狀態</asp:TableHeaderCell>
  24.                     <asp:TableHeaderCell></asp:TableHeaderCell>
  25.                 </asp:TableHeaderRow>
  26.             </asp:Table>
  27.                 &nbsp; &nbsp;</center>
  28.             <center>
  29.                 <asp:HiddenField ID="FormId" runat="server" />
  30.             </center>
  31.             <center>
  32.                 &nbsp;<asp:Panel ID="PnlApprovel" runat="server" Style="position: relative" Visible="False">
  33.                     <asp:Table ID="TblForm" runat="server" Style="position: relative" Width="580px">
  34.                         <asp:TableHeaderRow ID="TableHeaderRow1" runat="server">
  35.                             <asp:TableHeaderCell ID="TableHeaderCell1" runat="server" BackColor="Menu" ColumnSpan="4"
  36.                                 Height="20px" HorizontalAlign="Left">流通事業群中幹出差單</asp:TableHeaderCell>
  37.                         </asp:TableHeaderRow>
  38.                         <asp:TableRow runat="server">
  39.                             <asp:TableCell runat="server" BorderWidth="1px">
  40.                                 <asp:Label ID="Label1" runat="server" Text="申請單號"></asp:Label></asp:TableCell>
  41.                             <asp:TableCell runat="server" BorderWidth="1px" HorizontalAlign="Left">
  42.                                 <asp:TextBox ID="TxtFormId" runat="server" Enabled="false"></asp:TextBox></asp:TableCell>
  43.                             <asp:TableCell runat="server" BorderWidth="1px">
  44.                                 <asp:Label ID="Label9" runat="server" Style="position: relative" Text="差假別"></asp:Label></asp:TableCell>
  45.                             <asp:TableCell runat="server" BorderWidth="1px" HorizontalAlign="Left">
  46.                                 <asp:TextBox ID="TxtOffType" runat="server" Enabled="false" ReadOnly="true" Style="position: relative"
  47.                                     Text="出差"></asp:TextBox></asp:TableCell>
  48.                         </asp:TableRow>
  49.                         <asp:TableRow runat="server">
  50.                             <asp:TableCell runat="server" BorderWidth="1px">
  51.                                 <asp:Label ID="Label2" runat="server" Style="position: relative" Text="申請人工號"></asp:Label></asp:TableCell>
  52.                             <asp:TableCell runat="server" BorderWidth="1px" HorizontalAlign="Left">
  53.                                 <asp:TextBox ID="TxtEmpNo" runat="server" Enabled="false" Style="position: relative"></asp:TextBox></asp:TableCell>
  54.                             <asp:TableCell runat="server" BorderWidth="1px" HorizontalAlign="Center">
  55.                                 <asp:Label ID="Label10" runat="server" Style="position: relative" Text="出差日期起"></asp:Label></asp:TableCell>
  56.                             <asp:TableCell runat="server" BorderWidth="1px" HorizontalAlign="Left">
  57.                                 <asp:TextBox ID="TxtBeginTime" runat="server" Enabled="false" Style="position: relative"></asp:TextBox>
  58.                             </asp:TableCell>
  59.                         </asp:TableRow>
  60.                         <asp:TableRow runat="server">
  61.                             <asp:TableCell runat="server" BorderWidth="1px">
  62.                                 <asp:Label ID="Label3" runat="server" Style="position: relative" Text="申請人姓名"></asp:Label></asp:TableCell>
  63.                             <asp:TableCell runat="server" BorderWidth="1px" HorizontalAlign="Left">
  64.                                 <asp:TextBox ID="TxtEmpName" runat="server" Enabled="false" Style="position: relative"></asp:TextBox></asp:TableCell>
  65.                             <asp:TableCell runat="server" BorderWidth="1px">
  66.                                 <asp:Label ID="Label11" runat="server" Style="position: relative" Text="出差日期止"></asp:Label></asp:TableCell>
  67.                             <asp:TableCell runat="server" BorderWidth="1px" HorizontalAlign="Left">
  68.                                 <asp:TextBox ID="TxtEndTime" runat="server" Enabled="false" Style="position: relative"></asp:TextBox></asp:TableCell>
  69.                         </asp:TableRow>
  70.                         <asp:TableRow runat="server">
  71.                             <asp:TableCell runat="server" BorderWidth="1px">
  72.                                 <asp:Label ID="Label4" runat="server" Style="position: relative" Text="申請日期"></asp:Label></asp:TableCell>
  73.                             <asp:TableCell runat="server" BorderWidth="1px" HorizontalAlign="Left">
  74.                                 <asp:TextBox ID="TxtApplyDate" runat="server" Enabled="false" Style="position: relative"></asp:TextBox></asp:TableCell>
  75.                             <asp:TableCell runat="server" BorderWidth="1px">
  76.                                 <asp:Label ID="Label12" runat="server" Style="position: relative" Text="去程出發地"></asp:Label></asp:TableCell>
  77.                             <asp:TableCell runat="server" BorderWidth="1px" HorizontalAlign="Left">
  78.                                 <asp:TextBox ID="TxtDepartPlace" runat="server" Enabled="false"></asp:TextBox>
  79.                             </asp:TableCell>
  80.                         </asp:TableRow>
  81.                         <asp:TableRow runat="server">
  82.                             <asp:TableCell runat="server" BorderWidth="1px">
  83.                                 <asp:Label ID="Label5" runat="server" Style="position: relative" Text="申請人部門"></asp:Label></asp:TableCell>
  84.                             <asp:TableCell runat="server" BorderWidth="1px" HorizontalAlign="Left">
  85.                                 <asp:TextBox ID="TxtDepartment" runat="server" Enabled="false" Style="position: relative"></asp:TextBox></asp:TableCell>
  86.                             <asp:TableCell runat="server" BorderWidth="1px">
  87.                                 <asp:Label ID="Label13" runat="server" Style="position: relative" Text="回程終地點"></asp:Label></asp:TableCell>
  88.                             <asp:TableCell runat="server" BorderWidth="1px" HorizontalAlign="Left">
  89.                                 <asp:TextBox ID="TxtArrivePlace" runat="server" Enabled="false"></asp:TextBox>
  90.                             </asp:TableCell>
  91.                         </asp:TableRow>
  92.                         <asp:TableRow runat="server">
  93.                             <asp:TableCell runat="server" BorderWidth="1px">
  94.                                 <asp:Label ID="Label6" runat="server" Style="position: relative" Text="申請人職稱"></asp:Label></asp:TableCell>
  95.                             <asp:TableCell runat="server" BorderWidth="1px" HorizontalAlign="Left">
  96.                                 <asp:TextBox ID="TxtPosition" runat="server" Enabled="false" Style="position: relative"></asp:TextBox></asp:TableCell>
  97.                             <asp:TableCell runat="server" BorderWidth="1px">
  98.                                 <asp:Label ID="Label14" runat="server" Style="position: relative" Text="(去程)起飛時間"></asp:Label></asp:TableCell>
  99.                             <asp:TableCell runat="server" BorderWidth="1px" HorizontalAlign="Left">
  100.                                 <asp:TextBox ID="TxtDepartTime" runat="server" Enabled="false" Style="position: relative"></asp:TextBox>
  101.                             </asp:TableCell>
  102.                         </asp:TableRow>
  103.                         <asp:TableRow runat="server">
  104.                             <asp:TableCell runat="server" BorderWidth="1px">
  105.                                 <asp:Label ID="Label7" runat="server" Style="position: relative" Text="出差天數"></asp:Label></asp:TableCell>
  106.                             <asp:TableCell runat="server" BorderWidth="1px" HorizontalAlign="Left">
  107.                                 <asp:TextBox ID="TxtDays" runat="server" Enabled="false" Style="position: relative"></asp:TextBox>日</asp:TableCell>
  108.                             <asp:TableCell runat="server" BorderWidth="1px">
  109.                                 <asp:Label ID="Label8" runat="server" Style="position: relative;" Text="(回程)起飛時間"></asp:Label></asp:TableCell>
  110.                             <asp:TableCell runat="server" BorderWidth="1px" HorizontalAlign="Left">
  111.                                 <asp:TextBox ID="TxtArriveTime" runat="server" Enabled="false" Style="position: relative"></asp:TextBox>
  112.                             </asp:TableCell>
  113.                         </asp:TableRow>
  114.                     </asp:Table>
  115.                     <br />
  116.                     <asp:Table ID="TblDetail" runat="server" Style="position: relative" Width="1000px">
  117.                         <asp:TableHeaderRow BackColor="Menu">
  118.                             <asp:TableHeaderCell>序號</asp:TableHeaderCell>
  119.                             <asp:TableHeaderCell>客戶公司名稱</asp:TableHeaderCell>
  120.                             <asp:TableHeaderCell>會議主題/出差原因</asp:TableHeaderCell>
  121.                             <asp:TableHeaderCell>客戶聯絡人</asp:TableHeaderCell>
  122.                             <asp:TableHeaderCell>聯絡電話</asp:TableHeaderCell>
  123.                             <asp:TableHeaderCell>國家/城市</asp:TableHeaderCell>
  124.                             <asp:TableHeaderCell>簽證日期起</asp:TableHeaderCell>
  125.                             <asp:TableHeaderCell>簽證日期止</asp:TableHeaderCell>
  126.                             <asp:TableHeaderCell>(往)班機起飛時間</asp:TableHeaderCell>
  127.                             <asp:TableHeaderCell>(返)班機起飛時間</asp:TableHeaderCell>
  128.                             <asp:TableHeaderCell>國外</asp:TableHeaderCell>
  129.                             <asp:TableHeaderCell ID="TableHeaderCell2" runat="server">備註</asp:TableHeaderCell>
  130.                         </asp:TableHeaderRow>
  131.                     </asp:Table>
  132.                 </asp:Panel>
  133.                 <asp:Panel ID="PnlOff" runat="server" Visible="False">
  134.                     <asp:Table ID="Table1" runat="server" Style="position: relative" Width="580px">
  135.                         <asp:TableHeaderRow ID="TableHeaderRow2" runat="server">
  136.                             <asp:TableHeaderCell ID="TableHeaderCell3" runat="server" BackColor="Menu" ColumnSpan="4"
  137.                                 Height="20px" HorizontalAlign="Left">流通事業群中幹請假單</asp:TableHeaderCell>
  138.                         </asp:TableHeaderRow>
  139.                         <asp:TableRow ID="TableRow1" runat="server">
  140.                             <asp:TableCell ID="TableCell1" runat="server" BorderWidth="1px">
  141.                                 <asp:Label ID="Label111" runat="server" Text="申請單號"></asp:Label></asp:TableCell>
  142.                             <asp:TableCell ID="TableCell2" runat="server" BorderWidth="1px" HorizontalAlign="Left">
  143.                                 <asp:TextBox ID="TxtOffFormId" runat="server" Enabled="False"></asp:TextBox></asp:TableCell>
  144.                             <asp:TableCell ID="TableCell3" runat="server" BorderWidth="1px">
  145.                                 <asp:Label ID="Label122" runat="server" Text="假別"></asp:Label></asp:TableCell>
  146.                             <asp:TableCell ID="TableCell4" runat="server" BorderWidth="1px" HorizontalAlign="Left">
  147.                                 <asp:TextBox ID="TxtOffType2" runat="server" Enabled="false"></asp:TextBox>
  148.                             </asp:TableCell>
  149.                         </asp:TableRow>
  150.                         <asp:TableRow ID="TableRow2" runat="server">
  151.                             <asp:TableCell ID="TableCell5" runat="server" BorderWidth="1px">
  152.                                 <asp:Label ID="Label114" runat="server" Style="position: relative" Text="申請人"></asp:Label></asp:TableCell>
  153.                             <asp:TableCell ID="TableCell6" runat="server" BorderWidth="1px" HorizontalAlign="Left">
  154.                                 <asp:TextBox ID="TxtOffEmpName" runat="server" Enabled="False" Style="position: relative"></asp:TextBox></asp:TableCell>
  155.                             <asp:TableCell ID="TableCell7" runat="server" BorderWidth="1px">
  156.                                 <asp:Label ID="Labe1l3" runat="server" Style="position: relative" Text="開始時間"></asp:Label></asp:TableCell>
  157.                             <asp:TableCell ID="TableCell8" runat="server" BorderWidth="1px" HorizontalAlign="Left">
  158.                                 <asp:TextBox ID="TxtOffBeginTime" runat="server" Enabled="false" Style="position: relative"></asp:TextBox>
  159.                             </asp:TableCell>
  160.                         </asp:TableRow>
  161.                         <asp:TableRow ID="TableRow3" runat="server">
  162.                             <asp:TableCell ID="TableCell9" runat="server" BorderWidth="1px">
  163.                                 <asp:Label ID="Label133" runat="server" Style="position: relative" Text="申請日期"></asp:Label></asp:TableCell>
  164.                             <asp:TableCell ID="TableCell10" runat="server" BorderWidth="1px" HorizontalAlign="Left">
  165.                                 <asp:TextBox ID="TxtOffApplyDate" runat="server" Enabled="False" Style="position: relative"></asp:TextBox></asp:TableCell>
  166.                             <asp:TableCell ID="TableCell11" runat="server" BorderWidth="1px">
  167.                                 <asp:Label ID="Labe3l4" runat="server" Style="position: relative" Text="結束時間"></asp:Label></asp:TableCell>
  168.                             <asp:TableCell ID="TableCell12" runat="server" BorderWidth="1px" HorizontalAlign="Left">
  169.                                 <asp:TextBox ID="TxtOffEndTime" runat="server" Enabled="false" Style="position: relative"></asp:TextBox>
  170.                             </asp:TableCell>
  171.                         </asp:TableRow>
  172.                         <asp:TableRow ID="TableRow4" runat="server">
  173.                             <asp:TableCell ID="TableCell13" runat="server" BorderWidth="1px">
  174.                                 <asp:Label ID="Label112" runat="server" Style="position: relative" Text="申請人部門"></asp:Label></asp:TableCell>
  175.                             <asp:TableCell ID="TableCell14" runat="server" BorderWidth="1px" HorizontalAlign="Left">
  176.                                 <asp:TextBox ID="TxtOffDepartment" runat="server" Enabled="False" Style="position: relative"></asp:TextBox></asp:TableCell>
  177.                             <asp:TableCell ID="TableCell15" runat="server" BorderWidth="1px">
  178.                                 <asp:Label ID="Label15" runat="server" Style="position: relative" Text="休假時數"></asp:Label></asp:TableCell>
  179.                             <asp:TableCell ID="TableCell16" runat="server" BorderWidth="1px" HorizontalAlign="Left">
  180.                                 <asp:TextBox ID="TxtHours" runat="server" Enabled="False" Style="position: relative"></asp:TextBox>小時</asp:TableCell>
  181.                         </asp:TableRow>
  182.                         <asp:TableRow ID="TableRow5" runat="server">
  183.                             <asp:TableCell ID="TableCell17" runat="server" BorderWidth="1px">
  184.                                 <asp:Label ID="Label121" runat="server" Style="position: relative" Text="職務代理人"></asp:Label></asp:TableCell>
  185.                             <asp:TableCell ID="TableCell18" runat="server" BorderWidth="1px" HorizontalAlign="Left">
  186.                                 <asp:TextBox ID="TxtDelegate" runat="server" Enabled="False"></asp:TextBox>
  187.                             </asp:TableCell>
  188.                             <asp:TableCell ID="TableCell19" runat="server" BorderWidth="1px">&nbsp;</asp:TableCell>
  189.                             <asp:TableCell ID="TableCell20" runat="server" BorderWidth="1px">&nbsp;</asp:TableCell>
  190.                         </asp:TableRow>
  191.                         <asp:TableRow ID="TableRow6" runat="server">
  192.                             <asp:TableCell ID="TableCell21" runat="server" BorderWidth="1px">
  193.                                 <asp:Label ID="Label110" runat="server" Style="position: relative" Text="申請人職稱"></asp:Label></asp:TableCell>
  194.                             <asp:TableCell ID="TableCell22" runat="server" BorderWidth="1px" HorizontalAlign="Left">
  195.                                 <asp:TextBox ID="TxtOffPosition" runat="server" Enabled="False" Style="position: relative"></asp:TextBox></asp:TableCell>
  196.                             <asp:TableCell ID="TableCell23" runat="server" BorderWidth="1px">&nbsp;</asp:TableCell>
  197.                             <asp:TableCell ID="TableCell24" runat="server" BorderWidth="1px">&nbsp;</asp:TableCell>
  198.                         </asp:TableRow>
  199.                         <asp:TableRow ID="TableRow7" runat="server">
  200.                             <asp:TableCell ID="TableCell25" runat="server" BorderWidth="1px">
  201.                                 <asp:Label ID="Label118" runat="server" Style="position: relative" Text="附帶公務"></asp:Label></asp:TableCell>
  202.                             <asp:TableCell ID="TableCell26" runat="server" BorderWidth="1px" ColumnSpan="3" HorizontalAlign="Left">
  203.                                 <asp:TextBox ID="TxtParenthesis" runat="server" Enabled="False" Rows="3" Style="position: relative"
  204.                                     TextMode="MultiLine" Width="450px"></asp:TextBox></asp:TableCell>
  205.                         </asp:TableRow>
  206.                         <asp:TableRow ID="TableRow8" runat="server">
  207.                             <asp:TableCell ID="TableCell27" runat="server" BorderWidth="1px">
  208.                                 <asp:Label ID="Label29" runat="server" Style="position: relative" Text="事由"></asp:Label></asp:TableCell>
  209.                             <asp:TableCell ID="TableCell28" runat="server" BorderWidth="1px" ColumnSpan="3" HorizontalAlign="Left">
  210.                                 <asp:TextBox ID="TxtReason" runat="server" Enabled="False" Rows="3" Style="position: relative"
  211.                                     TextMode="MultiLine" Width="450px"></asp:TextBox></asp:TableCell>
  212.                         </asp:TableRow>
  213.                     </asp:Table>
  214.                 
  215.                 </asp:Panel>
  216.             </center>
  217.             <center>
  218.                 <asp:Panel ID="PnlFlow" runat="server" Style="left: 0px; position: relative; top: 0px"
  219.                     Visible="False" Width="580px">
  220.                     &nbsp;
  221.                     <br />
  222.                 </asp:Panel>
  223.             </center>
  224.             <center>
  225.                 &nbsp;</center>
  226.             <center>
  227.                 <asp:Panel ID="PnlDeal" runat="server" Style="position: relative" Visible="false">
  228.                     <table border="1" style="position: relative" width="580">
  229.                         <tr>
  230.                             <td align="center" style="width: 56px">
  231.                             </td>
  232.                             <td align="left">
  233.                                 <asp:RadioButtonList ID="RbAgree" runat="server" AutoPostBack="True" BorderStyle="None"
  234.                                     Enabled="False" RepeatDirection="Horizontal"
  235.                                     Style="position: relative" Width="163px">
  236.                                     <asp:ListItem Selected="True" Value="Y">同意</asp:ListItem>
  237.                                     <asp:ListItem Value="N">不同意</asp:ListItem>
  238.                                 </asp:RadioButtonList></td>
  239.                         </tr>
  240.                         <tr>
  241.                             <td align="center" style="width: 56px">
  242.                                 意見
  243.                             </td>
  244.                             <td align="left">
  245.                                 <asp:TextBox ID="TxtComment" runat="server" BorderStyle="None" Enabled="False" Rows="5"
  246.                                     Style="position: relative" TextMode="MultiLine" Width="500px">已同意</asp:TextBox></td>
  247.                         </tr>
  248.                         <tr>
  249.                             <td align="center">
  250.                                 處理日期</td>
  251.                             <td align="left">
  252.                                 <asp:Label ID="LblCheckDate" runat="server" BorderStyle="None" Enabled="False"></asp:Label>
  253.                             </td>
  254.                         </tr>
  255.                     </table>
  256.                 </asp:Panel>
  257.                 &nbsp;</center>
  258.         </div>
  259.     
  260.     </div>
  261.     </form>
  262. </body>
  263. </html>