b_form.aspx
资源名称:web.rar [点击查看]
上传用户:xrffrp
上传日期:2022-03-25
资源大小:22155k
文件大小:30k
源码类别:
OA系统
开发平台:
ASP/ASPX
- <%@ Page Language="C#" AutoEventWireup="true" CodeFile="b_form.aspx.cs" Inherits="web_approvel_b_form" %>
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml" >
- <head runat="server">
- <title>无标题页</title>
- <link href="../../../css/style.css" rel="stylesheet" type="text/css" />
- </head>
- <body>
- <form id="form1" runat="server">
- <div>
- <center>
- <asp:Table ID="TblForm" runat="server" Width="580px">
- <asp:TableHeaderRow ID="TableHeaderRow1" runat="server">
- <asp:TableHeaderCell ID="TableHeaderCell1" Height="20px" HorizontalAlign="Left" ColumnSpan="4" BackColor="Menu" runat="server">流通事業群中幹出差單</asp:TableHeaderCell>
- </asp:TableHeaderRow>
- <asp:TableRow runat="server">
- <asp:TableCell BorderWidth="1px" runat="server">
- <asp:Label ID="Label1" runat="server" Text="申請單號"></asp:Label></asp:TableCell>
- <asp:TableCell BorderWidth="1px" runat="server" HorizontalAlign="Left">
- <asp:TextBox ID="TxtFormId" runat="server" Enabled="false"></asp:TextBox></asp:TableCell>
- <asp:TableCell BorderWidth="1px" runat="server">
- <asp:Label ID="Label9" runat="server" Style="position: relative" Text="差假別"></asp:Label></asp:TableCell>
- <asp:TableCell BorderWidth="1px" runat="server" HorizontalAlign="Left">
- <asp:TextBox ID="TxtOffType" Text="出差" ReadOnly="true" runat="server" Style="position: relative"></asp:TextBox></asp:TableCell>
- </asp:TableRow>
- <asp:TableRow runat="server">
- <asp:TableCell BorderWidth="1px" runat="server">
- <asp:Label ID="Label2" runat="server" Style="position: relative" Text="申請人工號"></asp:Label></asp:TableCell>
- <asp:TableCell BorderWidth="1px" runat="server" HorizontalAlign="Left">
- <asp:TextBox ID="TxtEmpNo" runat="server" Style="position: relative" Enabled="false"></asp:TextBox></asp:TableCell>
- <asp:TableCell BorderWidth="1px" runat="server" HorizontalAlign="Center">
- <asp:Label ID="Label10" runat="server" Style="position: relative" Text="出差日期起"></asp:Label></asp:TableCell>
- <asp:TableCell BorderWidth="1px" runat="server" HorizontalAlign="Left">
- <asp:TextBox ID="TxtBeginTime" runat="server" Style="position: relative"></asp:TextBox>
- <asp:ImageButton ID="ImageButton1" runat="server" ImageUrl="~/images/calbtn.gif" OnClick="ImageButton1_Click"
- Style="position: relative" />
- <asp:Calendar ID="Calendar1" runat="server" BackColor="White" BorderColor="#999999" OnSelectionChanged="Calendar1_SelectionChanged"
- CellPadding="4" DayNameFormat="Shortest" Font-Names="Verdana" Font-Size="8pt"
- ForeColor="Black" Height="180px" Style="position: relative" Width="200px" Visible="False">
- <SelectedDayStyle BackColor="#666666" Font-Bold="True" ForeColor="White"/>
- <SelectorStyle BackColor="#CCCCCC" />
- <WeekendDayStyle BackColor="#FFFFCC" />
- <TodayDayStyle BackColor="#CCCCCC" ForeColor="Black" />
- <OtherMonthDayStyle ForeColor="Gray" />
- <NextPrevStyle VerticalAlign="Bottom" />
- <DayHeaderStyle BackColor="#CCCCCC" Font-Bold="True" Font-Size="7pt" />
- <TitleStyle BackColor="#999999" BorderColor="Black" Font-Bold="True" />
- </asp:Calendar>
- </asp:TableCell>
- </asp:TableRow>
- <asp:TableRow runat="server">
- <asp:TableCell BorderWidth="1px" runat="server">
- <asp:Label ID="Label3" runat="server" Style="position: relative" Text="申請人姓名"></asp:Label></asp:TableCell>
- <asp:TableCell BorderWidth="1px" runat="server" HorizontalAlign="Left">
- <asp:TextBox ID="TxtEmpName" runat="server" Style="position: relative" Enabled="false"></asp:TextBox></asp:TableCell>
- <asp:TableCell BorderWidth="1px" runat="server">
- <asp:Label ID="Label11" runat="server" Style="position: relative" Text="出差日期止"></asp:Label></asp:TableCell>
- <asp:TableCell BorderWidth="1px" runat="server" HorizontalAlign="Left">
- <asp:TextBox ID="TxtEndTime" runat="server" Style="position: relative"></asp:TextBox>
- <asp:ImageButton ID="ImageButton2" runat="server" ImageUrl="~/images/calbtn.gif" OnClick="ImageButton2_Click"
- Style="position: relative" />
- <asp:Calendar ID="Calendar2" runat="server" BackColor="White" BorderColor="#999999" OnSelectionChanged="Calendar2_SelectionChanged"
- CellPadding="4" DayNameFormat="Shortest" Font-Names="Verdana" Font-Size="8pt"
- ForeColor="Black" Height="180px" Style="position: relative" Visible="False" Width="200px">
- <SelectedDayStyle BackColor="#666666" Font-Bold="True" ForeColor="White" />
- <SelectorStyle BackColor="#CCCCCC" />
- <WeekendDayStyle BackColor="#FFFFCC" />
- <TodayDayStyle BackColor="#CCCCCC" ForeColor="Black" />
- <OtherMonthDayStyle ForeColor="Gray" />
- <NextPrevStyle VerticalAlign="Bottom" />
- <DayHeaderStyle BackColor="#CCCCCC" Font-Bold="True" Font-Size="7pt" />
- <TitleStyle BackColor="#999999" BorderColor="Black" Font-Bold="True" />
- </asp:Calendar>
- </asp:TableCell>
- </asp:TableRow>
- <asp:TableRow runat="server">
- <asp:TableCell BorderWidth="1px" runat="server">
- <asp:Label ID="Label4" runat="server" Style="position: relative" Text="申請日期"></asp:Label></asp:TableCell>
- <asp:TableCell BorderWidth="1px" runat="server" HorizontalAlign="Left">
- <asp:TextBox ID="TxtApplyDate" runat="server" Style="position: relative" Enabled="false"></asp:TextBox></asp:TableCell>
- <asp:TableCell BorderWidth="1px" runat="server">
- <asp:Label ID="Label12" runat="server" Style="position: relative" Text="去程出發地"></asp:Label></asp:TableCell>
- <asp:TableCell BorderWidth="1px" runat="server" HorizontalAlign="Left">
- <asp:DropDownList ID="DdlDepartPlace" runat="server" Style="position: relative" DataSourceID="SqlDataSource1" DataTextField="name" DataValueField="id">
- </asp:DropDownList><asp:SqlDataSource ID="SqlDataSource1" runat="server" ConnectionString="<%$ ConnectionStrings:oaConnection %>"
- SelectCommand="SELECT [id], [name] FROM [OA_FLIGHT_PLACE]"></asp:SqlDataSource>
- </asp:TableCell>
- </asp:TableRow>
- <asp:TableRow runat="server">
- <asp:TableCell BorderWidth="1px" runat="server">
- <asp:Label ID="Label5" runat="server" Style="position: relative" Text="申請人部門"></asp:Label></asp:TableCell>
- <asp:TableCell BorderWidth="1px" runat="server" HorizontalAlign="Left">
- <asp:TextBox ID="TxtDepartment" Enabled="false" runat="server" Style="position: relative"></asp:TextBox></asp:TableCell>
- <asp:TableCell BorderWidth="1px" runat="server">
- <asp:Label ID="Label13" runat="server" Style="position: relative" Text="回程終地點"></asp:Label></asp:TableCell>
- <asp:TableCell BorderWidth="1px" runat="server" HorizontalAlign="Left">
- <asp:DropDownList ID="DdlArrivePlace" runat="server" Style="position: relative" DataSourceID="SqlDataSource1" DataTextField="name" DataValueField="id">
- </asp:DropDownList></asp:TableCell>
- </asp:TableRow>
- <asp:TableRow runat="server">
- <asp:TableCell BorderWidth="1px" runat="server">
- <asp:Label ID="Label6" runat="server" Style="position: relative" Text="申請人職稱"></asp:Label></asp:TableCell>
- <asp:TableCell BorderWidth="1px" runat="server" HorizontalAlign="Left">
- <asp:TextBox ID="TxtPosition" runat="server" Style="position: relative" Enabled="false"></asp:TextBox></asp:TableCell>
- <asp:TableCell BorderWidth="1px" runat="server">
- <asp:Label ID="Label14" runat="server" Style="position: relative" Text="(去程)起飛時間"></asp:Label></asp:TableCell>
- <asp:TableCell BorderWidth="1px" runat="server" HorizontalAlign="Left">
- <asp:TextBox ID="TxtDepartTime" runat="server" Style="position: relative"></asp:TextBox>
- <asp:ImageButton ID="ImageButton3" runat="server" ImageUrl="~/images/calbtn.gif" OnClick="ImageButton3_Click"
- Style="position: relative" />
- <asp:Calendar ID="Calendar3" runat="server" BackColor="White" BorderColor="#999999" OnSelectionChanged="Calendar3_SelectionChanged"
- CellPadding="4" DayNameFormat="Shortest" Font-Names="Verdana" Font-Size="8pt"
- ForeColor="Black" Height="180px" Style="position: relative" Width="200px" Visible="False">
- <SelectedDayStyle BackColor="#666666" Font-Bold="True" ForeColor="White"/>
- <SelectorStyle BackColor="#CCCCCC" />
- <WeekendDayStyle BackColor="#FFFFCC" />
- <TodayDayStyle BackColor="#CCCCCC" ForeColor="Black" />
- <OtherMonthDayStyle ForeColor="Gray" />
- <NextPrevStyle VerticalAlign="Bottom" />
- <DayHeaderStyle BackColor="#CCCCCC" Font-Bold="True" Font-Size="7pt" />
- <TitleStyle BackColor="#999999" BorderColor="Black" Font-Bold="True" />
- </asp:Calendar></asp:TableCell>
- </asp:TableRow>
- <asp:TableRow runat="server">
- <asp:TableCell BorderWidth="1px" runat="server">
- <asp:Label ID="Label7" runat="server" Style="position: relative" Text="出差天數"></asp:Label></asp:TableCell>
- <asp:TableCell BorderWidth="1px" runat="server" HorizontalAlign="Left">
- <asp:TextBox ID="TxtDays" runat="server" Style="position: relative"></asp:TextBox>日</asp:TableCell>
- <asp:TableCell BorderWidth="1px" runat="server">
- <asp:Label ID="Label8" runat="server" Style="position: relative;" Text="(回程)起飛時間"></asp:Label></asp:TableCell>
- <asp:TableCell BorderWidth="1px" runat="server" HorizontalAlign="Left">
- <asp:TextBox ID="TxtArriveTime" runat="server" Style="position: relative"></asp:TextBox>
- <asp:ImageButton ID="ImageButton4" runat="server" ImageUrl="~/images/calbtn.gif" OnClick="ImageButton4_Click"
- Style="position: relative" />
- <asp:Calendar ID="Calendar4" runat="server" BackColor="White" BorderColor="#999999" OnSelectionChanged="Calendar4_SelectionChanged"
- CellPadding="4" DayNameFormat="Shortest" Font-Names="Verdana" Font-Size="8pt"
- ForeColor="Black" Height="180px" Style="position: relative" Width="200px" Visible="False">
- <SelectedDayStyle BackColor="#666666" Font-Bold="True" ForeColor="White"/>
- <SelectorStyle BackColor="#CCCCCC" />
- <WeekendDayStyle BackColor="#FFFFCC" />
- <TodayDayStyle BackColor="#CCCCCC" ForeColor="Black" />
- <OtherMonthDayStyle ForeColor="Gray" />
- <NextPrevStyle VerticalAlign="Bottom" />
- <DayHeaderStyle BackColor="#CCCCCC" Font-Bold="True" Font-Size="7pt" />
- <TitleStyle BackColor="#999999" BorderColor="Black" Font-Bold="True" />
- </asp:Calendar></asp:TableCell>
- </asp:TableRow>
- </asp:Table><br />
- <asp:Label ID="LblError" runat="server" ForeColor="Red" Style="position: relative"></asp:Label>
- <asp:HiddenField
- ID="PositionSequence" runat="server" />
- <asp:HiddenField ID="PositionId" runat="server" />
- <asp:HiddenField ID="OperatorId" runat="server" />
- <asp:HiddenField ID="DepartmentId" runat="server" />
- <asp:HiddenField ID="EmployeeId" runat="server" />
- </center>
- <asp:Table ID="TblDetail" runat="server" Style="position: relative" Width="1000px">
- <asp:TableHeaderRow BackColor="Menu">
- <asp:TableHeaderCell>序號</asp:TableHeaderCell>
- <asp:TableHeaderCell>客戶公司名稱</asp:TableHeaderCell>
- <asp:TableHeaderCell>會議主題/出差原因</asp:TableHeaderCell>
- <asp:TableHeaderCell>客戶聯絡人</asp:TableHeaderCell>
- <asp:TableHeaderCell>聯絡電話</asp:TableHeaderCell>
- <asp:TableHeaderCell>國家/城市</asp:TableHeaderCell>
- <asp:TableHeaderCell>簽證日期起</asp:TableHeaderCell>
- <asp:TableHeaderCell>簽證日期止</asp:TableHeaderCell>
- <asp:TableHeaderCell>(往)班機起飛時間</asp:TableHeaderCell>
- <asp:TableHeaderCell>(返)班機起飛時間</asp:TableHeaderCell>
- <asp:TableHeaderCell>國外</asp:TableHeaderCell>
- <asp:TableHeaderCell runat="server">備註</asp:TableHeaderCell>
- </asp:TableHeaderRow>
- <asp:TableRow>
- <asp:TableCell HorizontalAlign="Center" BorderWidth="1px"><asp:Label ID="LblNumber1" runat="server" Text="1" Width="30px" BorderStyle="None"></asp:Label></asp:TableCell>
- <asp:TableCell HorizontalAlign="Center" BorderWidth="1px"><asp:TextBox ID="TxtCompany1" Width="100px" runat="server"></asp:TextBox></asp:TableCell>
- <asp:TableCell HorizontalAlign="Center" BorderWidth="1px"><asp:TextBox ID="TxtSubject1" runat="server" Width="120px"></asp:TextBox></asp:TableCell>
- <asp:TableCell HorizontalAlign="Center" BorderWidth="1px"><asp:TextBox ID="TxtLinkman1" Width="70px" runat="server"></asp:TextBox></asp:TableCell>
- <asp:TableCell HorizontalAlign="Center" BorderWidth="1px"><asp:TextBox ID="TxtTel1" Width="90px" runat="server"></asp:TextBox></asp:TableCell>
- <asp:TableCell HorizontalAlign="Center" BorderWidth="1px"><asp:TextBox ID="TxtPlace1" Width="70px" runat="server"></asp:TextBox></asp:TableCell>
- <asp:TableCell HorizontalAlign="Center" BorderWidth="1px"><asp:TextBox ID="TxtVisaBegin1" Width="100px" runat="server"></asp:TextBox></asp:TableCell>
- <asp:TableCell HorizontalAlign="Center" BorderWidth="1px"><asp:TextBox ID="TxtVisaEnd1" Width="100px" runat="server"></asp:TextBox></asp:TableCell>
- <asp:TableCell HorizontalAlign="Center" BorderWidth="1px"><asp:TextBox ID="TxtFlightGoBegin1" runat="server"></asp:TextBox></asp:TableCell>
- <asp:TableCell HorizontalAlign="Center" BorderWidth="1px"><asp:TextBox ID="TxtFlightBackEnd1" runat="server"></asp:TextBox></asp:TableCell>
- <asp:TableCell HorizontalAlign="Center" BorderWidth="1px"><asp:CheckBox ID="ChkAboard1" Text="國外" Width="50px" runat="server" /></asp:TableCell>
- <asp:TableCell HorizontalAlign="Center" BorderWidth="1px"><asp:TextBox ID="TxtRemark1" runat="server" Width="120px"></asp:TextBox></asp:TableCell>
- </asp:TableRow>
- <asp:TableRow>
- <asp:TableCell HorizontalAlign="Center" BorderWidth="1px"><asp:Label ID="LblNumber2" runat="server" Text="2" Width="30px" BorderStyle="None"></asp:Label></asp:TableCell>
- <asp:TableCell HorizontalAlign="Center" BorderWidth="1px"><asp:TextBox ID="TxtCompany2" Width="100px" runat="server"></asp:TextBox></asp:TableCell>
- <asp:TableCell HorizontalAlign="Center" BorderWidth="1px"><asp:TextBox ID="TxtSubject2" runat="server" Width="120px"></asp:TextBox></asp:TableCell>
- <asp:TableCell HorizontalAlign="Center" BorderWidth="1px"><asp:TextBox ID="TxtLinkman2" Width="70px" runat="server"></asp:TextBox></asp:TableCell>
- <asp:TableCell HorizontalAlign="Center" BorderWidth="1px"><asp:TextBox ID="TxtTel2" Width="90px" runat="server"></asp:TextBox></asp:TableCell>
- <asp:TableCell HorizontalAlign="Center" BorderWidth="1px"><asp:TextBox ID="TxtPlace2" Width="70px" runat="server"></asp:TextBox></asp:TableCell>
- <asp:TableCell HorizontalAlign="Center" BorderWidth="1px"><asp:TextBox ID="TxtVisaBegin2" Width="100px" runat="server"></asp:TextBox></asp:TableCell>
- <asp:TableCell HorizontalAlign="Center" BorderWidth="1px"><asp:TextBox ID="TxtVisaEnd2" Width="100px" runat="server"></asp:TextBox></asp:TableCell>
- <asp:TableCell HorizontalAlign="Center" BorderWidth="1px"><asp:TextBox ID="TxtFlightGoBegin2" runat="server"></asp:TextBox></asp:TableCell>
- <asp:TableCell HorizontalAlign="Center" BorderWidth="1px"><asp:TextBox ID="TxtFlightBackEnd2" runat="server"></asp:TextBox></asp:TableCell>
- <asp:TableCell HorizontalAlign="Center" BorderWidth="1px"><asp:CheckBox ID="ChkAboard2" Text="國外" Width="50px" runat="server" /></asp:TableCell>
- <asp:TableCell HorizontalAlign="Center" BorderWidth="1px"><asp:TextBox ID="TxtRemark2" runat="server" Width="120px"></asp:TextBox></asp:TableCell>
- </asp:TableRow>
- <asp:TableRow>
- <asp:TableCell HorizontalAlign="Center" BorderWidth="1px"><asp:Label ID="LblNumber3" runat="server" Text="3" Width="30px" BorderStyle="None"></asp:Label></asp:TableCell>
- <asp:TableCell HorizontalAlign="Center" BorderWidth="1px"><asp:TextBox ID="TxtCompany3" Width="100px" runat="server"></asp:TextBox></asp:TableCell>
- <asp:TableCell HorizontalAlign="Center" BorderWidth="1px"><asp:TextBox ID="TxtSubject3" runat="server" Width="120px"></asp:TextBox></asp:TableCell>
- <asp:TableCell HorizontalAlign="Center" BorderWidth="1px"><asp:TextBox ID="TxtLinkman3" Width="70px" runat="server"></asp:TextBox></asp:TableCell>
- <asp:TableCell HorizontalAlign="Center" BorderWidth="1px"><asp:TextBox ID="TxtTel3" Width="90px" runat="server"></asp:TextBox></asp:TableCell>
- <asp:TableCell HorizontalAlign="Center" BorderWidth="1px"><asp:TextBox ID="TxtPlace3" Width="70px" runat="server"></asp:TextBox></asp:TableCell>
- <asp:TableCell HorizontalAlign="Center" BorderWidth="1px"><asp:TextBox ID="TxtVisaBegin3" Width="100px" runat="server"></asp:TextBox></asp:TableCell>
- <asp:TableCell HorizontalAlign="Center" BorderWidth="1px"><asp:TextBox ID="TxtVisaEnd3" Width="100px" runat="server"></asp:TextBox></asp:TableCell>
- <asp:TableCell HorizontalAlign="Center" BorderWidth="1px"><asp:TextBox ID="TxtFlightGoBegin3" runat="server"></asp:TextBox></asp:TableCell>
- <asp:TableCell HorizontalAlign="Center" BorderWidth="1px"><asp:TextBox ID="TxtFlightBackEnd3" runat="server"></asp:TextBox></asp:TableCell>
- <asp:TableCell HorizontalAlign="Center" BorderWidth="1px"><asp:CheckBox ID="ChkAboard3" Text="國外" Width="50px" runat="server" /></asp:TableCell>
- <asp:TableCell HorizontalAlign="Center" BorderWidth="1px"><asp:TextBox ID="TxtRemark3" runat="server" Width="120px"></asp:TextBox></asp:TableCell>
- </asp:TableRow>
- <asp:TableRow>
- <asp:TableCell HorizontalAlign="Center" BorderWidth="1px"><asp:Label ID="LblNumber4" runat="server" Text="4" Width="30px" BorderStyle="None"></asp:Label></asp:TableCell>
- <asp:TableCell HorizontalAlign="Center" BorderWidth="1px"><asp:TextBox ID="TxtCompany4" Width="100px" runat="server"></asp:TextBox></asp:TableCell>
- <asp:TableCell HorizontalAlign="Center" BorderWidth="1px"><asp:TextBox ID="TxtSubject4" runat="server" Width="120px"></asp:TextBox></asp:TableCell>
- <asp:TableCell HorizontalAlign="Center" BorderWidth="1px"><asp:TextBox ID="TxtLinkman4" Width="70px" runat="server"></asp:TextBox></asp:TableCell>
- <asp:TableCell HorizontalAlign="Center" BorderWidth="1px"><asp:TextBox ID="TxtTel4" Width="90px" runat="server"></asp:TextBox></asp:TableCell>
- <asp:TableCell HorizontalAlign="Center" BorderWidth="1px"><asp:TextBox ID="TxtPlace4" Width="70px" runat="server"></asp:TextBox></asp:TableCell>
- <asp:TableCell HorizontalAlign="Center" BorderWidth="1px"><asp:TextBox ID="TxtVisaBegin4" Width="100px" runat="server"></asp:TextBox></asp:TableCell>
- <asp:TableCell HorizontalAlign="Center" BorderWidth="1px"><asp:TextBox ID="TxtVisaEnd4" Width="100px" runat="server"></asp:TextBox></asp:TableCell>
- <asp:TableCell HorizontalAlign="Center" BorderWidth="1px"><asp:TextBox ID="TxtFlightGoBegin4" runat="server"></asp:TextBox></asp:TableCell>
- <asp:TableCell HorizontalAlign="Center" BorderWidth="1px"><asp:TextBox ID="TxtFlightBackEnd4" runat="server"></asp:TextBox></asp:TableCell>
- <asp:TableCell HorizontalAlign="Center" BorderWidth="1px"><asp:CheckBox ID="ChkAboard4" Text="國外" Width="50px" runat="server" /></asp:TableCell>
- <asp:TableCell HorizontalAlign="Center" BorderWidth="1px"><asp:TextBox ID="TxtRemark4" runat="server" Width="120px"></asp:TextBox></asp:TableCell>
- </asp:TableRow>
- <asp:TableRow>
- <asp:TableCell HorizontalAlign="Center" BorderWidth="1px"><asp:Label ID="LblNumber5" runat="server" Text="5" Width="30px" BorderStyle="None"></asp:Label></asp:TableCell>
- <asp:TableCell HorizontalAlign="Center" BorderWidth="1px"><asp:TextBox ID="TxtCompany5" Width="100px" runat="server"></asp:TextBox></asp:TableCell>
- <asp:TableCell HorizontalAlign="Center" BorderWidth="1px"><asp:TextBox ID="TxtSubject5" runat="server" Width="120px"></asp:TextBox></asp:TableCell>
- <asp:TableCell HorizontalAlign="Center" BorderWidth="1px"><asp:TextBox ID="TxtLinkman5" Width="70px" runat="server"></asp:TextBox></asp:TableCell>
- <asp:TableCell HorizontalAlign="Center" BorderWidth="1px"><asp:TextBox ID="TxtTel5" Width="90px" runat="server"></asp:TextBox></asp:TableCell>
- <asp:TableCell HorizontalAlign="Center" BorderWidth="1px"><asp:TextBox ID="TxtPlace5" Width="70px" runat="server"></asp:TextBox></asp:TableCell>
- <asp:TableCell HorizontalAlign="Center" BorderWidth="1px"><asp:TextBox ID="TxtVisaBegin5" Width="100px" runat="server"></asp:TextBox></asp:TableCell>
- <asp:TableCell HorizontalAlign="Center" BorderWidth="1px"><asp:TextBox ID="TxtVisaEnd5" Width="100px" runat="server"></asp:TextBox></asp:TableCell>
- <asp:TableCell HorizontalAlign="Center" BorderWidth="1px"><asp:TextBox ID="TxtFlightGoBegin5" runat="server"></asp:TextBox></asp:TableCell>
- <asp:TableCell HorizontalAlign="Center" BorderWidth="1px"><asp:TextBox ID="TxtFlightBackEnd5" runat="server"></asp:TextBox></asp:TableCell>
- <asp:TableCell HorizontalAlign="Center" BorderWidth="1px"><asp:CheckBox ID="ChkAboard5" Text="國外" Width="50px" runat="server" /></asp:TableCell>
- <asp:TableCell HorizontalAlign="Center" BorderWidth="1px"><asp:TextBox ID="TxtRemark5" runat="server" Width="120px"></asp:TextBox></asp:TableCell>
- </asp:TableRow><%--
- <asp:TableRow>
- <asp:TableCell HorizontalAlign="Center" BorderWidth="1px"><asp:Label ID="LblNumber6" runat="server" Text="1" Width="30px" BorderStyle="None"></asp:Label></asp:TableCell>
- <asp:TableCell HorizontalAlign="Center" BorderWidth="1px"><asp:TextBox ID="TxtCompany6" Width="100px" runat="server"></asp:TextBox></asp:TableCell>
- <asp:TableCell HorizontalAlign="Center" BorderWidth="1px"><asp:TextBox ID="TxtSubject6" runat="server" Width="120px"></asp:TextBox></asp:TableCell>
- <asp:TableCell HorizontalAlign="Center" BorderWidth="1px"><asp:TextBox ID="TxtLinkman6" Width="70px" runat="server"></asp:TextBox></asp:TableCell>
- <asp:TableCell HorizontalAlign="Center" BorderWidth="1px"><asp:TextBox ID="TxtTel6" Width="90px" runat="server"></asp:TextBox></asp:TableCell>
- <asp:TableCell HorizontalAlign="Center" BorderWidth="1px"><asp:TextBox ID="TxtPlace6" Width="70px" runat="server"></asp:TextBox></asp:TableCell>
- <asp:TableCell HorizontalAlign="Center" BorderWidth="1px"><asp:TextBox ID="TxtVisaBegin6" Width="100px" runat="server"></asp:TextBox></asp:TableCell>
- <asp:TableCell HorizontalAlign="Center" BorderWidth="1px"><asp:TextBox ID="TxtVisaEnd6" Width="100px" runat="server"></asp:TextBox></asp:TableCell>
- <asp:TableCell HorizontalAlign="Center" BorderWidth="1px"><asp:TextBox ID="TxtFlightGoBegin6" runat="server"></asp:TextBox></asp:TableCell>
- <asp:TableCell HorizontalAlign="Center" BorderWidth="1px"><asp:TextBox ID="TxtFlightBackEnd6" runat="server"></asp:TextBox></asp:TableCell>
- <asp:TableCell HorizontalAlign="Center" BorderWidth="1px"><asp:CheckBox ID="ChkAboard6" Text="國外" Width="50px" runat="server" /></asp:TableCell>
- <asp:TableCell HorizontalAlign="Center" BorderWidth="1px"><asp:TextBox ID="TxtRemark6" runat="server" Width="120px"></asp:TextBox></asp:TableCell>
- </asp:TableRow>
- <asp:TableRow>
- <asp:TableCell HorizontalAlign="Center" BorderWidth="1px"><asp:Label ID="LblNumber7" runat="server" Text="1" Width="30px" BorderStyle="None"></asp:Label></asp:TableCell>
- <asp:TableCell HorizontalAlign="Center" BorderWidth="1px"><asp:TextBox ID="TxtCompany7" Width="100px" runat="server"></asp:TextBox></asp:TableCell>
- <asp:TableCell HorizontalAlign="Center" BorderWidth="1px"><asp:TextBox ID="TxtSubject7" runat="server" Width="120px"></asp:TextBox></asp:TableCell>
- <asp:TableCell HorizontalAlign="Center" BorderWidth="1px"><asp:TextBox ID="TxtLinkman7" Width="70px" runat="server"></asp:TextBox></asp:TableCell>
- <asp:TableCell HorizontalAlign="Center" BorderWidth="1px"><asp:TextBox ID="TxtTel7" Width="90px" runat="server"></asp:TextBox></asp:TableCell>
- <asp:TableCell HorizontalAlign="Center" BorderWidth="1px"><asp:TextBox ID="TxtPlace7" Width="70px" runat="server"></asp:TextBox></asp:TableCell>
- <asp:TableCell HorizontalAlign="Center" BorderWidth="1px"><asp:TextBox ID="TxtVisaBegin7" Width="100px" runat="server"></asp:TextBox></asp:TableCell>
- <asp:TableCell HorizontalAlign="Center" BorderWidth="1px"><asp:TextBox ID="TxtVisaEnd7" Width="100px" runat="server"></asp:TextBox></asp:TableCell>
- <asp:TableCell HorizontalAlign="Center" BorderWidth="1px"><asp:TextBox ID="TxtFlightGoBegin7" runat="server"></asp:TextBox></asp:TableCell>
- <asp:TableCell HorizontalAlign="Center" BorderWidth="1px"><asp:TextBox ID="TxtFlightBackEnd7" runat="server"></asp:TextBox></asp:TableCell>
- <asp:TableCell HorizontalAlign="Center" BorderWidth="1px"><asp:CheckBox ID="ChkAboard7" Text="國外" Width="50px" runat="server" /></asp:TableCell>
- <asp:TableCell HorizontalAlign="Center" BorderWidth="1px"><asp:TextBox ID="TxtRemark7" runat="server" Width="120px"></asp:TextBox></asp:TableCell>
- </asp:TableRow>
- <asp:TableRow>
- <asp:TableCell HorizontalAlign="Center" BorderWidth="1px"><asp:Label ID="LblNumber8" runat="server" Text="1" Width="30px" BorderStyle="None"></asp:Label></asp:TableCell>
- <asp:TableCell HorizontalAlign="Center" BorderWidth="1px"><asp:TextBox ID="TxtCompany8" Width="100px" runat="server"></asp:TextBox></asp:TableCell>
- <asp:TableCell HorizontalAlign="Center" BorderWidth="1px"><asp:TextBox ID="TxtSubject8" runat="server" Width="120px"></asp:TextBox></asp:TableCell>
- <asp:TableCell HorizontalAlign="Center" BorderWidth="1px"><asp:TextBox ID="TxtLinkman8" Width="70px" runat="server"></asp:TextBox></asp:TableCell>
- <asp:TableCell HorizontalAlign="Center" BorderWidth="1px"><asp:TextBox ID="TxtTel8" Width="90px" runat="server"></asp:TextBox></asp:TableCell>
- <asp:TableCell HorizontalAlign="Center" BorderWidth="1px"><asp:TextBox ID="TxtPlace8" Width="70px" runat="server"></asp:TextBox></asp:TableCell>
- <asp:TableCell HorizontalAlign="Center" BorderWidth="1px"><asp:TextBox ID="TxtVisaBegin8" Width="100px" runat="server"></asp:TextBox></asp:TableCell>
- <asp:TableCell HorizontalAlign="Center" BorderWidth="1px"><asp:TextBox ID="TxtVisaEnd8" Width="100px" runat="server"></asp:TextBox></asp:TableCell>
- <asp:TableCell HorizontalAlign="Center" BorderWidth="1px"><asp:TextBox ID="TxtFlightGoBegin8" runat="server"></asp:TextBox></asp:TableCell>
- <asp:TableCell HorizontalAlign="Center" BorderWidth="1px"><asp:TextBox ID="TxtFlightBackEnd8" runat="server"></asp:TextBox></asp:TableCell>
- <asp:TableCell HorizontalAlign="Center" BorderWidth="1px"><asp:CheckBox ID="ChkAboard8" Text="國外" Width="50px" runat="server" /></asp:TableCell>
- <asp:TableCell HorizontalAlign="Center" BorderWidth="1px"><asp:TextBox ID="TxtRemark8" runat="server" Width="120px"></asp:TextBox></asp:TableCell>
- </asp:TableRow>--%>
- <%--<asp:TableRow>
- <asp:TableCell HorizontalAlign="Center">
- <asp:Button ID="BtnAddNew" runat="server" Text="添加新行" OnClick="BtnAddNew_Click"/>
- <asp:HiddenField ID="Index" Value="1" runat="server" />
- </asp:TableCell>
- </asp:TableRow>--%>
- </asp:Table><br />
- <center>
- <asp:Button ID="BtnOk" Text="送件" runat="server" OnClick="BtnOk_Click" />
- <asp:Button ID="BtnSave" Text="存储" runat="server" OnClick="BtnSave_Click" />
- </center>
- </div>
- </form>
- </body>
- </html>