Files
thinkyu/Web/forms/worker/ucBonusInput.ascx
sryang 577060bc78 chore: 首次簽入 Thinkyu ASP.NET 專案
- 加入 Visual Studio / ASP.NET .gitignore
- 排除建置輸出、IDE 設定、NuGet packages、大型 MSI 安裝檔
2026-09-10 09:42:37 +08:00

76 lines
3.9 KiB
Plaintext

<%@ Control Language="C#" AutoEventWireup="true"
CodeFile="ucBonusInput.ascx.cs" Inherits="forms_worker_ucBonusInput" %>
<%@ Register Assembly="WNET" Namespace="Wellan.Web.UI"
TagPrefix="cc1" %>
<asp:MultiView ID="MultiView1" runat="server"
ActiveViewIndex="1">
<asp:View ID="View1" runat="server">
<table style="table-layout: fixed" id="Table2"
cellspacing="1" cellpadding="2" width="1"
border="0">
<tbody>
<tr style="line-height: 0px">
<td style="width: 60px; height: 0px" colspan="1"></td>
<td colspan="1" style="width: 100px; height: 0px"></td>
<td style="width: 80px; height: 0px" colspan="1"></td>
<td style="width: 80px; height: 0px" colspan="1"></td>
<td colspan="1" style="width: 80px; height: 0px"></td>
<td style="width: 200px; height: 0px" colspan="1"></td>
<td colspan="1" style="width: 200px; height: 0px"></td>
</tr>
<tr>
<td align="center" nowrap="nowrap">
<cc1:WLabel ID="lbSSENO" runat="server"
TextMessageId=""></cc1:WLabel></td>
<td align="center" nowrap="nowrap">
<cc1:WLabel ID="lbSSENOX" runat="server" TextMessageId=""></cc1:WLabel></td>
<td align="center">
<asp:TextBox ID="txtSSP13" CssClass="textInput"
runat="server" MaxLength="8" Text=""></asp:TextBox>
</td>
<td align="center">
<cc1:WLabel ID="lbSSS03" runat="server" CssClass="textInput1" TextMessageId=""></cc1:WLabel></td>
<td align="center">
<cc1:WLabel ID="lbSSTOT" runat="server" CssClass="textInput1" TextMessageId=""></cc1:WLabel></td>
<td align="center">
<asp:TextBox ID="txtSSC07" CssClass="textInput"
runat="server" MaxLength="70" Text=""></asp:TextBox>
</td>
<td>
<asp:Label ID="lbMessage" runat="server"
ForeColor="Red" Visible="False"></asp:Label></td>
</tr>
</tbody>
</table>
<asp:HiddenField ID="hfYymm" runat="server" />
<asp:HiddenField ID="hfSspyn" runat="server" />
<asp:HiddenField ID="hfBonusTimes" runat="server" />
<asp:HiddenField ID="hfTaxRate" runat="server" />
<asp:HiddenField ID="hfOldSSP13" runat="server" />
</asp:View>
<asp:View ID="View2" runat="server">
<table style="table-layout: fixed; background-color: #507CD1;" id="Table1"
cellspacing="1" cellpadding="2" width="1"
border="0">
<tbody>
<tr style="line-height: 0px">
<td style="width: 60px; height: 0px" colspan="1"></td>
<td colspan="1" style="width: 100px; height: 0px"></td>
<td style="width: 80px; height: 0px" colspan="1"></td>
<td style="width: 80px; height: 0px" colspan="1"></td>
<td colspan="1" style="width: 80px; height: 0px"></td>
<td style="width: 200px; height: 0px" colspan="1"></td>
</tr>
<tr style="background-color: #507CD1; font-weight: bold; color: white; height: 25px">
<td align="center">人員編號</td>
<td align="center">人員姓名</td>
<td align="center">金額</td>
<td align="center">稅額</td>
<td align="center">實發</td>
<td>備註</td>
</tr>
</tbody>
</table>
</asp:View>
</asp:MultiView>