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

OA系统

开发平台:

ASP/ASPX

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