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

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" ReadOnly="true"></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" ReadOnly="true"></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" ReadOnly="true"></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" ReadOnly="true"></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:TextBox ID="DdlDepartPlace" runat="server" Style="position: relative">
  85.                 </asp:TextBox>
  86.             </asp:TableCell>
  87.         </asp:TableRow>
  88.         <asp:TableRow runat="server">
  89.             <asp:TableCell BorderWidth="1px" runat="server">
  90.                 <asp:Label ID="Label5" runat="server" Style="position: relative" Text="申請人部門"></asp:Label></asp:TableCell>
  91.             <asp:TableCell BorderWidth="1px" runat="server" HorizontalAlign="Left">
  92.                 <asp:TextBox ID="TxtDepartment" ReadOnly="true" runat="server" Style="position: relative"></asp:TextBox></asp:TableCell>
  93.             <asp:TableCell BorderWidth="1px" runat="server">
  94.                 <asp:Label ID="Label13" runat="server" Style="position: relative" Text="回程終地點"></asp:Label></asp:TableCell>
  95.             <asp:TableCell BorderWidth="1px" runat="server" HorizontalAlign="Left">
  96.                 <asp:TextBox ID="DdlArrivePlace" runat="server" Style="position: relative">
  97.                 </asp:TextBox></asp:TableCell>
  98.         </asp:TableRow>
  99.         <asp:TableRow runat="server">
  100.             <asp:TableCell BorderWidth="1px" runat="server">
  101.                 <asp:Label ID="Label6" runat="server" Style="position: relative" Text="申請人職稱"></asp:Label></asp:TableCell>
  102.             <asp:TableCell BorderWidth="1px" runat="server" HorizontalAlign="Left">
  103.                 <asp:TextBox ID="TxtPosition" runat="server" Style="position: relative" ReadOnly="true"></asp:TextBox></asp:TableCell>
  104.             <asp:TableCell BorderWidth="1px" runat="server">
  105.                 <asp:Label ID="Label14" runat="server" Style="position: relative" Text="(去程)起飛時間"></asp:Label></asp:TableCell>
  106.             <asp:TableCell BorderWidth="1px" runat="server" HorizontalAlign="Left">
  107.                 <asp:TextBox ID="TxtDepartTime" runat="server" Style="position: relative"></asp:TextBox>
  108.                 <asp:ImageButton ID="ImageButton3" runat="server" ImageUrl="~/images/calbtn.gif" OnClick="ImageButton3_Click"
  109.                     Style="position: relative" />
  110.                 <asp:Calendar ID="Calendar3" runat="server" BackColor="White" BorderColor="#999999" OnSelectionChanged="Calendar3_SelectionChanged"
  111.                     CellPadding="4" DayNameFormat="Shortest" Font-Names="Verdana" Font-Size="8pt"
  112.                     ForeColor="Black" Height="180px" Style="position: relative" Width="200px" Visible="False">
  113.                     <SelectedDayStyle BackColor="#666666" Font-Bold="True" ForeColor="White"/>
  114.                     <SelectorStyle BackColor="#CCCCCC" />
  115.                     <WeekendDayStyle BackColor="#FFFFCC" />
  116.                     <TodayDayStyle BackColor="#CCCCCC" ForeColor="Black" />
  117.                     <OtherMonthDayStyle ForeColor="Gray" />
  118.                     <NextPrevStyle VerticalAlign="Bottom" />
  119.                     <DayHeaderStyle BackColor="#CCCCCC" Font-Bold="True" Font-Size="7pt" />
  120.                     <TitleStyle BackColor="#999999" BorderColor="Black" Font-Bold="True" />
  121.                 </asp:Calendar></asp:TableCell>
  122.         </asp:TableRow>
  123.         <asp:TableRow runat="server">
  124.             <asp:TableCell BorderWidth="1px" runat="server">
  125.                 <asp:Label ID="Label7" runat="server" Style="position: relative" Text="出差天數"></asp:Label></asp:TableCell>
  126.             <asp:TableCell BorderWidth="1px" runat="server" HorizontalAlign="Left">
  127.                 <asp:TextBox ID="TxtDays" runat="server" Style="position: relative"></asp:TextBox>日</asp:TableCell>
  128.             <asp:TableCell BorderWidth="1px" runat="server">
  129.                 <asp:Label ID="Label8" runat="server" Style="position: relative;" Text="(回程)起飛時間"></asp:Label></asp:TableCell>
  130.             <asp:TableCell BorderWidth="1px" runat="server" HorizontalAlign="Left">
  131.                 <asp:TextBox ID="TxtArriveTime" runat="server" Style="position: relative"></asp:TextBox>
  132.                 <asp:ImageButton ID="ImageButton4" runat="server" ImageUrl="~/images/calbtn.gif" OnClick="ImageButton4_Click"
  133.                     Style="position: relative" />
  134.                 <asp:Calendar ID="Calendar4" runat="server" BackColor="White" BorderColor="#999999" OnSelectionChanged="Calendar4_SelectionChanged"
  135.                     CellPadding="4" DayNameFormat="Shortest" Font-Names="Verdana" Font-Size="8pt"
  136.                     ForeColor="Black" Height="180px" Style="position: relative" Width="200px" Visible="False">
  137.                     <SelectedDayStyle BackColor="#666666" Font-Bold="True" ForeColor="White"/>
  138.                     <SelectorStyle BackColor="#CCCCCC" />
  139.                     <WeekendDayStyle BackColor="#FFFFCC" />
  140.                     <TodayDayStyle BackColor="#CCCCCC" ForeColor="Black" />
  141.                     <OtherMonthDayStyle ForeColor="Gray" />
  142.                     <NextPrevStyle VerticalAlign="Bottom" />
  143.                     <DayHeaderStyle BackColor="#CCCCCC" Font-Bold="True" Font-Size="7pt" />
  144.                     <TitleStyle BackColor="#999999" BorderColor="Black" Font-Bold="True" />
  145.                 </asp:Calendar></asp:TableCell>
  146.         </asp:TableRow>
  147.     </asp:Table><br />
  148.     <asp:Label ID="LblError" runat="server" ForeColor="Red" Style="position: relative"></asp:Label>
  149.         &nbsp; &nbsp; &nbsp;&nbsp;</center>
  150.        
  151.             
  152.             <asp:Label ID="Label99" runat="server" Text="出差日程"></asp:Label>
  153.        
  154.         <asp:Table ID="TblDetail" runat="server" Style="position: relative" Width="838px" BorderStyle="Double">
  155.             <asp:TableHeaderRow BackColor="Menu" runat="server">
  156.                 <asp:TableHeaderCell runat="server">序號</asp:TableHeaderCell>
  157.                 <asp:TableHeaderCell runat="server">出差期間</asp:TableHeaderCell>
  158.                 <asp:TableHeaderCell runat="server">起</asp:TableHeaderCell>
  159.                 <asp:TableHeaderCell runat="server">迄</asp:TableHeaderCell>
  160.                 <asp:TableHeaderCell runat="server">交通工具</asp:TableHeaderCell>
  161.                 <asp:TableHeaderCell runat="server">業務內容(含訪問團體)</asp:TableHeaderCell>                
  162.                 <asp:TableHeaderCell runat="server">備註</asp:TableHeaderCell>
  163.             </asp:TableHeaderRow>
  164.             <asp:TableRow runat="server">
  165.                 <asp:TableCell HorizontalAlign="Center" BorderWidth="1px" runat="server"><asp:Label ID="LblNumber1" runat="server" Text="1" Width="30px" BorderStyle="None"></asp:Label></asp:TableCell>
  166.                 <asp:TableCell HorizontalAlign="Center" BorderWidth="1px" runat="server"><asp:TextBox ID="TxtDate1" Width="100px" runat="server"></asp:TextBox></asp:TableCell>
  167.                 <asp:TableCell HorizontalAlign="Center" BorderWidth="1px" runat="server"><asp:TextBox ID="TxtD_start1" runat="server" Width="70px"></asp:TextBox></asp:TableCell>
  168.                 <asp:TableCell HorizontalAlign="Center" BorderWidth="1px" runat="server"><asp:TextBox ID="TxtD_end1" Width="70px" runat="server"></asp:TextBox></asp:TableCell>
  169.                 <asp:TableCell HorizontalAlign="Center" BorderWidth="1px" runat="server"><asp:TextBox ID="TxtTool1" Width="90px" runat="server"></asp:TextBox></asp:TableCell>
  170.                 <asp:TableCell HorizontalAlign="Center" BorderWidth="1px" runat="server"><asp:TextBox ID="TxtContent1" Width="250px" runat="server"></asp:TextBox></asp:TableCell>
  171.                 <asp:TableCell HorizontalAlign="Center" BorderWidth="1px" runat="server"><asp:TextBox ID="TxtRemark1" Width="200px" runat="server"></asp:TextBox></asp:TableCell>
  172.                
  173.             </asp:TableRow>
  174.            <asp:TableRow ID="TableRow1" runat="server">
  175.                 <asp:TableCell ID="TableCell1" HorizontalAlign="Center" BorderWidth="1px" runat="server"><asp:Label ID="LblNumber2" runat="server" Text="2" Width="30px" BorderStyle="None"></asp:Label></asp:TableCell>
  176.                 <asp:TableCell ID="TableCell2" HorizontalAlign="Center" BorderWidth="1px" runat="server"><asp:TextBox ID="TxtDate2" Width="100px" runat="server"></asp:TextBox></asp:TableCell>
  177.                 <asp:TableCell ID="TableCell3" HorizontalAlign="Center" BorderWidth="1px" runat="server"><asp:TextBox ID="TxtD_start2" runat="server" Width="70px"></asp:TextBox></asp:TableCell>
  178.                 <asp:TableCell ID="TableCell4" HorizontalAlign="Center" BorderWidth="1px" runat="server"><asp:TextBox ID="TxtD_end2" Width="70px" runat="server"></asp:TextBox></asp:TableCell>
  179.                 <asp:TableCell ID="TableCell5" HorizontalAlign="Center" BorderWidth="1px" runat="server"><asp:TextBox ID="TxtTool2" Width="90px" runat="server"></asp:TextBox></asp:TableCell>
  180.                 <asp:TableCell ID="TableCell6" HorizontalAlign="Center" BorderWidth="1px" runat="server"><asp:TextBox ID="TxtContent2" Width="250px" runat="server"></asp:TextBox></asp:TableCell>
  181.                 <asp:TableCell ID="TableCell7" HorizontalAlign="Center" BorderWidth="1px" runat="server"><asp:TextBox ID="TxtRemark2" Width="200px" runat="server"></asp:TextBox></asp:TableCell>
  182.                
  183.             </asp:TableRow>
  184.             <asp:TableRow ID="TableRow2" runat="server">
  185.                 <asp:TableCell ID="TableCell8" HorizontalAlign="Center" BorderWidth="1px" runat="server"><asp:Label ID="LblNumber3" runat="server" Text="3" Width="30px" BorderStyle="None"></asp:Label></asp:TableCell>
  186.                 <asp:TableCell ID="TableCell9" HorizontalAlign="Center" BorderWidth="1px" runat="server"><asp:TextBox ID="TxtDate3" Width="100px" runat="server"></asp:TextBox></asp:TableCell>
  187.                 <asp:TableCell ID="TableCell10" HorizontalAlign="Center" BorderWidth="1px" runat="server"><asp:TextBox ID="TxtD_start3" runat="server" Width="70px"></asp:TextBox></asp:TableCell>
  188.                 <asp:TableCell ID="TableCell11" HorizontalAlign="Center" BorderWidth="1px" runat="server"><asp:TextBox ID="TxtD_end3" Width="70px" runat="server"></asp:TextBox></asp:TableCell>
  189.                 <asp:TableCell ID="TableCell12" HorizontalAlign="Center" BorderWidth="1px" runat="server"><asp:TextBox ID="TxtTool3" Width="90px" runat="server"></asp:TextBox></asp:TableCell>
  190.                 <asp:TableCell ID="TableCell13" HorizontalAlign="Center" BorderWidth="1px" runat="server"><asp:TextBox ID="TxtContent3" Width="250px" runat="server"></asp:TextBox></asp:TableCell>
  191.                 <asp:TableCell ID="TableCell14" HorizontalAlign="Center" BorderWidth="1px" runat="server"><asp:TextBox ID="TxtRemark3" Width="200px" runat="server"></asp:TextBox></asp:TableCell>
  192.                
  193.             </asp:TableRow>
  194.            <asp:TableRow ID="TableRow3" runat="server">
  195.                 <asp:TableCell ID="TableCell15" HorizontalAlign="Center" BorderWidth="1px" runat="server"><asp:Label ID="LblNumber4" runat="server" Text="4" Width="30px" BorderStyle="None"></asp:Label></asp:TableCell>
  196.                 <asp:TableCell ID="TableCell16" HorizontalAlign="Center" BorderWidth="1px" runat="server"><asp:TextBox ID="TxtDate4" Width="100px" runat="server"></asp:TextBox></asp:TableCell>
  197.                 <asp:TableCell ID="TableCell17" HorizontalAlign="Center" BorderWidth="1px" runat="server"><asp:TextBox ID="TxtD_start4" runat="server" Width="70px"></asp:TextBox></asp:TableCell>
  198.                 <asp:TableCell ID="TableCell18" HorizontalAlign="Center" BorderWidth="1px" runat="server"><asp:TextBox ID="TxtD_end4" Width="70px" runat="server"></asp:TextBox></asp:TableCell>
  199.                 <asp:TableCell ID="TableCell19" HorizontalAlign="Center" BorderWidth="1px" runat="server"><asp:TextBox ID="TxtTool4" Width="90px" runat="server"></asp:TextBox></asp:TableCell>
  200.                 <asp:TableCell ID="TableCell20" HorizontalAlign="Center" BorderWidth="1px" runat="server"><asp:TextBox ID="TxtContent4" Width="250px" runat="server"></asp:TextBox></asp:TableCell>
  201.                 <asp:TableCell ID="TableCell21" HorizontalAlign="Center" BorderWidth="1px" runat="server"><asp:TextBox ID="TxtRemark4" Width="200px" runat="server"></asp:TextBox></asp:TableCell>
  202.                
  203.             </asp:TableRow>
  204.            <asp:TableRow ID="TableRow4" runat="server">
  205.                 <asp:TableCell ID="TableCell22" HorizontalAlign="Center" BorderWidth="1px" runat="server"><asp:Label ID="LblNumber5" runat="server" Text="5" Width="30px" BorderStyle="None"></asp:Label></asp:TableCell>
  206.                 <asp:TableCell ID="TableCell23" HorizontalAlign="Center" BorderWidth="1px" runat="server"><asp:TextBox ID="TxtDate5" Width="100px" runat="server"></asp:TextBox></asp:TableCell>
  207.                 <asp:TableCell ID="TableCell24" HorizontalAlign="Center" BorderWidth="1px" runat="server"><asp:TextBox ID="TxtD_start5" runat="server" Width="70px"></asp:TextBox></asp:TableCell>
  208.                 <asp:TableCell ID="TableCell25" HorizontalAlign="Center" BorderWidth="1px" runat="server"><asp:TextBox ID="TxtD_end5" Width="70px" runat="server"></asp:TextBox></asp:TableCell>
  209.                 <asp:TableCell ID="TableCell26" HorizontalAlign="Center" BorderWidth="1px" runat="server"><asp:TextBox ID="TxtTool5" Width="90px" runat="server"></asp:TextBox></asp:TableCell>
  210.                 <asp:TableCell ID="TableCell27" HorizontalAlign="Center" BorderWidth="1px" runat="server"><asp:TextBox ID="TxtContent5" Width="250px" runat="server"></asp:TextBox></asp:TableCell>
  211.                 <asp:TableCell ID="TableCell28" HorizontalAlign="Center" BorderWidth="1px" runat="server"><asp:TextBox ID="TxtRemark5" Width="200px" runat="server"></asp:TextBox></asp:TableCell>
  212.                
  213.             </asp:TableRow>
  214.         </asp:Table>
  215.         <br />
  216.         <asp:Label ID="Label98" runat="server" Text="費用申請明細"></asp:Label><br />
  217.         <center>
  218.          <asp:Table ID="Table1" runat="server" Style="position: relative; left: 1px; top: 3px;" Width="659px" Height="119px" BorderStyle="Double">
  219.             <asp:TableHeaderRow ID="TableHeaderRow2" BackColor="Menu" runat="server" >
  220.                 <asp:TableHeaderCell ID="TableHeaderCell2" runat="server">序號</asp:TableHeaderCell>
  221.                  <asp:TableHeaderCell ID="TableHeaderCell4" runat="server" >費用內容</asp:TableHeaderCell> 
  222.                 <asp:TableHeaderCell ID="TableHeaderCell3" runat="server">申請金額</asp:TableHeaderCell>                                         
  223.                 <asp:TableHeaderCell ID="TableHeaderCell8" runat="server">備註</asp:TableHeaderCell>
  224.             </asp:TableHeaderRow>
  225.             <asp:TableRow ID="TableRow5" runat="server">
  226.                 <asp:TableCell ID="TableCell29" HorizontalAlign="Center" BorderWidth="1px" runat="server"><asp:Label ID="LabFNo1" runat="server" Text="1" Width="30px" BorderStyle="None"></asp:Label></asp:TableCell>
  227.                  <asp:TableCell ID="TableCell38" HorizontalAlign="Center" BorderWidth="1px" runat="server"><asp:Label ID="LabFContent1" runat="server" Text="膳食費用" Width="70px" BorderStyle="None"></asp:Label></asp:TableCell>
  228.                 <asp:TableCell ID="TableCell30" HorizontalAlign="Center" BorderWidth="1px" runat="server"><asp:TextBox ID="TxtFAmt1" Width="200px" runat="server"></asp:TextBox></asp:TableCell>
  229.                 <asp:TableCell ID="TableCell31" HorizontalAlign="Center" BorderWidth="1px" runat="server"><asp:TextBox ID="TxtFRemark1" runat="server" Width="300px"></asp:TextBox></asp:TableCell>
  230.                               
  231.             </asp:TableRow>
  232.               <asp:TableRow ID="TableRow6" runat="server">
  233.                 <asp:TableCell ID="TableCell32" HorizontalAlign="Center" BorderWidth="1px" runat="server"><asp:Label ID="LabFNo2" runat="server" Text="2" Width="30px" BorderStyle="None"></asp:Label></asp:TableCell>
  234.                  <asp:TableCell ID="TableCell33" HorizontalAlign="Center" BorderWidth="1px" runat="server"><asp:Label ID="LabFContent2" runat="server" Text="住宿費用" Width="70px" BorderStyle="None"></asp:Label></asp:TableCell>
  235.                 <asp:TableCell ID="TableCell34" HorizontalAlign="Center" BorderWidth="1px" runat="server"><asp:TextBox ID="TxtFAmt2" Width="200px" runat="server"></asp:TextBox></asp:TableCell>
  236.                 <asp:TableCell ID="TableCell39" HorizontalAlign="Center" BorderWidth="1px" runat="server"><asp:TextBox ID="TxtFRemark2" runat="server" Width="300px"></asp:TextBox></asp:TableCell>
  237.                               
  238.             </asp:TableRow>
  239.              <asp:TableRow ID="TableRow7" runat="server">
  240.                 <asp:TableCell ID="TableCell35" HorizontalAlign="Center" BorderWidth="1px" runat="server"><asp:Label ID="LabFNo3" runat="server" Text="3" Width="30px" BorderStyle="None"></asp:Label></asp:TableCell>
  241.                  <asp:TableCell ID="TableCell36" HorizontalAlign="Center" BorderWidth="1px" runat="server"><asp:Label ID="LabFContent3" runat="server" Text="交通費用" Width="70px" BorderStyle="None"></asp:Label></asp:TableCell>
  242.                 <asp:TableCell ID="TableCell37" HorizontalAlign="Center" BorderWidth="1px" runat="server"><asp:TextBox ID="TxtFAmt3" Width="200px" runat="server"></asp:TextBox></asp:TableCell>
  243.                 <asp:TableCell ID="TableCell40" HorizontalAlign="Center" BorderWidth="1px" runat="server"><asp:TextBox ID="TxtFRemark3" runat="server" Width="300px"></asp:TextBox></asp:TableCell>
  244.                               
  245.             </asp:TableRow>
  246.              <asp:TableRow ID="TableRow8" runat="server">
  247.                 <asp:TableCell ID="TableCell41" HorizontalAlign="Center" BorderWidth="1px" runat="server"><asp:Label ID="LabFNo4" runat="server" Text="4" Width="30px" BorderStyle="None"></asp:Label></asp:TableCell>
  248.                  <asp:TableCell ID="TableCell42" HorizontalAlign="Center" BorderWidth="1px" runat="server"><asp:Label ID="LabFContent4" runat="server" Text="其他費用" Width="70px" BorderStyle="None"></asp:Label></asp:TableCell>
  249.                 <asp:TableCell ID="TableCell43" HorizontalAlign="Center" BorderWidth="1px" runat="server"><asp:TextBox ID="TxtFAmt4" Width="200px" runat="server"></asp:TextBox></asp:TableCell>
  250.                 <asp:TableCell ID="TableCell44" HorizontalAlign="Center" BorderWidth="1px" runat="server"><asp:TextBox ID="TxtFRemark4" runat="server" Width="300px"></asp:TextBox></asp:TableCell>
  251.                               
  252.             </asp:TableRow>
  253.             <asp:TableRow ID="TableRow9" runat="server">
  254.                 <asp:TableCell ID="TableCell45" HorizontalAlign="Center" BorderWidth="1px" runat="server"><asp:Label ID="LabFNo5" runat="server" Text="5" Width="30px" BorderStyle="None"></asp:Label></asp:TableCell>
  255.                  <asp:TableCell ID="TableCell46" HorizontalAlign="Center" BorderWidth="1px" runat="server"><asp:Label ID="LabFContent5" runat="server" Text="合計" Width="70px" BorderStyle="None" ></asp:Label></asp:TableCell>
  256.                 <asp:TableCell ID="TableCell47" HorizontalAlign="Center" BorderWidth="1px" runat="server"><asp:TextBox ID="TxtFAmt5" Width="200px" runat="server" ></asp:TextBox></asp:TableCell>
  257.                 <asp:TableCell ID="TableCell48" HorizontalAlign="Center" BorderWidth="1px" runat="server"><asp:TextBox ID="TxtFRemark5" runat="server" Width="300px"></asp:TextBox></asp:TableCell>
  258.                               
  259.             </asp:TableRow>
  260.           </asp:Table>  
  261.           </center>
  262.         <br />
  263.         <center>
  264.         
  265.             <asp:Button ID="BtnOk" Text="送件" runat="server" OnClick="BtnOk_Click" />&nbsp;
  266.             <asp:Button ID="BtnSave" Text="存储" runat="server"  OnClick="BtnSave_Click" />
  267.         </center>
  268.         <center>
  269.             &nbsp;</center>
  270.         <center>
  271.     <asp:HiddenField
  272.         ID="PositionSequence" runat="server" />
  273.             <asp:HiddenField ID="UserGroup" runat="server" />
  274.         <asp:HiddenField ID="PositionId" runat="server" />
  275.         <asp:HiddenField ID="OperatorId" runat="server" />
  276.         <asp:HiddenField ID="DepartmentId" runat="server" />
  277.         <asp:HiddenField ID="EmployeeId" runat="server" />
  278.             &nbsp;</center>
  279.     </div>
  280.     </form>
  281. </body>
  282. </html>