⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 gowork.aspx

📁 OA系统源码 办公应用软件源码 asp.net 开发
💻 ASPX
字号:
<%@ Page Language="C#" MasterPageFile="~/MasterPage.master"AutoEventWireup="true" CodeFile="GoWork.aspx.cs" Inherits="MonuoalSign_GoWork" %>


<asp:Content ID="qiandao" runat="server" ContentPlaceHolderID="ContentPlaceHolder1">
   
<div>
      <div style="width:99%;height:30px; text-align:left;">当前位置:员工签到、签退</div>
      <div style="text-align:center"><b>员 工 签 到、签 退</b></div> 
     <asp:UpdatePanel ID="upManualSign" runat="server" UpdateMode="Conditional">
               <ContentTemplate>
<FIELDSET style="HEIGHT: 200px"><LEGEND>员工填写区</LEGEND><DIV style="WIDTH: 90%; HEIGHT: 35px; TEXT-ALIGN: left">签卡日期:<asp:textbox id="txtSignDate" runat="server" Width="176px" MaxLength="12" Columns="10" CssClass="inputCss" ReadOnly="True"></asp:textbox>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <asp:button id="btnArrive" Height="24" Width="56px" CssClass="buttonCss" Runat="server" Text="签 到" OnClick="btnArrive_Click"></asp:button>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <asp:button id="btnLeave" Height="24" Width="56px" CssClass="buttonCss" Runat="server" Text="签 退" OnClick="btnLeave_Click"></asp:button> </DIV><DIV style="WIDTH: 90%; HEIGHT: 60px; TEXT-ALIGN: left"><asp:Label style="LEFT: 1px; POSITION: relative; TOP: -69px" id="Label1" runat="server" Width="62px" Text="签卡备注:"></asp:Label> <asp:textbox id="txtSignDesc" runat="server" Height="99px" Width="304px" CssClass="textArea" TextMode="MultiLine"></asp:textbox> </DIV></FIELDSET> 
<HR style="WIDTH: 96%" color=#66ccff SIZE=2 />
<FIELDSET style="HEIGHT: 200px" id="fieldSignIn" runat="server" visible="false"><LEGEND>您的签到信息</LEGEND><DIV style="WIDTH: 90%; HEIGHT: 110px; TEXT-ALIGN: left">&nbsp;&nbsp;&nbsp;用&nbsp;&nbsp;&nbsp; 户&nbsp;&nbsp;&nbsp;&nbsp;号: <asp:textbox id="txtUserId" runat="server" Width="104px" Columns="10" CssClass="inputCss" ReadOnly="True">---</asp:textbox> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;姓 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; 名: <asp:TextBox id="txtUserName" runat="server" Width="106px" Columns="10" CssClass="inputCss" ReadOnly="True">---</asp:TextBox>&nbsp;<BR />&nbsp; 所 属 部 门: <asp:TextBox style="POSITION: relative" id="txtUserDepart" runat="server" Width="100px" Columns="10" CssClass="inputCss" ReadOnly="True">---</asp:TextBox> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; 所 属 机 构: <asp:TextBox style="POSITION: relative" id="txtUserBranch" runat="server" Width="190px" Columns="10" CssClass="inputCss" ReadOnly="True">---</asp:TextBox> <BR /><BR />&nbsp;您的签到时间: <asp:Label id="lblSignInTime" runat="server" Font-Bold="True" Width="333px">---</asp:Label></DIV><DIV style="WIDTH: 90%; HEIGHT: 50px; TEXT-ALIGN: left"><asp:Label style="LEFT: 3px; POSITION: relative; TOP: -31px" id="Label2" runat="server" Width="62px" Text="签卡备注:"></asp:Label> <asp:textbox id="txtSignInDesc" runat="server" Height="50px" Width="304px" CssClass="textArea" TextMode="MultiLine"></asp:textbox> </DIV></FIELDSET> <FIELDSET style="HEIGHT: 200px" id="fieldSignOut" runat="server" visible="false"><LEGEND>您的签退信息</LEGEND><DIV style="WIDTH: 90%; HEIGHT: 110px; TEXT-ALIGN: left">&nbsp;&nbsp;&nbsp; 用 &nbsp;&nbsp; 户 &nbsp; &nbsp;号: <asp:TextBox style="POSITION: relative" id="txtUserId2" runat="server" Width="144px" Columns="10" CssClass="inputCss" ReadOnly="True">---</asp:TextBox> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;姓 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; 名: <asp:TextBox style="POSITION: relative" id="txtUserName2" runat="server" Width="173px" Columns="10" CssClass="inputCss" ReadOnly="True">---</asp:TextBox>&nbsp;<BR />&nbsp;&nbsp; 所 属 部 门: <asp:TextBox style="POSITION: relative" id="txtUserDepart2" runat="server" Width="148px" Columns="10" CssClass="inputCss" ReadOnly="True">---</asp:TextBox> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 所 属 机 构: <asp:TextBox style="POSITION: relative" id="txtUserBranch2" runat="server" Width="276px" Columns="10" CssClass="inputCss" ReadOnly="True">---</asp:TextBox> <BR /><BR />您的签退时间: <asp:Label id="lblSignOutTime" runat="server" Font-Bold="True" Width="411px">---</asp:Label></DIV><DIV style="WIDTH: 90%; HEIGHT: 50px; TEXT-ALIGN: left"><asp:Label style="LEFT: 0px; POSITION: relative; TOP: -30px" id="Label5" runat="server" Width="62px" Text="签卡备注:"></asp:Label> <asp:textbox id="txtSignOutDesc" runat="server" Height="50px" Width="304px" CssClass="textArea" TextMode="MultiLine"></asp:textbox> </DIV></FIELDSET> 
</ContentTemplate>
               </asp:UpdatePanel>
</div>    
        </asp:Content>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -