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

OA系统

开发平台:

ASP/ASPX

  1. <%@ Page Language="C#" AutoEventWireup="true" CodeFile="deal_list.aspx.cs" Inherits="web_approvel_ch_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.         <asp:Label ID="Label1" runat="server" Font-Bold="True" Font-Size="Medium" Style="position: relative"
  13.             Text="處理與通知"></asp:Label>&nbsp;</center>
  14.         <center>
  15.             &nbsp;</center>
  16.         <center>
  17.         <asp:Table runat="server" ID="TblFlow" Width="580px" Visible="false">
  18.             <asp:TableHeaderRow BackColor="menu">
  19.                 <asp:TableHeaderCell>寄件者</asp:TableHeaderCell>
  20.                 <asp:TableHeaderCell>主旨</asp:TableHeaderCell>
  21.                 <asp:TableHeaderCell>接收日期</asp:TableHeaderCell>
  22.                 <asp:TableHeaderCell></asp:TableHeaderCell>
  23.             </asp:TableHeaderRow>
  24.         </asp:Table>
  25.             &nbsp;
  26.             <asp:HiddenField ID="FormId" runat="server" />
  27.         </center>
  28.         <center>
  29.         &nbsp;<asp:Panel ID="PnlApprovel" runat="server" Style="position: relative" Visible="False">
  30.                 <asp:Table ID="TblForm" runat="server" Style="position: relative; left: 6px; top: 6px;" Width="580px">
  31.                     <asp:TableHeaderRow ID="TableHeaderRow1" runat="server">
  32.                         <asp:TableHeaderCell ID="TableHeaderCell1" runat="server" BackColor="Menu" ColumnSpan="4"
  33.                             Height="20px" HorizontalAlign="Left">流通事業群中幹出差單</asp:TableHeaderCell>
  34.                     </asp:TableHeaderRow>
  35.                     <asp:TableRow runat="server">
  36.                         <asp:TableCell runat="server" BorderWidth="1px">
  37.                             <asp:Label ID="Label21" runat="server" Text="申請單號"></asp:Label></asp:TableCell>
  38.                         <asp:TableCell runat="server" BorderWidth="1px" HorizontalAlign="Left">
  39.                             <asp:TextBox ID="TxtFormId" runat="server" Enabled="false"></asp:TextBox></asp:TableCell>
  40.                         <asp:TableCell runat="server" BorderWidth="1px">
  41.                             <asp:Label ID="Label9" runat="server" Style="position: relative" Text="差假別"></asp:Label></asp:TableCell>
  42.                         <asp:TableCell runat="server" BorderWidth="1px" HorizontalAlign="Left">
  43.                             <asp:TextBox ID="TxtOffType" runat="server" Enabled="false" ReadOnly="true" Style="position: relative"
  44.                                 Text="出差"></asp:TextBox></asp:TableCell>
  45.                     </asp:TableRow>
  46.                     <asp:TableRow runat="server">
  47.                         <asp:TableCell runat="server" BorderWidth="1px">
  48.                             <asp:Label ID="Label2" runat="server" Style="position: relative" Text="申請人工號"></asp:Label></asp:TableCell>
  49.                         <asp:TableCell runat="server" BorderWidth="1px" HorizontalAlign="Left">
  50.                             <asp:TextBox ID="TxtEmpNo" runat="server" Enabled="false" Style="position: relative"></asp:TextBox></asp:TableCell>
  51.                         <asp:TableCell runat="server" BorderWidth="1px" HorizontalAlign="Center">
  52.                             <asp:Label ID="Label10" runat="server" Style="position: relative" Text="出差日期起"></asp:Label></asp:TableCell>
  53.                         <asp:TableCell runat="server" BorderWidth="1px" HorizontalAlign="Left">
  54.                             <asp:TextBox ID="TxtBeginTime" runat="server" Enabled="false" Style="position: relative"></asp:TextBox>
  55.                         </asp:TableCell>
  56.                     </asp:TableRow>
  57.                     <asp:TableRow runat="server">
  58.                         <asp:TableCell runat="server" BorderWidth="1px">
  59.                             <asp:Label ID="Label3" runat="server" Style="position: relative" Text="申請人姓名"></asp:Label></asp:TableCell>
  60.                         <asp:TableCell runat="server" BorderWidth="1px" HorizontalAlign="Left">
  61.                             <asp:TextBox ID="TxtEmpName" runat="server" Enabled="false" Style="position: relative"></asp:TextBox></asp:TableCell>
  62.                         <asp:TableCell runat="server" BorderWidth="1px">
  63.                             <asp:Label ID="Label11" runat="server" Style="position: relative" Text="出差日期止"></asp:Label></asp:TableCell>
  64.                         <asp:TableCell runat="server" BorderWidth="1px" HorizontalAlign="Left">
  65.                             <asp:TextBox ID="TxtEndTime" runat="server" Enabled="false" Style="position: relative"></asp:TextBox></asp:TableCell>
  66.                     </asp:TableRow>
  67.                     <asp:TableRow runat="server">
  68.                         <asp:TableCell runat="server" BorderWidth="1px">
  69.                             <asp:Label ID="Label4" runat="server" Style="position: relative" Text="申請日期"></asp:Label></asp:TableCell>
  70.                         <asp:TableCell runat="server" BorderWidth="1px" HorizontalAlign="Left">
  71.                             <asp:TextBox ID="TxtApplyDate" runat="server" Enabled="false" Style="position: relative"></asp:TextBox></asp:TableCell>
  72.                         <asp:TableCell runat="server" BorderWidth="1px">
  73.                             <asp:Label ID="Label12" runat="server" Style="position: relative" Text="去程出發地"></asp:Label></asp:TableCell>
  74.                         <asp:TableCell runat="server" BorderWidth="1px" HorizontalAlign="Left">
  75.                             <asp:TextBox ID="TxtDepartPlace" runat="server" Enabled="false"></asp:TextBox>
  76.                         </asp:TableCell>
  77.                     </asp:TableRow>
  78.                     <asp:TableRow runat="server">
  79.                         <asp:TableCell runat="server" BorderWidth="1px">
  80.                             <asp:Label ID="Label5" runat="server" Style="position: relative" Text="申請人部門"></asp:Label></asp:TableCell>
  81.                         <asp:TableCell runat="server" BorderWidth="1px" HorizontalAlign="Left">
  82.                             <asp:TextBox ID="TxtDepartment" runat="server" Enabled="false" Style="position: relative"></asp:TextBox></asp:TableCell>
  83.                         <asp:TableCell runat="server" BorderWidth="1px">
  84.                             <asp:Label ID="Label13" runat="server" Style="position: relative" Text="回程終地點"></asp:Label></asp:TableCell>
  85.                         <asp:TableCell runat="server" BorderWidth="1px" HorizontalAlign="Left">
  86.                             <asp:TextBox ID="TxtArrivePlace" runat="server" Enabled="false"></asp:TextBox>
  87.                         </asp:TableCell>
  88.                     </asp:TableRow>
  89.                     <asp:TableRow runat="server">
  90.                         <asp:TableCell runat="server" BorderWidth="1px">
  91.                             <asp:Label ID="Label6" runat="server" Style="position: relative" Text="申請人職稱"></asp:Label></asp:TableCell>
  92.                         <asp:TableCell runat="server" BorderWidth="1px" HorizontalAlign="Left">
  93.                             <asp:TextBox ID="TxtPosition" runat="server" Enabled="false" Style="position: relative"></asp:TextBox></asp:TableCell>
  94.                         <asp:TableCell runat="server" BorderWidth="1px">
  95.                             <asp:Label ID="Label14" runat="server" Style="position: relative" Text="(去程)起飛時間"></asp:Label></asp:TableCell>
  96.                         <asp:TableCell runat="server" BorderWidth="1px" HorizontalAlign="Left">
  97.                             <asp:TextBox ID="TxtDepartTime" runat="server" Enabled="false" Style="position: relative"></asp:TextBox>
  98.                         </asp:TableCell>
  99.                     </asp:TableRow>
  100.                     <asp:TableRow runat="server">
  101.                         <asp:TableCell runat="server" BorderWidth="1px">
  102.                             <asp:Label ID="Label7" runat="server" Style="position: relative" Text="出差天數"></asp:Label></asp:TableCell>
  103.                         <asp:TableCell runat="server" BorderWidth="1px" HorizontalAlign="Left">
  104.                             <asp:TextBox ID="TxtDays" runat="server" Enabled="false" Style="position: relative"></asp:TextBox>日</asp:TableCell>
  105.                         <asp:TableCell runat="server" BorderWidth="1px">
  106.                             <asp:Label ID="Label8" runat="server" Style="position: relative;" Text="(回程)起飛時間"></asp:Label></asp:TableCell>
  107.                         <asp:TableCell runat="server" BorderWidth="1px" HorizontalAlign="Left">
  108.                             <asp:TextBox ID="TxtArriveTime" runat="server" Enabled="false" Style="position: relative"></asp:TextBox>
  109.                         </asp:TableCell>
  110.                     </asp:TableRow>
  111.                 </asp:Table>
  112.                 <br />
  113.                 <asp:Table ID="TblDetail" runat="server" Style="position: relative" Width="1000px">
  114.                     <asp:TableHeaderRow BackColor="Menu">
  115.                         <asp:TableHeaderCell>序號</asp:TableHeaderCell>
  116.                         <asp:TableHeaderCell>客戶公司名稱</asp:TableHeaderCell>
  117.                         <asp:TableHeaderCell>會議主題/出差原因</asp:TableHeaderCell>
  118.                         <asp:TableHeaderCell>客戶聯絡人</asp:TableHeaderCell>
  119.                         <asp:TableHeaderCell>聯絡電話</asp:TableHeaderCell>
  120.                         <asp:TableHeaderCell>國家/城市</asp:TableHeaderCell>
  121.                         <asp:TableHeaderCell>簽證日期起</asp:TableHeaderCell>
  122.                         <asp:TableHeaderCell>簽證日期止</asp:TableHeaderCell>
  123.                         <asp:TableHeaderCell>(往)班機起飛時間</asp:TableHeaderCell>
  124.                         <asp:TableHeaderCell>(返)班機起飛時間</asp:TableHeaderCell>
  125.                         <asp:TableHeaderCell>國外</asp:TableHeaderCell>
  126.                         <asp:TableHeaderCell ID="TableHeaderCell2" runat="server">備註</asp:TableHeaderCell>
  127.                     </asp:TableHeaderRow>
  128.                 </asp:Table>
  129.             </asp:Panel>
  130.         </center>
  131.         <center>
  132.             <asp:Panel ID="PnlFlow" runat="server" Style="left: 13px; position: relative; top: -2px"
  133.                 Visible="False" Width="595px" Height="1px">
  134.                 <asp:GridView ID="FlowList" runat="server" AutoGenerateColumns="False" BackColor="White"
  135.                     BorderColor="#CCCCCC" BorderStyle="None" BorderWidth="1px" CellPadding="3" DataSourceID="SqlDataSource2"
  136.                     OnRowCreated="FlowList_RowCreated" Style="position: relative; left: 5px; top: 8px;" Width="580px">
  137.                     <FooterStyle BackColor="White" ForeColor="#000066" />
  138.                     <RowStyle ForeColor="Black" />
  139.                     <Columns>
  140.                         <asp:BoundField DataField="step" HeaderText="步驟" SortExpression="step" />
  141.                         <asp:BoundField DataField="emp_name" HeaderText="辦理人" SortExpression="emp_name" />
  142.                         <asp:TemplateField HeaderText="簽核類別">
  143.                             <ItemTemplate>
  144.                                 <asp:Label ID="LblApplyType" runat="server" Style="position: relative"></asp:Label>
  145.                             </ItemTemplate>
  146.                         </asp:TemplateField>
  147.                         <asp:TemplateField HeaderText="處理狀態">
  148.                             <ItemTemplate>
  149.                                 <asp:Label ID="LblIsCheck" runat="server" Style="position: relative"></asp:Label>
  150.                             </ItemTemplate>
  151.                         </asp:TemplateField>
  152.                         <asp:TemplateField HeaderText="是否同意">
  153.                             <ItemTemplate>
  154.                                 <asp:Label ID="LblIsAgree" runat="server" Style="position: relative"></asp:Label>
  155.                             </ItemTemplate>
  156.                         </asp:TemplateField>
  157.                         <asp:TemplateField HeaderText="處理意見">
  158.                             <ItemTemplate>
  159.                                 <asp:Label ID="LblComment" runat="server" Style="position: relative"></asp:Label>
  160.                             </ItemTemplate>
  161.                         </asp:TemplateField>
  162.                         <asp:BoundField DataField="check_date" HeaderText="辦理日期" SortExpression="check_date" />
  163.                     </Columns>
  164.                     <PagerStyle BackColor="White" ForeColor="Black" HorizontalAlign="Left" />
  165.                     <SelectedRowStyle BackColor="#669999" Font-Bold="True" ForeColor="White" />
  166.                     <HeaderStyle BackColor="Menu" Font-Bold="True" ForeColor="Black" />
  167.                 </asp:GridView>
  168.                 &nbsp;
  169.                 <asp:SqlDataSource ID="SqlDataSource2" runat="server" ConnectionString="<%$ ConnectionStrings:oaConnection %>"
  170.                     SelectCommand="SELECT f.id, f.step, e.emp_name, f.comment, f.check_date FROM dbo.OA_CH_APPROVEL_FORM_FLOW AS f inner JOIN dbo.OA_EMPLOYEE AS e ON e.id = f.operator_id WHERE (f.form_id = @form_id) and (is_business='Y') order by f.id">
  171.                     <SelectParameters>
  172.                         <asp:QueryStringParameter DefaultValue="0" Name="form_id" QueryStringField="f_id1" />
  173.                     </SelectParameters>
  174.                 </asp:SqlDataSource>
  175.             </asp:Panel>
  176.             &nbsp; &nbsp; &nbsp; &nbsp;          
  177.                  
  178.         </center>
  179.         
  180.         <center>
  181.             <asp:Panel ID="PnlOff" runat="server" Visible="false"><asp:Table style="POSITION: relative" id="Table1" runat="server" Width="580px">
  182.                     <asp:TableHeaderRow ID="TableHeaderRow2" runat="server">
  183.                         <asp:TableHeaderCell ID="TableHeaderCell3" runat="server" BackColor="Menu" ColumnSpan="4"
  184.                             Height="20px" HorizontalAlign="Left">流通事業群中幹請假單</asp:TableHeaderCell>
  185.                     </asp:TableHeaderRow>
  186.                     <asp:TableRow ID="TableRow1" runat="server">
  187.                         <asp:TableCell ID="TableCell1" runat="server" BorderWidth="1px">
  188.                             <asp:Label ID="Label111" runat="server" Text="申請單號"></asp:Label></asp:TableCell>
  189.                         <asp:TableCell ID="TableCell2" runat="server" BorderWidth="1px" HorizontalAlign="Left">
  190.                             <asp:TextBox ID="TxtOffFormId" runat="server" Enabled="False"></asp:TextBox></asp:TableCell>
  191.                         <asp:TableCell ID="TableCell3" runat="server" BorderWidth="1px">
  192.                             <asp:Label ID="Label122" runat="server" Text="假別"></asp:Label></asp:TableCell>
  193.                         <asp:TableCell ID="TableCell4" runat="server" BorderWidth="1px" HorizontalAlign="Left">
  194.                             <asp:TextBox ID="TxtOffType2" runat="server" Enabled="false"></asp:TextBox>
  195.                         </asp:TableCell>
  196.                     </asp:TableRow>
  197.                     <asp:TableRow ID="TableRow2" runat="server">
  198.                         <asp:TableCell ID="TableCell5" runat="server" BorderWidth="1px">
  199.                             <asp:Label ID="Label114" runat="server" Style="position: relative" Text="申請人"></asp:Label></asp:TableCell>
  200.                         <asp:TableCell ID="TableCell6" runat="server" BorderWidth="1px" HorizontalAlign="Left">
  201.                             <asp:TextBox ID="TxtOffEmpName" runat="server" Enabled="False" Style="position: relative"></asp:TextBox></asp:TableCell>
  202.                         <asp:TableCell ID="TableCell7" runat="server" BorderWidth="1px">
  203.                             <asp:Label ID="Labe1l3" runat="server" Style="position: relative" Text="開始時間"></asp:Label></asp:TableCell>
  204.                         <asp:TableCell ID="TableCell8" runat="server" BorderWidth="1px" HorizontalAlign="Left">
  205.                             <asp:TextBox ID="TxtOffBeginTime" Enabled="false" runat="server" Style="position: relative"></asp:TextBox>
  206.                         </asp:TableCell>
  207.                     </asp:TableRow>
  208.                     <asp:TableRow ID="TableRow3" runat="server">
  209.                         <asp:TableCell ID="TableCell9" runat="server" BorderWidth="1px">
  210.                             <asp:Label ID="Label133" runat="server" Style="position: relative" Text="申請日期"></asp:Label></asp:TableCell>
  211.                         <asp:TableCell ID="TableCell10" runat="server" BorderWidth="1px" HorizontalAlign="Left">
  212.                             <asp:TextBox ID="TxtOffApplyDate" runat="server" Enabled="False" Style="position: relative"></asp:TextBox></asp:TableCell>
  213.                         <asp:TableCell ID="TableCell11" runat="server" BorderWidth="1px">
  214.                             <asp:Label ID="Labe3l4" runat="server" Style="position: relative" Text="結束時間"></asp:Label></asp:TableCell>
  215.                         <asp:TableCell ID="TableCell12" runat="server" BorderWidth="1px" HorizontalAlign="Left">
  216.                             <asp:TextBox ID="TxtOffEndTime" runat="server" Enabled="false" Style="position: relative"></asp:TextBox>
  217.                         </asp:TableCell>
  218.                     </asp:TableRow>
  219.                     <asp:TableRow ID="TableRow4" runat="server">
  220.                         <asp:TableCell ID="TableCell13" runat="server" BorderWidth="1px">
  221.                             <asp:Label ID="Label112" runat="server" Style="position: relative" Text="申請人部門"></asp:Label></asp:TableCell>
  222.                         <asp:TableCell ID="TableCell14" runat="server" BorderWidth="1px" HorizontalAlign="Left">
  223.                             <asp:TextBox ID="TxtOffDepartment" runat="server" Enabled="False" Style="position: relative"></asp:TextBox></asp:TableCell>
  224.                         <asp:TableCell ID="TableCell15" runat="server" BorderWidth="1px">
  225.                             <asp:Label ID="Label15" runat="server" Style="position: relative" Text="休假時數"></asp:Label></asp:TableCell>
  226.                         <asp:TableCell ID="TableCell16" runat="server" BorderWidth="1px" HorizontalAlign="Left">
  227.                             <asp:TextBox ID="TxtHours" runat="server" Enabled="False" Style="position: relative"></asp:TextBox>小時</asp:TableCell>
  228.                     </asp:TableRow>
  229.                     <asp:TableRow ID="TableRow5" runat="server">
  230.                         <asp:TableCell ID="TableCell17" runat="server" BorderWidth="1px">
  231.                             <asp:Label ID="Label121" runat="server" Style="position: relative" Text="職務代理人"></asp:Label></asp:TableCell>
  232.                         <asp:TableCell ID="TableCell18" runat="server" BorderWidth="1px" HorizontalAlign="Left">
  233.                             <asp:TextBox ID="TxtDelegate" runat="server" Enabled="False"></asp:TextBox>
  234.                         </asp:TableCell>
  235.                         <asp:TableCell ID="TableCell19" runat="server" BorderWidth="1px">&nbsp;</asp:TableCell>
  236.                         <asp:TableCell ID="TableCell20" runat="server" BorderWidth="1px">&nbsp;</asp:TableCell>
  237.                     </asp:TableRow>
  238.                     <asp:TableRow ID="TableRow6" runat="server">
  239.                         <asp:TableCell ID="TableCell21" runat="server" BorderWidth="1px">
  240.                             <asp:Label ID="Label110" runat="server" Style="position: relative" Text="申請人職稱"></asp:Label></asp:TableCell>
  241.                         <asp:TableCell ID="TableCell22" runat="server" BorderWidth="1px" HorizontalAlign="Left">
  242.                             <asp:TextBox ID="TxtOffPosition" runat="server" Style="position: relative" Enabled="False"></asp:TextBox></asp:TableCell>
  243.                         <asp:TableCell ID="TableCell23" runat="server" BorderWidth="1px">&nbsp;</asp:TableCell>
  244.                         <asp:TableCell ID="TableCell24" runat="server" BorderWidth="1px">&nbsp;</asp:TableCell>
  245.                     </asp:TableRow>
  246.                     <asp:TableRow ID="TableRow7" runat="server">
  247.                         <asp:TableCell ID="TableCell25" runat="server" BorderWidth="1px">
  248.                             <asp:Label ID="Label118" runat="server" Style="position: relative" Text="附帶公務"></asp:Label></asp:TableCell>
  249.                         <asp:TableCell ID="TableCell26" runat="server" BorderWidth="1px" ColumnSpan="3" HorizontalAlign="Left">
  250.                             <asp:TextBox ID="TxtParenthesis" runat="server" Rows="3" Style="position: relative"
  251.                                 TextMode="MultiLine" Width="450px" Enabled="False"></asp:TextBox></asp:TableCell>
  252.                     </asp:TableRow>
  253.                     <asp:TableRow ID="TableRow8" runat="server">
  254.                         <asp:TableCell ID="TableCell27" runat="server" BorderWidth="1px">
  255.                             <asp:Label ID="Label29" runat="server" Style="position: relative" Text="事由"></asp:Label></asp:TableCell>
  256.                         <asp:TableCell ID="TableCell28" runat="server" BorderWidth="1px" ColumnSpan="3" HorizontalAlign="Left">
  257.                             <asp:TextBox ID="TxtReason" runat="server" Rows="3" Style="position: relative" TextMode="MultiLine"
  258.                                 Width="450px" Enabled="False"></asp:TextBox></asp:TableCell>
  259.                     </asp:TableRow>
  260.                 </asp:Table>
  261.                 <br />
  262.             </asp:Panel>
  263.             <asp:GridView ID="OffFlowList" runat="server" AutoGenerateColumns="False" BackColor="White"
  264.                 BorderColor="#CCCCCC" BorderStyle="None" BorderWidth="1px" CellPadding="3" DataSourceID="SqlDataSource4"
  265.                 OnRowCreated="OffFlowList_RowCreated" Style="position: relative" Width="580px">
  266.                 <FooterStyle BackColor="White" ForeColor="#000066" />
  267.                 <RowStyle ForeColor="Black" />
  268.                 <Columns>
  269.                     <asp:BoundField DataField="step" HeaderText="步驟" SortExpression="step" />
  270.                     <asp:BoundField DataField="emp_name" HeaderText="辦理人" SortExpression="emp_name" />
  271.                     <asp:TemplateField HeaderText="簽核類別">
  272.                         <ItemTemplate>
  273.                             <asp:Label ID="LblApplyType" runat="server" Style="position: relative"></asp:Label>
  274.                         </ItemTemplate>
  275.                     </asp:TemplateField>
  276.                     <asp:TemplateField HeaderText="處理狀態">
  277.                         <ItemTemplate>
  278.                             <asp:Label ID="LblIsCheck" runat="server" Style="position: relative"></asp:Label>
  279.                         </ItemTemplate>
  280.                     </asp:TemplateField>
  281.                     <asp:TemplateField HeaderText="是否同意">
  282.                         <ItemTemplate>
  283.                             <asp:Label ID="LblIsAgree" runat="server" Style="position: relative"></asp:Label>
  284.                         </ItemTemplate>
  285.                     </asp:TemplateField>
  286.                     <asp:TemplateField HeaderText="處理意見">
  287.                         <ItemTemplate>
  288.                             <asp:Label ID="LblComment" runat="server" Style="position: relative"></asp:Label>
  289.                         </ItemTemplate>
  290.                     </asp:TemplateField>
  291.                     <asp:BoundField DataField="check_date" HeaderText="辦理日期" SortExpression="check_date" />
  292.                 </Columns>
  293.                 <PagerStyle BackColor="White" ForeColor="Black" HorizontalAlign="Left" />
  294.                 <SelectedRowStyle BackColor="#669999" Font-Bold="True" ForeColor="White" />
  295.                 <HeaderStyle BackColor="Menu" Font-Bold="True" ForeColor="Black" />
  296.             </asp:GridView>
  297.             <asp:SqlDataSource ID="SqlDataSource4" runat="server" ConnectionString="<%$ ConnectionStrings:oaConnection %>"
  298.                 SelectCommand="SELECT f.id, f.step, e.emp_name, f.comment, f.check_date FROM dbo.OA_CH_APPROVEL_FORM_FLOW AS f INNER JOIN dbo.OA_EMPLOYEE AS e ON e.id = f.operator_id WHERE (f.form_id = @form_id) and (is_business='N') order by f.id">
  299.                 <SelectParameters>
  300.                     <asp:QueryStringParameter DefaultValue="0" Name="form_id" QueryStringField="o_id1" />
  301.                 </SelectParameters>
  302.             </asp:SqlDataSource>
  303.             &nbsp;</center>
  304.         <center>
  305.             &nbsp;</center>
  306.         <center>
  307.             &nbsp;</center>
  308.         <center>
  309.         </center>
  310.         <center>
  311.             <asp:Panel ID="PnlDeal" runat="server" Style="position: relative; left: 17px; top: -51px;" Visible="false" Height="184px" Width="626px">
  312.                 <table border="1" style="position: relative; left: -5px; top: 10px;" width="580">
  313.                     <tr>
  314.                         <td align="center" style="width: 56px">
  315.                         </td>
  316.                         <td align="left">
  317.                             <asp:RadioButtonList ID="RbAgree" runat="server" AutoPostBack="True" BorderStyle="None"
  318.                                 OnSelectedIndexChanged="RbAgree_SelectedIndexChanged" RepeatDirection="Horizontal"
  319.                                 Style="position: relative" Width="163px">
  320.                                 <asp:ListItem Selected="True" Value="Y">同意</asp:ListItem>
  321.                                 <asp:ListItem Value="N">不同意</asp:ListItem>
  322.                             </asp:RadioButtonList></td>
  323.                     </tr>
  324.                     <tr>
  325.                         <td align="center" style="width: 56px">
  326.                             意見:
  327.                         </td>
  328.                         <td align="left">
  329.                             <asp:TextBox ID="TxtComment" runat="server" BorderStyle="None" Rows="5" Style="position: relative"
  330.                                 TextMode="MultiLine" Width="500px">已同意</asp:TextBox></td>
  331.                     </tr>
  332.                     <tr>
  333.                         <td align="center" colspan="2" style="height: 28px">
  334.                             <asp:Button ID="BtnOk" runat="server" OnClick="BtnOk_Click" Style="position: relative"
  335.                                 Text="送件" /></td>
  336.                     </tr>
  337.                 </table>
  338.             </asp:Panel>
  339.             &nbsp;</center>
  340.     </div>
  341.     </form>
  342. </body>
  343. </html>