249 lines
13 KiB
Plaintext
249 lines
13 KiB
Plaintext
<%@ Control Language="C#" CodeBehind="LEAVE.ascx.cs" AutoEventWireup="true"
|
|
Inherits="SuperMap.RealEstate.Finance.Running.LEAVE" %>
|
|
<%@ Register Assembly="RealEstate.Web" Namespace="SuperMap.RealEstate.Web.UI.WebControls" TagPrefix="smwc" %>
|
|
|
|
<style>
|
|
.TableBill td.tdbill .ControlBox_SingleLine input {
|
|
font-size: 18px;
|
|
min-height: 32px;
|
|
}
|
|
|
|
.veg-teacher {
|
|
display: block;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.veg-teacher li {
|
|
float: left;
|
|
width: 100px;
|
|
height: 100px;
|
|
font-size: 0;
|
|
margin-right: 15px;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.veg-teacher li img {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.veg-popup {
|
|
position: fixed;
|
|
top: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
z-index: 100;
|
|
display: none;
|
|
}
|
|
|
|
.ThreeStyle {
|
|
font-family: "宋体";
|
|
font-weight: bolder;
|
|
font-size: 17px;
|
|
}
|
|
|
|
.veg-popup .veg-shade {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
background-color: #000000;
|
|
opacity: 0.8;
|
|
}
|
|
|
|
.veg-popup .veg-img {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
margin: auto;
|
|
width: 75%;
|
|
height: 90%;
|
|
text-align: center;
|
|
}
|
|
|
|
.veg-popup .veg-img img {
|
|
max-width: 100%;
|
|
max-height: 100%;
|
|
}
|
|
.ui-datepicker-trigger {
|
|
top: 13px;
|
|
right: 6px;
|
|
position: absolute;
|
|
/*padding-right:30px;*/
|
|
}
|
|
.TableBill td.tdbill .ControlBox_SingleLine input {
|
|
font-size: 16px;
|
|
min-height: 32px;
|
|
font-family: '宋体';
|
|
}
|
|
.ControlBox_SingleLine input, .ControlBox_Password input, .ControlBox_SearchBox input {
|
|
width:94% !important;
|
|
}
|
|
</style>
|
|
<ul class="ListItem Col1">
|
|
<li style="text-align: center;">
|
|
<table id="tbTitle" runat="server" style="width: 70%;" align="center">
|
|
<tr>
|
|
<td style="text-align: center; font-size: x-large; line-height: 35px; text-align: center; height: 40px; font-family: '宋体'; font-weight: bolder;" colspan="2">
|
|
<asp:Label ID="TITLE" runat="server"></asp:Label>
|
|
<br />
|
|
员工请假审批单
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="text-align: left; border: none;" class="TableBill">
|
|
<smwc:DropDownListEx ID="URGENCY_DEGREE" runat="server" CaptionText="紧急程度:" AllowEmpty="false">
|
|
<smwc:ListItemEx Text="紧急" Value="1"></smwc:ListItemEx>
|
|
<smwc:ListItemEx Text="一般" Value="0" Selected="true"></smwc:ListItemEx>
|
|
</smwc:DropDownListEx>
|
|
</td>
|
|
<td style="text-align: right; border: none;" class="TableBill">
|
|
<smwc:TextBoxEx ID="FINANCEPROINST_CREATEDATE" runat="server" CaptionText="申请日期:" Enabled="false"></smwc:TextBoxEx>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
<table cellpadding="0" class="TableBill" cellspacing="0" width="70%" align="center" style="table-layout: fixed;" border="1">
|
|
<tr>
|
|
<td style="border: 1px black solid; font-size: 16px; font-weight: bolder; font-family: '宋体'; text-align: center;" class="tdbill">
|
|
<sup style="color: red;">*</sup>请假人员
|
|
</td>
|
|
<td style="border: 1px black solid; text-align: left;" colspan="2" class="tdbill">
|
|
<smwc:TextBoxEx ID="LEAVE_PERSON" Width="100%" runat="server" EnableCaption="false"></smwc:TextBoxEx>
|
|
</td>
|
|
<td style="border: 1px black solid; font-size: 16px; font-weight: bolder; font-family: '宋体'; text-align: center;" class="tdbill">
|
|
<sup style="color: red;">*</sup>所在部门
|
|
</td>
|
|
<td style="border: 1px black solid; text-align: left;" class="tdbill">
|
|
<smwc:TextBoxEx ID="DEPARTMENT_NAME" Width="100%" runat="server" EnableCaption="false"></smwc:TextBoxEx>
|
|
</td>
|
|
<td style="border: 1px black solid; font-size: 16px; font-weight: bolder; font-family: '宋体'; text-align: center;" class="tdbill">
|
|
<sup style="color: red;">*</sup>职务(岗位)
|
|
</td>
|
|
<td style="border: 1px black solid; text-align: left;" class="tdbill">
|
|
<smwc:TextBoxEx ID="PERSON_POST" Width="100%" runat="server" EnableCaption="false"></smwc:TextBoxEx>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="border: 1px black solid; font-size: 16px; font-weight: bolder; font-family: '宋体'; text-align: center;" class="tdbill">
|
|
<sup style="color: red;">*</sup>请假事由
|
|
</td>
|
|
<td style="border: 1px black solid; text-align: left;" colspan="6" class="tdbill">
|
|
<smwc:TextBoxEx ID="LEAVE_REASON" runat="server" EnableCaption="false" Width="100%" AllowEmpty="false" />
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="border: 1px black solid; font-size: 16px; font-weight: bolder; font-family: '宋体'; text-align: center;" class="tdbill">
|
|
<sup style="color: red;">*</sup>假期类型
|
|
</td>
|
|
<td style="border: 1px black solid; text-align: left; font-size: 16px; padding-left: 10px; height: 60px;" colspan="6" class="tdbill">
|
|
<asp:CheckBoxList ID="LEAVETYPE" runat="server" RepeatDirection="Horizontal" RepeatLayout="Flow"
|
|
RepeatColumns="5" CellSpacing="30" />
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="width:85%; border: 1px black solid; font-size: 16px; font-weight: bolder; font-family: '宋体'; text-align: center;" class="tdbill">
|
|
<sup style="color: red;">*</sup>假期时间
|
|
</td>
|
|
<td style="border: none; text-align: left;" colspan="2" class="tdbill">
|
|
<smwc:TextBoxEx ID="LEAVE_STARTDATE" runat="server" EnableCaption="false" DescriptionText="   至   " EnableDescription="true" TextAlign="Left"
|
|
Width="100%" AllowEmpty="false" ValidType="DateTime" OnCallBackSetControl="LEAVE_STARTDATE_CallBackSetControl" />
|
|
</td>
|
|
<td style=" border: none; text-align: left;" colspan="2" class="tdbill">
|
|
<smwc:TextBoxEx ID="LEAVE_ENDDATE" runat="server" EnableCaption="false" Width="70%" AllowEmpty="false"
|
|
ValidType="DateTime" TextAlign="Left" OnCallBackSetControl="LEAVE_STARTDATE_CallBackSetControl" />
|
|
</td>
|
|
<td style="border: none; text-align: left;" colspan="2" class="tdbill">
|
|
<smwc:TextBoxEx ID="DURATION_DAYS" runat="server" CaptionText="共计" DescriptionText="天"
|
|
EnableDescription="true" AllowEmpty="false" Width="100px" DigitsLength="1" />
|
|
<smwc:TextBoxEx ID="DURATION_HOURS" runat="server" EnableCaption="false" DescriptionText="时"
|
|
EnableDescription="true" AllowEmpty="false" Width="40px" Visible="false" />
|
|
</td>
|
|
</tr>
|
|
<tr id="tr_manager" runat="server">
|
|
<td style="border: 1px black solid; font-size: 16px; font-weight: bolder; font-family: '宋体'; text-align: center;" rowspan="2" class="tdbill">
|
|
<asp:Label ID="APPROVE_NAME_M" runat="server" Text="综合管理员"></asp:Label>
|
|
</td>
|
|
<td style="border: 1px black solid; border-bottom: none; text-align: left; height: 60px; padding: 10px;" colspan="6" class="tdbill">
|
|
<asp:Label ID="APPROVE_INFO_M" runat="server" Text="" Width="100%" Enabled="false" />
|
|
</td>
|
|
</tr>
|
|
<tr id="tr_managerInfo" runat="server">
|
|
<td style="border: none;" colspan="2"></td>
|
|
<td style="border: none; text-align: left; padding: 10px;" colspan="2" class="tdbill">
|
|
<asp:Label ID="APPROVE_STAFF_M" runat="server" Text=""></asp:Label>
|
|
</td>
|
|
<td style="border: none; text-align: right; padding: 10px;" colspan="2" class="tdbill">
|
|
<asp:Label ID="APPROVE_DATE_M" runat="server" Text="" Enabled="false" />
|
|
</td>
|
|
</tr>
|
|
<tr id="tr_mleader" runat="server">
|
|
<td style="border: 1px black solid; font-size: 16px; font-weight: bolder; font-family: '宋体'; text-align: center;" rowspan="2" class="tdbill">
|
|
<asp:Label ID="APPROVE_NAME_L" runat="server" Text="服务区主任"></asp:Label>
|
|
</td>
|
|
<td style="border: 1px black solid; border-bottom: none; text-align: left; height: 60px; padding: 10px;" colspan="6" class="tdbill">
|
|
<asp:Label ID="APPROVE_INFO_L" runat="server" Text="" Width="100%" Enabled="false" />
|
|
</td>
|
|
</tr>
|
|
<tr id="tr_mleaderInfo" runat="server">
|
|
<td style="border: none; border-bottom: 1px black solid;" colspan="2"></td>
|
|
<td style="border: none; border-bottom: 1px black solid; text-align: left; padding: 10px;" colspan="2" class="tdbill">
|
|
<asp:Label ID="APPROVE_STAFF_L" runat="server" Text=""></asp:Label>
|
|
</td>
|
|
<td style="border: none; border-bottom: 1px black solid; text-align: right; padding: 10px;" colspan="2" class="tdbill">
|
|
<asp:Label ID="APPROVE_DATE_L" runat="server" Text="" Enabled="false" />
|
|
</td>
|
|
</tr>
|
|
<tr id="tr_leader" runat="server">
|
|
<td style="border: 1px black solid; font-size: 16px; font-weight: bolder; font-family: '宋体'; text-align: center;" rowspan="2" class="tdbill">
|
|
<asp:Label ID="APPROVE_NAME_H" runat="server" Text="区域总经理"></asp:Label>
|
|
</td>
|
|
<td style="border: 1px black solid; border-bottom: none; text-align: left; height: 60px; padding: 10px;" colspan="6" class="tdbill">
|
|
<asp:Label ID="APPROVE_INFO_H" runat="server" Text="" Width="100%" Enabled="false" />
|
|
</td>
|
|
</tr>
|
|
<tr id="tr_leaderInfo" runat="server">
|
|
<td style="border: none; border-bottom: 1px black solid;" colspan="2"></td>
|
|
<td style="border: none; border-bottom: 1px black solid; text-align: left; padding: 10px;" colspan="2" class="tdbill">
|
|
<asp:Label ID="APPROVE_STAFF_H" runat="server" Text=""></asp:Label>
|
|
</td>
|
|
<td style="border: none; border-bottom: 1px black solid; text-align: right; padding: 10px;" colspan="2" class="tdbill">
|
|
<asp:Label ID="APPROVE_DATE_H" runat="server" Text="" Enabled="false" />
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="text-align: left; padding: 10px;" colspan="7">
|
|
<asp:Label ID="Notice" runat="server" ForeColor="Red"
|
|
Text="注:如年休年假,请在“请假事由”栏目附带写明本人可休假天数以及当年已休假天数。<BR/> 标*内容为必填项,若天数与实际不符可手工进行调整"></asp:Label>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</li>
|
|
</ul>
|
|
<ul style="display: none;">
|
|
<li>
|
|
<smwc:TextBoxEx ID="LEAVE_TYPE" Width="100%" runat="server" CaptionText="请假类型:"></smwc:TextBoxEx>
|
|
</li>
|
|
<li>
|
|
<smwc:TextBoxEx ID="STAFF_ID" Width="100%" runat="server" CaptionText="操作人内码:" ValidType="Integer"></smwc:TextBoxEx>
|
|
</li>
|
|
<li>
|
|
<smwc:TextBoxEx ID="STAFF_NAME" Width="100%" runat="server" CaptionText="操作人员:"></smwc:TextBoxEx>
|
|
</li>
|
|
<li>
|
|
<smwc:TextBoxEx ID="OPERATE_DATE" Width="100%" runat="server" CaptionText="操作时间:" ValidType="DateTime"></smwc:TextBoxEx>
|
|
</li>
|
|
<li>
|
|
<smwc:TextBoxEx ID="LEAVE_DESC" Width="100%" runat="server" CaptionText="备注说明:" TextMode="MultiLine" Rows="4"></smwc:TextBoxEx>
|
|
</li>
|
|
<li>
|
|
<smwc:TextBoxEx ID="LEAVE_ID" Width="100%" runat="server" CaptionText="内码:" ValidType="Integer" ReadOnly="True"></smwc:TextBoxEx>
|
|
</li>
|
|
<li>
|
|
<smwc:TextBoxEx ID="FINANCEPROINST_ID" Width="100%" runat="server" CaptionText="项目流程内码:" ValidType="Integer"></smwc:TextBoxEx>
|
|
</li>
|
|
</ul>
|