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