64 lines
3.4 KiB
Plaintext
64 lines
3.4 KiB
Plaintext
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="EMPLOY.ascx.cs" Inherits="SuperMap.RealEstate.Personnel.Compents.Employ.EMPLOY" %>
|
|
|
|
<%@ Register Assembly="RealEstate.Web" Namespace="SuperMap.RealEstate.Web.UI.WebControls" TagPrefix="smwc" %>
|
|
<%--<link href="/Personnel/Resources/v1_0/uploadify/uploadify.css" rel="stylesheet" />
|
|
<script type="text/javascript" src="/Personnel/Resources/v1_0/uploadify/jquery.uploadify.min.js"></script>
|
|
<script type="text/javascript" src="/Personnel/Resources/v1_0/uploadify/upload.js"></script>
|
|
<script type="text/javascript">
|
|
$(document).ready(function () {
|
|
if ('<%=_ModifyType%>' == "0") {
|
|
$("#file_upload_contract_staff").hide();
|
|
}
|
|
});
|
|
</script>--%>
|
|
<ul class="ListItem Col2">
|
|
<li class="Col1">
|
|
<smwc:TextBoxEx ID="EMPLOYEE_NAME" Width="100%" runat="server" CaptionText="招聘人员:" AllowEmpty="false"></smwc:TextBoxEx>
|
|
</li>
|
|
<li style="width: 98.8%; margin-left: 18px">
|
|
<smwc:TextBoxEx ID="POST_NAME" Width="100%" runat="server" CaptionText=" 岗 位 :" AllowEmpty="false"></smwc:TextBoxEx>
|
|
</li>
|
|
<li class="Col1">
|
|
<smwc:TextBoxEx ID="APPRAISE" Width="100%" runat="server" CaptionText="人员评价:" TextMode="MultiLine" Rows="4" AllowEmpty="false"></smwc:TextBoxEx>
|
|
</li>
|
|
<li class="Col1">
|
|
<smwc:TextBoxEx ID="EMPLOYEE_DESC" Width="100%" runat="server" CaptionText="招聘说明:" TextMode="MultiLine" Rows="4" AllowEmpty="false"></smwc:TextBoxEx>
|
|
</li>
|
|
<%-- <li>
|
|
<div style="white-space: nowrap; overflow: visible;float:left;margin-left:33px;margin-right:7px;">附件:</div>
|
|
<div id="queue"></div>
|
|
<input id="upload_files_employ" name="upload_files_employ" type="file" multiple="true" />
|
|
<input type="hidden" value="<%=this.EMPLOY_ID.Text %>" id="hidden_relation_id_reg" />
|
|
<input type="hidden" value="<%=this.STAFF_ID.Text %>" id="hidden_staff_id_reg" />
|
|
<input type="hidden" value="<%=this.PERSONNELPROINST_ID.Text %>" id="hidden_proinst_id_reg" />
|
|
<input type="hidden" value="<%=this.CallBackButton1.ClientID %>" id="hidden_proinst_id_button" />
|
|
<div style="display: none;">
|
|
<asp:Button ID="CallBackButton1" runat="server" CausesValidation="false" Text="保存" CssClass="ButtonNew" OnClick="CallBackButton1_Click" />
|
|
</div>
|
|
</li>--%>
|
|
</ul>
|
|
|
|
<%--<ul class="ListItem" style="margin-top: 20px;" id="filecollection_Content">
|
|
<asp:Repeater ID="Repeater1" runat="server" OnItemDataBound="Repeater1_ItemDataBound">
|
|
<ItemTemplate>
|
|
<li style="width: 100%;">
|
|
<asp:LinkButton ID="LinkButton" runat="server" OnClick="LinkButton_Click" CssClass="ButtonNew margin100">
|
|
<span>测试文本</span>
|
|
</asp:LinkButton>
|
|
<asp:LinkButton ID="DelButton" runat="server" OnClick="DelButton_Click"></asp:LinkButton>
|
|
</li>
|
|
</ItemTemplate>
|
|
</asp:Repeater>
|
|
</ul>--%>
|
|
<ul style="display: none;">
|
|
<li>
|
|
<smwc:TextBoxEx ID="EMPLOY_ID" Width="100%" runat="server" CaptionText="内码:" ValidType="Integer" ReadOnly="True"></smwc:TextBoxEx>
|
|
</li>
|
|
<li>
|
|
<smwc:TextBoxEx ID="PERSONNELPROINST_ID" Width="100%" runat="server" CaptionText="流程内码:" ValidType="Integer"></smwc:TextBoxEx>
|
|
</li>
|
|
<li>
|
|
<smwc:TextBoxEx ID="CREATE_DATE" Width="100%" runat="server" CaptionText="创建时间:"></smwc:TextBoxEx>
|
|
</li>
|
|
</ul>
|