134 lines
4.9 KiB
Plaintext
134 lines
4.9 KiB
Plaintext
<%@ Control Language="C#" AutoEventWireup="true" CodeFile="fmBSGP.ascx.cs" Inherits="forms_flow_fmBSGP" %>
|
|
<%@ Register Assembly="WNET" Namespace="Wellan.Web.UI" TagPrefix="cc1" %>
|
|
<cc1:WLabel ID="WLabel1" runat="server" CssClass="pageTitle">差勤表單簽核人員設定</cc1:WLabel>
|
|
<asp:CustomValidator ID="cvMessage" runat="server" Display="None"></asp:CustomValidator>
|
|
|
|
<table>
|
|
<tr>
|
|
<td align="right">
|
|
<cc1:WLabel ID="WLabel6" runat="server" TextMessageId="">年度:</cc1:WLabel></td>
|
|
<td class="dataEditCell">
|
|
<asp:TextBox ID="txtYY" runat="server" Columns="4"
|
|
CssClass="textInput1" MaxLength="4"></asp:TextBox><cc1:WButton
|
|
ID="btnYY" runat="server" AccessKey="Y"
|
|
CssClass="button" OnClick="btnYY_Click"
|
|
Text="Y.確定" /></td>
|
|
<td class="dataEditCell">
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td align="right">
|
|
<cc1:WLabel ID="WLabel3" runat="server"
|
|
TextMessageId="">專案:</cc1:WLabel></td>
|
|
<td class="dataEditCell">
|
|
<cc1:WDropDownList ID="ddlRPPYN"
|
|
runat="server" CssClass="textInput1"
|
|
DataTextField="BPPYM" DataValueField="BPPYN"
|
|
Width="500px">
|
|
</cc1:WDropDownList></td>
|
|
<td class="dataEditCell">
|
|
<cc1:WButton ID="Next" runat="server"
|
|
AccessKey="J" CausesValidation="False"
|
|
CssClass="button" OnClick="Next_Click"
|
|
Text="J.選擇專案" UseSubmitBehavior="False" /></td>
|
|
</tr>
|
|
</table>
|
|
<asp:Panel ID="Panel1" runat="server" Visible="False">
|
|
<table cellpadding="4" cellspacing="4" border="0">
|
|
<tr>
|
|
<th>
|
|
<asp:Label ID="Label1" runat="server" Text="簽核人員"></asp:Label>
|
|
</th>
|
|
<th>
|
|
<asp:Label ID="Label2" runat="server" Text="內部人員"></asp:Label>
|
|
</th>
|
|
<th>
|
|
<asp:Label ID="Label3" runat="server" Text="外部人員"></asp:Label>
|
|
</th>
|
|
</tr>
|
|
<tr>
|
|
<td valign="top">
|
|
<table cellpadding="4" cellspacing="0"
|
|
style="margin-bottom:10px">
|
|
<tr>
|
|
<th style="text-align:center; width:36px">
|
|
(1)<br /><br />第<br /><br />一<br /><br />關
|
|
</th>
|
|
<td valign="top">
|
|
<asp:ListBox ID="lbLVL1" runat="server" Rows="8"
|
|
Width="140px" SelectionMode="Multiple"></asp:ListBox>
|
|
</td>
|
|
<td>
|
|
<asp:ImageButton ID="btnIn1" runat="server"
|
|
ImageUrl="~/picture/arrow_left.png"
|
|
onclick="btnMoveIn_Click" />
|
|
<br />
|
|
<br />
|
|
<asp:ImageButton ID="btnOut1" runat="server"
|
|
ImageUrl="~/picture/arrow_right.png"
|
|
onclick="btnMoveOut_Click" />
|
|
</td>
|
|
</tr>
|
|
<tr><td colspan="3"></td></tr>
|
|
<tr>
|
|
<th style="text-align:center;">
|
|
(2)<table style="width:100%; text-align:center"><tr><td>長<br /><br />官<br /><br />關</td><td>︵<br />請<br />假<br />超<br />過<br />三<br />日<br />︶</td></tr></table>
|
|
</th>
|
|
<td valign="top">
|
|
<asp:ListBox ID="lbLVL2" runat="server" Rows="8"
|
|
Width="140px" SelectionMode="Multiple"></asp:ListBox>
|
|
</td>
|
|
<td>
|
|
<asp:ImageButton ID="btnIn2" runat="server"
|
|
ImageUrl="~/picture/arrow_left.png"
|
|
onclick="btnMoveIn_Click" />
|
|
<br />
|
|
<br />
|
|
<asp:ImageButton ID="btnOut2" runat="server"
|
|
ImageUrl="~/picture/arrow_right.png"
|
|
onclick="btnMoveOut_Click" />
|
|
</td>
|
|
</tr>
|
|
<tr><td colspan="3"></td></tr>
|
|
<tr>
|
|
<th style="text-align:center;">
|
|
(3)<br /><br />第<br /><br />二<br /><br />關
|
|
</th>
|
|
<td valign="top">
|
|
<asp:ListBox ID="lbLVL3" runat="server" Rows="8"
|
|
Width="140px" SelectionMode="Multiple"></asp:ListBox>
|
|
</td>
|
|
<td>
|
|
<asp:ImageButton ID="btnIn3" runat="server"
|
|
ImageUrl="~/picture/arrow_left.png"
|
|
onclick="btnMoveIn_Click" />
|
|
<br />
|
|
<br />
|
|
<asp:ImageButton ID="btnOut3" runat="server"
|
|
ImageUrl="~/picture/arrow_right.png"
|
|
onclick="btnMoveOut_Click" style="height: 32px" />
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</td>
|
|
<td valign="top">
|
|
<asp:Button ID="btnClear1" runat="server"
|
|
onclick="btnClear_Click" Text="清除選取" />
|
|
<br />
|
|
<asp:ListBox ID="lbBPSN" runat="server" Width="140px"
|
|
Rows="30" SelectionMode="Multiple"></asp:ListBox>
|
|
</td>
|
|
<td valign="top">
|
|
<asp:Button ID="btnClear2" runat="server"
|
|
onclick="btnClear_Click" Text="清除選取" />
|
|
<br />
|
|
<asp:ListBox ID="lbBPAP" runat="server" Width="140px"
|
|
Rows="30" SelectionMode="Multiple"></asp:ListBox>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</asp:Panel>
|
|
|
|
|
|
|