b_form.aspx
资源名称:web.rar [点击查看]
上传用户:xrffrp
上传日期:2022-03-25
资源大小:22155k
文件大小:26k
源码类别:
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" ReadOnly="true"></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" ReadOnly="true"></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" ReadOnly="true"></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" ReadOnly="true"></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:TextBox ID="DdlDepartPlace" runat="server" Style="position: relative">
- </asp:TextBox>
- </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" ReadOnly="true" 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:TextBox ID="DdlArrivePlace" runat="server" Style="position: relative">
- </asp:TextBox></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" ReadOnly="true"></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>
- </center>
- <asp:Label ID="Label99" runat="server" Text="出差日程"></asp:Label>
- <asp:Table ID="TblDetail" runat="server" Style="position: relative" Width="838px" BorderStyle="Double">
- <asp:TableHeaderRow BackColor="Menu" runat="server">
- <asp:TableHeaderCell runat="server">序號</asp:TableHeaderCell>
- <asp:TableHeaderCell runat="server">出差期間</asp:TableHeaderCell>
- <asp:TableHeaderCell runat="server">起</asp:TableHeaderCell>
- <asp:TableHeaderCell runat="server">迄</asp:TableHeaderCell>
- <asp:TableHeaderCell runat="server">交通工具</asp:TableHeaderCell>
- <asp:TableHeaderCell runat="server">業務內容(含訪問團體)</asp:TableHeaderCell>
- <asp:TableHeaderCell runat="server">備註</asp:TableHeaderCell>
- </asp:TableHeaderRow>
- <asp:TableRow runat="server">
- <asp:TableCell HorizontalAlign="Center" BorderWidth="1px" runat="server"><asp:Label ID="LblNumber1" runat="server" Text="1" Width="30px" BorderStyle="None"></asp:Label></asp:TableCell>
- <asp:TableCell HorizontalAlign="Center" BorderWidth="1px" runat="server"><asp:TextBox ID="TxtDate1" Width="100px" runat="server"></asp:TextBox></asp:TableCell>
- <asp:TableCell HorizontalAlign="Center" BorderWidth="1px" runat="server"><asp:TextBox ID="TxtD_start1" runat="server" Width="70px"></asp:TextBox></asp:TableCell>
- <asp:TableCell HorizontalAlign="Center" BorderWidth="1px" runat="server"><asp:TextBox ID="TxtD_end1" Width="70px" runat="server"></asp:TextBox></asp:TableCell>
- <asp:TableCell HorizontalAlign="Center" BorderWidth="1px" runat="server"><asp:TextBox ID="TxtTool1" Width="90px" runat="server"></asp:TextBox></asp:TableCell>
- <asp:TableCell HorizontalAlign="Center" BorderWidth="1px" runat="server"><asp:TextBox ID="TxtContent1" Width="250px" runat="server"></asp:TextBox></asp:TableCell>
- <asp:TableCell HorizontalAlign="Center" BorderWidth="1px" runat="server"><asp:TextBox ID="TxtRemark1" Width="200px" runat="server"></asp:TextBox></asp:TableCell>
- </asp:TableRow>
- <asp:TableRow ID="TableRow1" runat="server">
- <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>
- <asp:TableCell ID="TableCell2" HorizontalAlign="Center" BorderWidth="1px" runat="server"><asp:TextBox ID="TxtDate2" Width="100px" runat="server"></asp:TextBox></asp:TableCell>
- <asp:TableCell ID="TableCell3" HorizontalAlign="Center" BorderWidth="1px" runat="server"><asp:TextBox ID="TxtD_start2" runat="server" Width="70px"></asp:TextBox></asp:TableCell>
- <asp:TableCell ID="TableCell4" HorizontalAlign="Center" BorderWidth="1px" runat="server"><asp:TextBox ID="TxtD_end2" Width="70px" runat="server"></asp:TextBox></asp:TableCell>
- <asp:TableCell ID="TableCell5" HorizontalAlign="Center" BorderWidth="1px" runat="server"><asp:TextBox ID="TxtTool2" Width="90px" runat="server"></asp:TextBox></asp:TableCell>
- <asp:TableCell ID="TableCell6" HorizontalAlign="Center" BorderWidth="1px" runat="server"><asp:TextBox ID="TxtContent2" Width="250px" runat="server"></asp:TextBox></asp:TableCell>
- <asp:TableCell ID="TableCell7" HorizontalAlign="Center" BorderWidth="1px" runat="server"><asp:TextBox ID="TxtRemark2" Width="200px" runat="server"></asp:TextBox></asp:TableCell>
- </asp:TableRow>
- <asp:TableRow ID="TableRow2" runat="server">
- <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>
- <asp:TableCell ID="TableCell9" HorizontalAlign="Center" BorderWidth="1px" runat="server"><asp:TextBox ID="TxtDate3" Width="100px" runat="server"></asp:TextBox></asp:TableCell>
- <asp:TableCell ID="TableCell10" HorizontalAlign="Center" BorderWidth="1px" runat="server"><asp:TextBox ID="TxtD_start3" runat="server" Width="70px"></asp:TextBox></asp:TableCell>
- <asp:TableCell ID="TableCell11" HorizontalAlign="Center" BorderWidth="1px" runat="server"><asp:TextBox ID="TxtD_end3" Width="70px" runat="server"></asp:TextBox></asp:TableCell>
- <asp:TableCell ID="TableCell12" HorizontalAlign="Center" BorderWidth="1px" runat="server"><asp:TextBox ID="TxtTool3" Width="90px" runat="server"></asp:TextBox></asp:TableCell>
- <asp:TableCell ID="TableCell13" HorizontalAlign="Center" BorderWidth="1px" runat="server"><asp:TextBox ID="TxtContent3" Width="250px" runat="server"></asp:TextBox></asp:TableCell>
- <asp:TableCell ID="TableCell14" HorizontalAlign="Center" BorderWidth="1px" runat="server"><asp:TextBox ID="TxtRemark3" Width="200px" runat="server"></asp:TextBox></asp:TableCell>
- </asp:TableRow>
- <asp:TableRow ID="TableRow3" runat="server">
- <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>
- <asp:TableCell ID="TableCell16" HorizontalAlign="Center" BorderWidth="1px" runat="server"><asp:TextBox ID="TxtDate4" Width="100px" runat="server"></asp:TextBox></asp:TableCell>
- <asp:TableCell ID="TableCell17" HorizontalAlign="Center" BorderWidth="1px" runat="server"><asp:TextBox ID="TxtD_start4" runat="server" Width="70px"></asp:TextBox></asp:TableCell>
- <asp:TableCell ID="TableCell18" HorizontalAlign="Center" BorderWidth="1px" runat="server"><asp:TextBox ID="TxtD_end4" Width="70px" runat="server"></asp:TextBox></asp:TableCell>
- <asp:TableCell ID="TableCell19" HorizontalAlign="Center" BorderWidth="1px" runat="server"><asp:TextBox ID="TxtTool4" Width="90px" runat="server"></asp:TextBox></asp:TableCell>
- <asp:TableCell ID="TableCell20" HorizontalAlign="Center" BorderWidth="1px" runat="server"><asp:TextBox ID="TxtContent4" Width="250px" runat="server"></asp:TextBox></asp:TableCell>
- <asp:TableCell ID="TableCell21" HorizontalAlign="Center" BorderWidth="1px" runat="server"><asp:TextBox ID="TxtRemark4" Width="200px" runat="server"></asp:TextBox></asp:TableCell>
- </asp:TableRow>
- <asp:TableRow ID="TableRow4" runat="server">
- <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>
- <asp:TableCell ID="TableCell23" HorizontalAlign="Center" BorderWidth="1px" runat="server"><asp:TextBox ID="TxtDate5" Width="100px" runat="server"></asp:TextBox></asp:TableCell>
- <asp:TableCell ID="TableCell24" HorizontalAlign="Center" BorderWidth="1px" runat="server"><asp:TextBox ID="TxtD_start5" runat="server" Width="70px"></asp:TextBox></asp:TableCell>
- <asp:TableCell ID="TableCell25" HorizontalAlign="Center" BorderWidth="1px" runat="server"><asp:TextBox ID="TxtD_end5" Width="70px" runat="server"></asp:TextBox></asp:TableCell>
- <asp:TableCell ID="TableCell26" HorizontalAlign="Center" BorderWidth="1px" runat="server"><asp:TextBox ID="TxtTool5" Width="90px" runat="server"></asp:TextBox></asp:TableCell>
- <asp:TableCell ID="TableCell27" HorizontalAlign="Center" BorderWidth="1px" runat="server"><asp:TextBox ID="TxtContent5" Width="250px" runat="server"></asp:TextBox></asp:TableCell>
- <asp:TableCell ID="TableCell28" HorizontalAlign="Center" BorderWidth="1px" runat="server"><asp:TextBox ID="TxtRemark5" Width="200px" runat="server"></asp:TextBox></asp:TableCell>
- </asp:TableRow>
- </asp:Table>
- <br />
- <asp:Label ID="Label98" runat="server" Text="費用申請明細"></asp:Label><br />
- <center>
- <asp:Table ID="Table1" runat="server" Style="position: relative; left: 1px; top: 3px;" Width="659px" Height="119px" BorderStyle="Double">
- <asp:TableHeaderRow ID="TableHeaderRow2" BackColor="Menu" runat="server" >
- <asp:TableHeaderCell ID="TableHeaderCell2" runat="server">序號</asp:TableHeaderCell>
- <asp:TableHeaderCell ID="TableHeaderCell4" runat="server" >費用內容</asp:TableHeaderCell>
- <asp:TableHeaderCell ID="TableHeaderCell3" runat="server">申請金額</asp:TableHeaderCell>
- <asp:TableHeaderCell ID="TableHeaderCell8" runat="server">備註</asp:TableHeaderCell>
- </asp:TableHeaderRow>
- <asp:TableRow ID="TableRow5" runat="server">
- <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>
- <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>
- <asp:TableCell ID="TableCell30" HorizontalAlign="Center" BorderWidth="1px" runat="server"><asp:TextBox ID="TxtFAmt1" Width="200px" runat="server"></asp:TextBox></asp:TableCell>
- <asp:TableCell ID="TableCell31" HorizontalAlign="Center" BorderWidth="1px" runat="server"><asp:TextBox ID="TxtFRemark1" runat="server" Width="300px"></asp:TextBox></asp:TableCell>
- </asp:TableRow>
- <asp:TableRow ID="TableRow6" runat="server">
- <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>
- <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>
- <asp:TableCell ID="TableCell34" HorizontalAlign="Center" BorderWidth="1px" runat="server"><asp:TextBox ID="TxtFAmt2" Width="200px" runat="server"></asp:TextBox></asp:TableCell>
- <asp:TableCell ID="TableCell39" HorizontalAlign="Center" BorderWidth="1px" runat="server"><asp:TextBox ID="TxtFRemark2" runat="server" Width="300px"></asp:TextBox></asp:TableCell>
- </asp:TableRow>
- <asp:TableRow ID="TableRow7" runat="server">
- <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>
- <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>
- <asp:TableCell ID="TableCell37" HorizontalAlign="Center" BorderWidth="1px" runat="server"><asp:TextBox ID="TxtFAmt3" Width="200px" runat="server"></asp:TextBox></asp:TableCell>
- <asp:TableCell ID="TableCell40" HorizontalAlign="Center" BorderWidth="1px" runat="server"><asp:TextBox ID="TxtFRemark3" runat="server" Width="300px"></asp:TextBox></asp:TableCell>
- </asp:TableRow>
- <asp:TableRow ID="TableRow8" runat="server">
- <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>
- <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>
- <asp:TableCell ID="TableCell43" HorizontalAlign="Center" BorderWidth="1px" runat="server"><asp:TextBox ID="TxtFAmt4" Width="200px" runat="server"></asp:TextBox></asp:TableCell>
- <asp:TableCell ID="TableCell44" HorizontalAlign="Center" BorderWidth="1px" runat="server"><asp:TextBox ID="TxtFRemark4" runat="server" Width="300px"></asp:TextBox></asp:TableCell>
- </asp:TableRow>
- <asp:TableRow ID="TableRow9" runat="server">
- <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>
- <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>
- <asp:TableCell ID="TableCell47" HorizontalAlign="Center" BorderWidth="1px" runat="server"><asp:TextBox ID="TxtFAmt5" Width="200px" runat="server" ></asp:TextBox></asp:TableCell>
- <asp:TableCell ID="TableCell48" HorizontalAlign="Center" BorderWidth="1px" runat="server"><asp:TextBox ID="TxtFRemark5" runat="server" Width="300px"></asp:TextBox></asp:TableCell>
- </asp:TableRow>
- </asp:Table>
- </center>
- <br />
- <center>
- <asp:Button ID="BtnOk" Text="送件" runat="server" OnClick="BtnOk_Click" />
- <asp:Button ID="BtnSave" Text="存储" runat="server" OnClick="BtnSave_Click" />
- </center>
- <center>
- </center>
- <center>
- <asp:HiddenField
- ID="PositionSequence" runat="server" />
- <asp:HiddenField ID="UserGroup" 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>
- </div>
- </form>
- </body>
- </html>