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

OA系统

开发平台:

ASP/ASPX

  1. <%@ Page Language="C#" AutoEventWireup="true" CodeFile="deal_list.aspx.cs" Inherits="web_fair_deal_list" %>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml" >
  4. <head runat="server">
  5.     <title>无标题页</title>
  6.     <link href="../../css/style.css" rel="stylesheet" type="text/css" />
  7. </head>
  8. <body>
  9.     <form id="form1" runat="server">
  10.     <div>
  11.     <center>
  12.         &nbsp;</center>
  13.         <center>
  14.         <asp:Label ID="LblTitle" runat="server" Text="處理與通知" Font-Bold="True" Font-Size="Medium"></asp:Label>
  15.         </center>
  16.         <center>
  17.     <br />
  18.         <asp:Table runat="server" ID="TblFlow" Width="580px" Visible="False">
  19.             <asp:TableHeaderRow ID="TableHeaderRow1" BackColor="Menu" runat="server">
  20.                 <asp:TableHeaderCell ID="TableHeaderCell1" runat="server">寄件者</asp:TableHeaderCell>
  21.                 <asp:TableHeaderCell ID="TableHeaderCell2" runat="server">所屬部門</asp:TableHeaderCell>
  22.                 <asp:TableHeaderCell ID="TableHeaderCell3" runat="server">接收日期</asp:TableHeaderCell>
  23.                 <asp:TableHeaderCell ID="TableHeaderCell4" runat="server"></asp:TableHeaderCell>
  24.             </asp:TableHeaderRow>
  25.         </asp:Table>
  26.         <br />
  27.         <asp:Panel ID="PnlFair" runat="server" Visible="false">
  28.             <asp:Table ID="TblFair" runat="server" Width="580px">
  29.                 <asp:TableHeaderRow BackColor="menu">
  30.                     <asp:TableHeaderCell ColumnSpan="2" BorderWidth="1px" HorizontalAlign="Left">費用申請表單</asp:TableHeaderCell>
  31.                 </asp:TableHeaderRow>
  32.                 <asp:TableRow>
  33.                     <asp:TableCell BorderWidth="1px" Width="130px">單號</asp:TableCell>
  34.                     <asp:TableCell BorderWidth="1px" HorizontalAlign="Left">
  35.                         <asp:TextBox ID="TxtFormNo" runat="server" Enabled="false" Width="300px"></asp:TextBox>
  36.                     </asp:TableCell>
  37.                 </asp:TableRow>
  38.                 <asp:TableRow>
  39.                     <asp:TableCell BorderWidth="1px">申請人姓名</asp:TableCell>
  40.                     <asp:TableCell BorderWidth="1px" HorizontalAlign="Left">
  41.                         <asp:TextBox ID="TxtEmpName" runat="server" Enabled="false" Width="300px"></asp:TextBox>
  42.                     </asp:TableCell>
  43.                 </asp:TableRow>
  44.                 <asp:TableRow>
  45.                     <asp:TableCell BorderWidth="1px">申請人工號</asp:TableCell>
  46.                     <asp:TableCell BorderWidth="1px" HorizontalAlign="Left">
  47.                         <asp:TextBox ID="TxtEmpNo" runat="server" Enabled="false" Width="300px"></asp:TextBox>
  48.                     </asp:TableCell>
  49.                 </asp:TableRow>
  50.                 <asp:TableRow>
  51.                     <asp:TableCell BorderWidth="1px">申請日期</asp:TableCell>
  52.                     <asp:TableCell BorderWidth="1px" HorizontalAlign="Left">
  53.                         <asp:TextBox ID="TxtApplyDate" runat="server" Enabled="false" Width="300px"></asp:TextBox>
  54.                     </asp:TableCell>
  55.                 </asp:TableRow>
  56.                 <asp:TableRow>
  57.                     <asp:TableCell BorderWidth="1px">主旨</asp:TableCell>
  58.                     <asp:TableCell BorderWidth="1px" HorizontalAlign="Left">
  59.                         <asp:TextBox ID="TxtSubject" runat="server" Width="300px" Enabled="false"></asp:TextBox>
  60.                     </asp:TableCell>
  61.                 </asp:TableRow>
  62.                 <asp:TableRow>
  63.                     <asp:TableCell BorderWidth="1px">申請金額</asp:TableCell>
  64.                     <asp:TableCell BorderWidth="1px" HorizontalAlign="Left">
  65.                         <asp:TextBox ID="TxtAmount" runat="server" Width="300px" Enabled="false"></asp:TextBox>
  66.                     </asp:TableCell>
  67.                 </asp:TableRow>
  68.                 <asp:TableRow Visible="false">
  69.                     <asp:TableCell BorderWidth="1px">差旅單號</asp:TableCell>
  70.                     <asp:TableCell BorderWidth="1px" HorizontalAlign="Left">
  71.                         <asp:HyperLink ID="HlFormNo" runat="server"></asp:HyperLink>
  72.                     </asp:TableCell>
  73.                 </asp:TableRow>
  74.                 <asp:TableRow>
  75.                     <asp:TableCell BorderWidth="1px">備註</asp:TableCell>
  76.                     <asp:TableCell BorderWidth="1px" HorizontalAlign="Left">
  77.                         <asp:TextBox ID="TxtRemark" runat="server" Width="400px" Enabled="false" TextMode="MultiLine" Rows="5"></asp:TextBox>
  78.                     </asp:TableCell>
  79.                 </asp:TableRow>
  80.                 <asp:TableRow Visible="false">
  81.                     <asp:TableCell BorderWidth="1px">圖檔</asp:TableCell>
  82.                     <asp:TableCell BorderWidth="1px" HorizontalAlign="Left">
  83.                         <asp:Panel ID="PnlPicture" runat="server" HorizontalAlign="Left">
  84.                         </asp:Panel>
  85.                     </asp:TableCell>
  86.                 </asp:TableRow>
  87.             </asp:Table>
  88.         </asp:Panel>
  89.         <br />
  90.         <asp:Panel ID="PnlDeal" runat="server" Style="position: relative" Visible="false">
  91.             <table border="1" style="position: relative" width="580">
  92.                 <tr>
  93.                     <td align="center" style="width: 56px">
  94.                     </td>
  95.                     <td align="left">
  96.                         <asp:RadioButtonList ID="RbAgree" runat="server" AutoPostBack="True" BorderStyle="None"
  97.                             OnSelectedIndexChanged="RbAgree_SelectedIndexChanged" RepeatDirection="Horizontal"
  98.                             Style="position: relative" Width="163px">
  99.                             <asp:ListItem Selected="True" Value="Y">同意</asp:ListItem>
  100.                             <asp:ListItem Value="N">不同意</asp:ListItem>
  101.                         </asp:RadioButtonList></td>
  102.                 </tr>
  103.                 <tr>
  104.                     <td align="center" style="width: 56px">
  105.                         意見:
  106.                     </td>
  107.                     <td align="left">
  108.                         <asp:TextBox ID="TxtComment" runat="server" BorderStyle="None" Rows="5" Style="position: relative"
  109.                             TextMode="MultiLine" Width="500px">已同意</asp:TextBox></td>
  110.                 </tr>
  111.                 <tr>
  112.                     <td align="center" colspan="2">
  113.                         <asp:Button ID="BtnOk" runat="server" OnClick="BtnOk_Click" Style="position: relative"
  114.                             Text="送件" /></td>
  115.                 </tr>
  116.             </table>
  117.         </asp:Panel>
  118.         </center>
  119.     </div>
  120.     </form>
  121. </body>
  122. </html>