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

OA系统

开发平台:

ASP/ASPX

  1. <%@ Page Language="C#" AutoEventWireup="true" CodeFile="b_form.aspx.cs" Inherits="web_approvel_b_form" %>
  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:Table ID="TblForm" runat="server" Width="580px">
  13.         <asp:TableHeaderRow ID="TableHeaderRow1" runat="server">
  14.             <asp:TableHeaderCell ID="TableHeaderCell1" Height="20px" HorizontalAlign="Left" ColumnSpan="4" BackColor="Menu" runat="server">流通事業群中幹出差單</asp:TableHeaderCell>
  15.         </asp:TableHeaderRow>
  16.         <asp:TableRow runat="server">
  17.             <asp:TableCell BorderWidth="1px" runat="server">
  18.                 <asp:Label ID="Label1" runat="server" Text="申請單號"></asp:Label></asp:TableCell>
  19.             <asp:TableCell BorderWidth="1px" runat="server" HorizontalAlign="Left">
  20.                 <asp:TextBox ID="TxtFormId" runat="server" Enabled="false"></asp:TextBox></asp:TableCell>
  21.             <asp:TableCell BorderWidth="1px" runat="server">
  22.                 <asp:Label ID="Label9" runat="server" Style="position: relative" Text="差假別"></asp:Label></asp:TableCell>
  23.             <asp:TableCell BorderWidth="1px" runat="server" HorizontalAlign="Left">
  24.                 <asp:TextBox ID="TxtOffType" Text="出差" ReadOnly="true" runat="server" Style="position: relative"></asp:TextBox></asp:TableCell>
  25.         </asp:TableRow>
  26.         <asp:TableRow runat="server">
  27.             <asp:TableCell BorderWidth="1px" runat="server">
  28.                 <asp:Label ID="Label2" runat="server" Style="position: relative" Text="申請人工號"></asp:Label></asp:TableCell>
  29.             <asp:TableCell BorderWidth="1px" runat="server" HorizontalAlign="Left">
  30.                 <asp:TextBox ID="TxtEmpNo" runat="server" Style="position: relative" Enabled="false"></asp:TextBox></asp:TableCell>
  31.             <asp:TableCell BorderWidth="1px" runat="server" HorizontalAlign="Center">
  32.                 <asp:Label ID="Label10" runat="server" Style="position: relative" Text="出差日期起"></asp:Label></asp:TableCell>
  33.             <asp:TableCell BorderWidth="1px" runat="server" HorizontalAlign="Left">
  34.                 <asp:TextBox ID="TxtBeginTime" runat="server" Style="position: relative"></asp:TextBox>
  35.                 <asp:ImageButton ID="ImageButton1" runat="server" ImageUrl="~/images/calbtn.gif" OnClick="ImageButton1_Click"
  36.                     Style="position: relative" />
  37.                 <asp:Calendar ID="Calendar1" runat="server" BackColor="White" BorderColor="#999999" OnSelectionChanged="Calendar1_SelectionChanged"
  38.                     CellPadding="4" DayNameFormat="Shortest" Font-Names="Verdana" Font-Size="8pt"
  39.                     ForeColor="Black" Height="180px" Style="position: relative" Width="200px" Visible="False">
  40.                     <SelectedDayStyle BackColor="#666666" Font-Bold="True" ForeColor="White"/>
  41.                     <SelectorStyle BackColor="#CCCCCC" />
  42.                     <WeekendDayStyle BackColor="#FFFFCC" />
  43.                     <TodayDayStyle BackColor="#CCCCCC" ForeColor="Black" />
  44.                     <OtherMonthDayStyle ForeColor="Gray" />
  45.                     <NextPrevStyle VerticalAlign="Bottom" />
  46.                     <DayHeaderStyle BackColor="#CCCCCC" Font-Bold="True" Font-Size="7pt" />
  47.                     <TitleStyle BackColor="#999999" BorderColor="Black" Font-Bold="True" />
  48.                 </asp:Calendar>
  49.             </asp:TableCell>
  50.         </asp:TableRow>
  51.         <asp:TableRow runat="server">
  52.             <asp:TableCell BorderWidth="1px" runat="server">
  53.                 <asp:Label ID="Label3" runat="server" Style="position: relative" Text="申請人姓名"></asp:Label></asp:TableCell>
  54.             <asp:TableCell BorderWidth="1px" runat="server" HorizontalAlign="Left">
  55.                 <asp:TextBox ID="TxtEmpName" runat="server" Style="position: relative" Enabled="false"></asp:TextBox></asp:TableCell>
  56.             <asp:TableCell BorderWidth="1px" runat="server">
  57.                 <asp:Label ID="Label11" runat="server" Style="position: relative" Text="出差日期止"></asp:Label></asp:TableCell>
  58.             <asp:TableCell BorderWidth="1px" runat="server" HorizontalAlign="Left">
  59.                 <asp:TextBox ID="TxtEndTime" runat="server" Style="position: relative"></asp:TextBox>
  60.                 <asp:ImageButton ID="ImageButton2" runat="server" ImageUrl="~/images/calbtn.gif" OnClick="ImageButton2_Click"
  61.                     Style="position: relative" />
  62.                 <asp:Calendar ID="Calendar2" runat="server" BackColor="White" BorderColor="#999999" OnSelectionChanged="Calendar2_SelectionChanged"
  63.                     CellPadding="4" DayNameFormat="Shortest" Font-Names="Verdana" Font-Size="8pt"
  64.                     ForeColor="Black" Height="180px" Style="position: relative" Visible="False" Width="200px">
  65.                     <SelectedDayStyle BackColor="#666666" Font-Bold="True" ForeColor="White" />
  66.                     <SelectorStyle BackColor="#CCCCCC" />
  67.                     <WeekendDayStyle BackColor="#FFFFCC" />
  68.                     <TodayDayStyle BackColor="#CCCCCC" ForeColor="Black" />
  69.                     <OtherMonthDayStyle ForeColor="Gray" />
  70.                     <NextPrevStyle VerticalAlign="Bottom" />
  71.                     <DayHeaderStyle BackColor="#CCCCCC" Font-Bold="True" Font-Size="7pt" />
  72.                     <TitleStyle BackColor="#999999" BorderColor="Black" Font-Bold="True" />
  73.                 </asp:Calendar>
  74.             </asp:TableCell>
  75.         </asp:TableRow>
  76.         <asp:TableRow runat="server">
  77.             <asp:TableCell BorderWidth="1px" runat="server">
  78.                 <asp:Label ID="Label4" runat="server" Style="position: relative" Text="申請日期"></asp:Label></asp:TableCell>
  79.             <asp:TableCell BorderWidth="1px" runat="server" HorizontalAlign="Left">
  80.                 <asp:TextBox ID="TxtApplyDate" runat="server" Style="position: relative" Enabled="false"></asp:TextBox></asp:TableCell>
  81.             <asp:TableCell BorderWidth="1px" runat="server">
  82.                 <asp:Label ID="Label12" runat="server" Style="position: relative" Text="去程出發地"></asp:Label></asp:TableCell>
  83.             <asp:TableCell BorderWidth="1px" runat="server" HorizontalAlign="Left">
  84.                 <asp:DropDownList ID="DdlDepartPlace" runat="server" Style="position: relative" DataSourceID="SqlDataSource1" DataTextField="name" DataValueField="id">
  85.                 </asp:DropDownList><asp:SqlDataSource ID="SqlDataSource1" runat="server" ConnectionString="<%$ ConnectionStrings:oaConnection %>"
  86.                     SelectCommand="SELECT [id], [name] FROM [OA_FLIGHT_PLACE]"></asp:SqlDataSource>
  87.             </asp:TableCell>
  88.         </asp:TableRow>
  89.         <asp:TableRow runat="server">
  90.             <asp:TableCell BorderWidth="1px" runat="server">
  91.                 <asp:Label ID="Label5" runat="server" Style="position: relative" Text="申請人部門"></asp:Label></asp:TableCell>
  92.             <asp:TableCell BorderWidth="1px" runat="server" HorizontalAlign="Left">
  93.                 <asp:TextBox ID="TxtDepartment" Enabled="false" runat="server" Style="position: relative"></asp:TextBox></asp:TableCell>
  94.             <asp:TableCell BorderWidth="1px" runat="server">
  95.                 <asp:Label ID="Label13" runat="server" Style="position: relative" Text="回程終地點"></asp:Label></asp:TableCell>
  96.             <asp:TableCell BorderWidth="1px" runat="server" HorizontalAlign="Left">
  97.                 <asp:DropDownList ID="DdlArrivePlace" runat="server" Style="position: relative" DataSourceID="SqlDataSource1" DataTextField="name" DataValueField="id">
  98.                 </asp:DropDownList></asp:TableCell>
  99.         </asp:TableRow>
  100.         <asp:TableRow runat="server">
  101.             <asp:TableCell BorderWidth="1px" runat="server">
  102.                 <asp:Label ID="Label6" runat="server" Style="position: relative" Text="申請人職稱"></asp:Label></asp:TableCell>
  103.             <asp:TableCell BorderWidth="1px" runat="server" HorizontalAlign="Left">
  104.                 <asp:TextBox ID="TxtPosition" runat="server" Style="position: relative" Enabled="false"></asp:TextBox></asp:TableCell>
  105.             <asp:TableCell BorderWidth="1px" runat="server">
  106.                 <asp:Label ID="Label14" runat="server" Style="position: relative" Text="(去程)起飛時間"></asp:Label></asp:TableCell>
  107.             <asp:TableCell BorderWidth="1px" runat="server" HorizontalAlign="Left">
  108.                 <asp:TextBox ID="TxtDepartTime" runat="server" Style="position: relative"></asp:TextBox>
  109.                 <asp:ImageButton ID="ImageButton3" runat="server" ImageUrl="~/images/calbtn.gif" OnClick="ImageButton3_Click"
  110.                     Style="position: relative" />
  111.                 <asp:Calendar ID="Calendar3" runat="server" BackColor="White" BorderColor="#999999" OnSelectionChanged="Calendar3_SelectionChanged"
  112.                     CellPadding="4" DayNameFormat="Shortest" Font-Names="Verdana" Font-Size="8pt"
  113.                     ForeColor="Black" Height="180px" Style="position: relative" Width="200px" Visible="False">
  114.                     <SelectedDayStyle BackColor="#666666" Font-Bold="True" ForeColor="White"/>
  115.                     <SelectorStyle BackColor="#CCCCCC" />
  116.                     <WeekendDayStyle BackColor="#FFFFCC" />
  117.                     <TodayDayStyle BackColor="#CCCCCC" ForeColor="Black" />
  118.                     <OtherMonthDayStyle ForeColor="Gray" />
  119.                     <NextPrevStyle VerticalAlign="Bottom" />
  120.                     <DayHeaderStyle BackColor="#CCCCCC" Font-Bold="True" Font-Size="7pt" />
  121.                     <TitleStyle BackColor="#999999" BorderColor="Black" Font-Bold="True" />
  122.                 </asp:Calendar></asp:TableCell>
  123.         </asp:TableRow>
  124.         <asp:TableRow runat="server">
  125.             <asp:TableCell BorderWidth="1px" runat="server">
  126.                 <asp:Label ID="Label7" runat="server" Style="position: relative" Text="出差天數"></asp:Label></asp:TableCell>
  127.             <asp:TableCell BorderWidth="1px" runat="server" HorizontalAlign="Left">
  128.                 <asp:TextBox ID="TxtDays" runat="server" Style="position: relative"></asp:TextBox>日</asp:TableCell>
  129.             <asp:TableCell BorderWidth="1px" runat="server">
  130.                 <asp:Label ID="Label8" runat="server" Style="position: relative;" Text="(回程)起飛時間"></asp:Label></asp:TableCell>
  131.             <asp:TableCell BorderWidth="1px" runat="server" HorizontalAlign="Left">
  132.                 <asp:TextBox ID="TxtArriveTime" runat="server" Style="position: relative"></asp:TextBox>
  133.                 <asp:ImageButton ID="ImageButton4" runat="server" ImageUrl="~/images/calbtn.gif" OnClick="ImageButton4_Click"
  134.                     Style="position: relative" />
  135.                 <asp:Calendar ID="Calendar4" runat="server" BackColor="White" BorderColor="#999999" OnSelectionChanged="Calendar4_SelectionChanged"
  136.                     CellPadding="4" DayNameFormat="Shortest" Font-Names="Verdana" Font-Size="8pt"
  137.                     ForeColor="Black" Height="180px" Style="position: relative" Width="200px" Visible="False">
  138.                     <SelectedDayStyle BackColor="#666666" Font-Bold="True" ForeColor="White"/>
  139.                     <SelectorStyle BackColor="#CCCCCC" />
  140.                     <WeekendDayStyle BackColor="#FFFFCC" />
  141.                     <TodayDayStyle BackColor="#CCCCCC" ForeColor="Black" />
  142.                     <OtherMonthDayStyle ForeColor="Gray" />
  143.                     <NextPrevStyle VerticalAlign="Bottom" />
  144.                     <DayHeaderStyle BackColor="#CCCCCC" Font-Bold="True" Font-Size="7pt" />
  145.                     <TitleStyle BackColor="#999999" BorderColor="Black" Font-Bold="True" />
  146.                 </asp:Calendar></asp:TableCell>
  147.         </asp:TableRow>
  148.     </asp:Table><br />
  149.     <asp:Label ID="LblError" runat="server" ForeColor="Red" Style="position: relative"></asp:Label>
  150.     <asp:HiddenField
  151.         ID="PositionSequence" runat="server" />
  152.         <asp:HiddenField ID="PositionId" runat="server" />
  153.         <asp:HiddenField ID="OperatorId" runat="server" />
  154.         <asp:HiddenField ID="DepartmentId" runat="server" />
  155.         <asp:HiddenField ID="EmployeeId" runat="server" />
  156.     </center>
  157.         <asp:Table ID="TblDetail" runat="server" Style="position: relative" Width="1000px">
  158.             <asp:TableHeaderRow BackColor="Menu">
  159.                 <asp:TableHeaderCell>序號</asp:TableHeaderCell>
  160.                 <asp:TableHeaderCell>客戶公司名稱</asp:TableHeaderCell>
  161.                 <asp:TableHeaderCell>會議主題/出差原因</asp:TableHeaderCell>
  162.                 <asp:TableHeaderCell>客戶聯絡人</asp:TableHeaderCell>
  163.                 <asp:TableHeaderCell>聯絡電話</asp:TableHeaderCell>
  164.                 <asp:TableHeaderCell>國家/城市</asp:TableHeaderCell>
  165.                 <asp:TableHeaderCell>簽證日期起</asp:TableHeaderCell>
  166.                 <asp:TableHeaderCell>簽證日期止</asp:TableHeaderCell>
  167.                 <asp:TableHeaderCell>(往)班機起飛時間</asp:TableHeaderCell>
  168.                 <asp:TableHeaderCell>(返)班機起飛時間</asp:TableHeaderCell>
  169.                 <asp:TableHeaderCell>國外</asp:TableHeaderCell>
  170.                 <asp:TableHeaderCell runat="server">備註</asp:TableHeaderCell>
  171.             </asp:TableHeaderRow>
  172.             <asp:TableRow>
  173.                 <asp:TableCell HorizontalAlign="Center" BorderWidth="1px"><asp:Label ID="LblNumber1" runat="server" Text="1" Width="30px" BorderStyle="None"></asp:Label></asp:TableCell>
  174.                 <asp:TableCell HorizontalAlign="Center" BorderWidth="1px"><asp:TextBox ID="TxtCompany1" Width="100px" runat="server"></asp:TextBox></asp:TableCell>
  175.                 <asp:TableCell HorizontalAlign="Center" BorderWidth="1px"><asp:TextBox ID="TxtSubject1" runat="server" Width="120px"></asp:TextBox></asp:TableCell>
  176.                 <asp:TableCell HorizontalAlign="Center" BorderWidth="1px"><asp:TextBox ID="TxtLinkman1" Width="70px" runat="server"></asp:TextBox></asp:TableCell>
  177.                 <asp:TableCell HorizontalAlign="Center" BorderWidth="1px"><asp:TextBox ID="TxtTel1" Width="90px" runat="server"></asp:TextBox></asp:TableCell>
  178.                 <asp:TableCell HorizontalAlign="Center" BorderWidth="1px"><asp:TextBox ID="TxtPlace1" Width="70px" runat="server"></asp:TextBox></asp:TableCell>
  179.                 <asp:TableCell HorizontalAlign="Center" BorderWidth="1px"><asp:TextBox ID="TxtVisaBegin1" Width="100px" runat="server"></asp:TextBox></asp:TableCell>
  180.                 <asp:TableCell HorizontalAlign="Center" BorderWidth="1px"><asp:TextBox ID="TxtVisaEnd1" Width="100px" runat="server"></asp:TextBox></asp:TableCell>
  181.                 <asp:TableCell HorizontalAlign="Center" BorderWidth="1px"><asp:TextBox ID="TxtFlightGoBegin1" runat="server"></asp:TextBox></asp:TableCell>
  182.                 <asp:TableCell HorizontalAlign="Center" BorderWidth="1px"><asp:TextBox ID="TxtFlightBackEnd1" runat="server"></asp:TextBox></asp:TableCell>
  183.                 <asp:TableCell HorizontalAlign="Center" BorderWidth="1px"><asp:CheckBox ID="ChkAboard1" Text="國外" Width="50px" runat="server" /></asp:TableCell>
  184.                 <asp:TableCell HorizontalAlign="Center" BorderWidth="1px"><asp:TextBox ID="TxtRemark1" runat="server" Width="120px"></asp:TextBox></asp:TableCell>
  185.             </asp:TableRow>
  186.             <asp:TableRow>
  187.                 <asp:TableCell HorizontalAlign="Center" BorderWidth="1px"><asp:Label ID="LblNumber2" runat="server" Text="2" Width="30px" BorderStyle="None"></asp:Label></asp:TableCell>
  188.                 <asp:TableCell HorizontalAlign="Center" BorderWidth="1px"><asp:TextBox ID="TxtCompany2" Width="100px" runat="server"></asp:TextBox></asp:TableCell>
  189.                 <asp:TableCell HorizontalAlign="Center" BorderWidth="1px"><asp:TextBox ID="TxtSubject2" runat="server" Width="120px"></asp:TextBox></asp:TableCell>
  190.                 <asp:TableCell HorizontalAlign="Center" BorderWidth="1px"><asp:TextBox ID="TxtLinkman2" Width="70px" runat="server"></asp:TextBox></asp:TableCell>
  191.                 <asp:TableCell HorizontalAlign="Center" BorderWidth="1px"><asp:TextBox ID="TxtTel2" Width="90px" runat="server"></asp:TextBox></asp:TableCell>
  192.                 <asp:TableCell HorizontalAlign="Center" BorderWidth="1px"><asp:TextBox ID="TxtPlace2" Width="70px" runat="server"></asp:TextBox></asp:TableCell>
  193.                 <asp:TableCell HorizontalAlign="Center" BorderWidth="1px"><asp:TextBox ID="TxtVisaBegin2" Width="100px" runat="server"></asp:TextBox></asp:TableCell>
  194.                 <asp:TableCell HorizontalAlign="Center" BorderWidth="1px"><asp:TextBox ID="TxtVisaEnd2" Width="100px" runat="server"></asp:TextBox></asp:TableCell>
  195.                 <asp:TableCell HorizontalAlign="Center" BorderWidth="1px"><asp:TextBox ID="TxtFlightGoBegin2" runat="server"></asp:TextBox></asp:TableCell>
  196.                 <asp:TableCell HorizontalAlign="Center" BorderWidth="1px"><asp:TextBox ID="TxtFlightBackEnd2" runat="server"></asp:TextBox></asp:TableCell>
  197.                 <asp:TableCell HorizontalAlign="Center" BorderWidth="1px"><asp:CheckBox ID="ChkAboard2" Text="國外" Width="50px" runat="server" /></asp:TableCell>
  198.                 <asp:TableCell HorizontalAlign="Center" BorderWidth="1px"><asp:TextBox ID="TxtRemark2" runat="server" Width="120px"></asp:TextBox></asp:TableCell>
  199.             </asp:TableRow>
  200.             <asp:TableRow>
  201.                 <asp:TableCell HorizontalAlign="Center" BorderWidth="1px"><asp:Label ID="LblNumber3" runat="server" Text="3" Width="30px" BorderStyle="None"></asp:Label></asp:TableCell>
  202.                 <asp:TableCell HorizontalAlign="Center" BorderWidth="1px"><asp:TextBox ID="TxtCompany3" Width="100px" runat="server"></asp:TextBox></asp:TableCell>
  203.                 <asp:TableCell HorizontalAlign="Center" BorderWidth="1px"><asp:TextBox ID="TxtSubject3" runat="server" Width="120px"></asp:TextBox></asp:TableCell>
  204.                 <asp:TableCell HorizontalAlign="Center" BorderWidth="1px"><asp:TextBox ID="TxtLinkman3" Width="70px" runat="server"></asp:TextBox></asp:TableCell>
  205.                 <asp:TableCell HorizontalAlign="Center" BorderWidth="1px"><asp:TextBox ID="TxtTel3" Width="90px" runat="server"></asp:TextBox></asp:TableCell>
  206.                 <asp:TableCell HorizontalAlign="Center" BorderWidth="1px"><asp:TextBox ID="TxtPlace3" Width="70px" runat="server"></asp:TextBox></asp:TableCell>
  207.                 <asp:TableCell HorizontalAlign="Center" BorderWidth="1px"><asp:TextBox ID="TxtVisaBegin3" Width="100px" runat="server"></asp:TextBox></asp:TableCell>
  208.                 <asp:TableCell HorizontalAlign="Center" BorderWidth="1px"><asp:TextBox ID="TxtVisaEnd3" Width="100px" runat="server"></asp:TextBox></asp:TableCell>
  209.                 <asp:TableCell HorizontalAlign="Center" BorderWidth="1px"><asp:TextBox ID="TxtFlightGoBegin3" runat="server"></asp:TextBox></asp:TableCell>
  210.                 <asp:TableCell HorizontalAlign="Center" BorderWidth="1px"><asp:TextBox ID="TxtFlightBackEnd3" runat="server"></asp:TextBox></asp:TableCell>
  211.                 <asp:TableCell HorizontalAlign="Center" BorderWidth="1px"><asp:CheckBox ID="ChkAboard3" Text="國外" Width="50px" runat="server" /></asp:TableCell>
  212.                 <asp:TableCell HorizontalAlign="Center" BorderWidth="1px"><asp:TextBox ID="TxtRemark3" runat="server" Width="120px"></asp:TextBox></asp:TableCell>
  213.             </asp:TableRow>
  214.             <asp:TableRow>
  215.                 <asp:TableCell HorizontalAlign="Center" BorderWidth="1px"><asp:Label ID="LblNumber4" runat="server" Text="4" Width="30px" BorderStyle="None"></asp:Label></asp:TableCell>
  216.                 <asp:TableCell HorizontalAlign="Center" BorderWidth="1px"><asp:TextBox ID="TxtCompany4" Width="100px" runat="server"></asp:TextBox></asp:TableCell>
  217.                 <asp:TableCell HorizontalAlign="Center" BorderWidth="1px"><asp:TextBox ID="TxtSubject4" runat="server" Width="120px"></asp:TextBox></asp:TableCell>
  218.                 <asp:TableCell HorizontalAlign="Center" BorderWidth="1px"><asp:TextBox ID="TxtLinkman4" Width="70px" runat="server"></asp:TextBox></asp:TableCell>
  219.                 <asp:TableCell HorizontalAlign="Center" BorderWidth="1px"><asp:TextBox ID="TxtTel4" Width="90px" runat="server"></asp:TextBox></asp:TableCell>
  220.                 <asp:TableCell HorizontalAlign="Center" BorderWidth="1px"><asp:TextBox ID="TxtPlace4" Width="70px" runat="server"></asp:TextBox></asp:TableCell>
  221.                 <asp:TableCell HorizontalAlign="Center" BorderWidth="1px"><asp:TextBox ID="TxtVisaBegin4" Width="100px" runat="server"></asp:TextBox></asp:TableCell>
  222.                 <asp:TableCell HorizontalAlign="Center" BorderWidth="1px"><asp:TextBox ID="TxtVisaEnd4" Width="100px" runat="server"></asp:TextBox></asp:TableCell>
  223.                 <asp:TableCell HorizontalAlign="Center" BorderWidth="1px"><asp:TextBox ID="TxtFlightGoBegin4" runat="server"></asp:TextBox></asp:TableCell>
  224.                 <asp:TableCell HorizontalAlign="Center" BorderWidth="1px"><asp:TextBox ID="TxtFlightBackEnd4" runat="server"></asp:TextBox></asp:TableCell>
  225.                 <asp:TableCell HorizontalAlign="Center" BorderWidth="1px"><asp:CheckBox ID="ChkAboard4" Text="國外" Width="50px" runat="server" /></asp:TableCell>
  226.                 <asp:TableCell HorizontalAlign="Center" BorderWidth="1px"><asp:TextBox ID="TxtRemark4" runat="server" Width="120px"></asp:TextBox></asp:TableCell>
  227.             </asp:TableRow>
  228.             <asp:TableRow>
  229.                 <asp:TableCell HorizontalAlign="Center" BorderWidth="1px"><asp:Label ID="LblNumber5" runat="server" Text="5" Width="30px" BorderStyle="None"></asp:Label></asp:TableCell>
  230.                 <asp:TableCell HorizontalAlign="Center" BorderWidth="1px"><asp:TextBox ID="TxtCompany5" Width="100px" runat="server"></asp:TextBox></asp:TableCell>
  231.                 <asp:TableCell HorizontalAlign="Center" BorderWidth="1px"><asp:TextBox ID="TxtSubject5" runat="server" Width="120px"></asp:TextBox></asp:TableCell>
  232.                 <asp:TableCell HorizontalAlign="Center" BorderWidth="1px"><asp:TextBox ID="TxtLinkman5" Width="70px" runat="server"></asp:TextBox></asp:TableCell>
  233.                 <asp:TableCell HorizontalAlign="Center" BorderWidth="1px"><asp:TextBox ID="TxtTel5" Width="90px" runat="server"></asp:TextBox></asp:TableCell>
  234.                 <asp:TableCell HorizontalAlign="Center" BorderWidth="1px"><asp:TextBox ID="TxtPlace5" Width="70px" runat="server"></asp:TextBox></asp:TableCell>
  235.                 <asp:TableCell HorizontalAlign="Center" BorderWidth="1px"><asp:TextBox ID="TxtVisaBegin5" Width="100px" runat="server"></asp:TextBox></asp:TableCell>
  236.                 <asp:TableCell HorizontalAlign="Center" BorderWidth="1px"><asp:TextBox ID="TxtVisaEnd5" Width="100px" runat="server"></asp:TextBox></asp:TableCell>
  237.                 <asp:TableCell HorizontalAlign="Center" BorderWidth="1px"><asp:TextBox ID="TxtFlightGoBegin5" runat="server"></asp:TextBox></asp:TableCell>
  238.                 <asp:TableCell HorizontalAlign="Center" BorderWidth="1px"><asp:TextBox ID="TxtFlightBackEnd5" runat="server"></asp:TextBox></asp:TableCell>
  239.                 <asp:TableCell HorizontalAlign="Center" BorderWidth="1px"><asp:CheckBox ID="ChkAboard5" Text="國外" Width="50px" runat="server" /></asp:TableCell>
  240.                 <asp:TableCell HorizontalAlign="Center" BorderWidth="1px"><asp:TextBox ID="TxtRemark5" runat="server" Width="120px"></asp:TextBox></asp:TableCell>
  241.             </asp:TableRow><%--
  242.             <asp:TableRow>
  243.                 <asp:TableCell HorizontalAlign="Center" BorderWidth="1px"><asp:Label ID="LblNumber6" runat="server" Text="1" Width="30px" BorderStyle="None"></asp:Label></asp:TableCell>
  244.                 <asp:TableCell HorizontalAlign="Center" BorderWidth="1px"><asp:TextBox ID="TxtCompany6" Width="100px" runat="server"></asp:TextBox></asp:TableCell>
  245.                 <asp:TableCell HorizontalAlign="Center" BorderWidth="1px"><asp:TextBox ID="TxtSubject6" runat="server" Width="120px"></asp:TextBox></asp:TableCell>
  246.                 <asp:TableCell HorizontalAlign="Center" BorderWidth="1px"><asp:TextBox ID="TxtLinkman6" Width="70px" runat="server"></asp:TextBox></asp:TableCell>
  247.                 <asp:TableCell HorizontalAlign="Center" BorderWidth="1px"><asp:TextBox ID="TxtTel6" Width="90px" runat="server"></asp:TextBox></asp:TableCell>
  248.                 <asp:TableCell HorizontalAlign="Center" BorderWidth="1px"><asp:TextBox ID="TxtPlace6" Width="70px" runat="server"></asp:TextBox></asp:TableCell>
  249.                 <asp:TableCell HorizontalAlign="Center" BorderWidth="1px"><asp:TextBox ID="TxtVisaBegin6" Width="100px" runat="server"></asp:TextBox></asp:TableCell>
  250.                 <asp:TableCell HorizontalAlign="Center" BorderWidth="1px"><asp:TextBox ID="TxtVisaEnd6" Width="100px" runat="server"></asp:TextBox></asp:TableCell>
  251.                 <asp:TableCell HorizontalAlign="Center" BorderWidth="1px"><asp:TextBox ID="TxtFlightGoBegin6" runat="server"></asp:TextBox></asp:TableCell>
  252.                 <asp:TableCell HorizontalAlign="Center" BorderWidth="1px"><asp:TextBox ID="TxtFlightBackEnd6" runat="server"></asp:TextBox></asp:TableCell>
  253.                 <asp:TableCell HorizontalAlign="Center" BorderWidth="1px"><asp:CheckBox ID="ChkAboard6" Text="國外" Width="50px" runat="server" /></asp:TableCell>
  254.                 <asp:TableCell HorizontalAlign="Center" BorderWidth="1px"><asp:TextBox ID="TxtRemark6" runat="server" Width="120px"></asp:TextBox></asp:TableCell>
  255.             </asp:TableRow>
  256.             <asp:TableRow>
  257.                 <asp:TableCell HorizontalAlign="Center" BorderWidth="1px"><asp:Label ID="LblNumber7" runat="server" Text="1" Width="30px" BorderStyle="None"></asp:Label></asp:TableCell>
  258.                 <asp:TableCell HorizontalAlign="Center" BorderWidth="1px"><asp:TextBox ID="TxtCompany7" Width="100px" runat="server"></asp:TextBox></asp:TableCell>
  259.                 <asp:TableCell HorizontalAlign="Center" BorderWidth="1px"><asp:TextBox ID="TxtSubject7" runat="server" Width="120px"></asp:TextBox></asp:TableCell>
  260.                 <asp:TableCell HorizontalAlign="Center" BorderWidth="1px"><asp:TextBox ID="TxtLinkman7" Width="70px" runat="server"></asp:TextBox></asp:TableCell>
  261.                 <asp:TableCell HorizontalAlign="Center" BorderWidth="1px"><asp:TextBox ID="TxtTel7" Width="90px" runat="server"></asp:TextBox></asp:TableCell>
  262.                 <asp:TableCell HorizontalAlign="Center" BorderWidth="1px"><asp:TextBox ID="TxtPlace7" Width="70px" runat="server"></asp:TextBox></asp:TableCell>
  263.                 <asp:TableCell HorizontalAlign="Center" BorderWidth="1px"><asp:TextBox ID="TxtVisaBegin7" Width="100px" runat="server"></asp:TextBox></asp:TableCell>
  264.                 <asp:TableCell HorizontalAlign="Center" BorderWidth="1px"><asp:TextBox ID="TxtVisaEnd7" Width="100px" runat="server"></asp:TextBox></asp:TableCell>
  265.                 <asp:TableCell HorizontalAlign="Center" BorderWidth="1px"><asp:TextBox ID="TxtFlightGoBegin7" runat="server"></asp:TextBox></asp:TableCell>
  266.                 <asp:TableCell HorizontalAlign="Center" BorderWidth="1px"><asp:TextBox ID="TxtFlightBackEnd7" runat="server"></asp:TextBox></asp:TableCell>
  267.                 <asp:TableCell HorizontalAlign="Center" BorderWidth="1px"><asp:CheckBox ID="ChkAboard7" Text="國外" Width="50px" runat="server" /></asp:TableCell>
  268.                 <asp:TableCell HorizontalAlign="Center" BorderWidth="1px"><asp:TextBox ID="TxtRemark7" runat="server" Width="120px"></asp:TextBox></asp:TableCell>
  269.             </asp:TableRow>
  270.             <asp:TableRow>
  271.                 <asp:TableCell HorizontalAlign="Center" BorderWidth="1px"><asp:Label ID="LblNumber8" runat="server" Text="1" Width="30px" BorderStyle="None"></asp:Label></asp:TableCell>
  272.                 <asp:TableCell HorizontalAlign="Center" BorderWidth="1px"><asp:TextBox ID="TxtCompany8" Width="100px" runat="server"></asp:TextBox></asp:TableCell>
  273.                 <asp:TableCell HorizontalAlign="Center" BorderWidth="1px"><asp:TextBox ID="TxtSubject8" runat="server" Width="120px"></asp:TextBox></asp:TableCell>
  274.                 <asp:TableCell HorizontalAlign="Center" BorderWidth="1px"><asp:TextBox ID="TxtLinkman8" Width="70px" runat="server"></asp:TextBox></asp:TableCell>
  275.                 <asp:TableCell HorizontalAlign="Center" BorderWidth="1px"><asp:TextBox ID="TxtTel8" Width="90px" runat="server"></asp:TextBox></asp:TableCell>
  276.                 <asp:TableCell HorizontalAlign="Center" BorderWidth="1px"><asp:TextBox ID="TxtPlace8" Width="70px" runat="server"></asp:TextBox></asp:TableCell>
  277.                 <asp:TableCell HorizontalAlign="Center" BorderWidth="1px"><asp:TextBox ID="TxtVisaBegin8" Width="100px" runat="server"></asp:TextBox></asp:TableCell>
  278.                 <asp:TableCell HorizontalAlign="Center" BorderWidth="1px"><asp:TextBox ID="TxtVisaEnd8" Width="100px" runat="server"></asp:TextBox></asp:TableCell>
  279.                 <asp:TableCell HorizontalAlign="Center" BorderWidth="1px"><asp:TextBox ID="TxtFlightGoBegin8" runat="server"></asp:TextBox></asp:TableCell>
  280.                 <asp:TableCell HorizontalAlign="Center" BorderWidth="1px"><asp:TextBox ID="TxtFlightBackEnd8" runat="server"></asp:TextBox></asp:TableCell>
  281.                 <asp:TableCell HorizontalAlign="Center" BorderWidth="1px"><asp:CheckBox ID="ChkAboard8" Text="國外" Width="50px" runat="server" /></asp:TableCell>
  282.                 <asp:TableCell HorizontalAlign="Center" BorderWidth="1px"><asp:TextBox ID="TxtRemark8" runat="server" Width="120px"></asp:TextBox></asp:TableCell>
  283.             </asp:TableRow>--%>
  284.             <%--<asp:TableRow>
  285.                 <asp:TableCell HorizontalAlign="Center">
  286.                     <asp:Button ID="BtnAddNew" runat="server" Text="添加新行" OnClick="BtnAddNew_Click"/>
  287.                     <asp:HiddenField ID="Index" Value="1" runat="server" />
  288.                 </asp:TableCell>
  289.             </asp:TableRow>--%>
  290.         </asp:Table><br />
  291.         <center>
  292.             <asp:Button ID="BtnOk" Text="送件" runat="server" OnClick="BtnOk_Click" />&nbsp;
  293.             <asp:Button ID="BtnSave" Text="存储" runat="server" OnClick="BtnSave_Click" />
  294.         </center>
  295.     </div>
  296.     </form>
  297. </body>
  298. </html>