| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312 |
- <%@ page language="java" contentType="text/html;charset=GBK" pageEncoding="GBK"%>
- <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%>
- <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
- <html>
- <head>
- <meta http-equiv="Content-Type" content="text/html;charset=GBK">
- <title>查看应聘登记</title>
- <link href="${pageContext.request.contextPath }/liger/lib/ligerUI/skins/${sessionScope.css}/css/ligerui-all.css" rel="stylesheet" type="text/css" />
- <script src="${pageContext.request.contextPath }/liger/lib/jquery/jquery-1.3.2.min.js" type="text/javascript"></script>
- <script src="${pageContext.request.contextPath }/liger/lib/ligerUI/js/core/base.js" type="text/javascript"></script>
- <script src="${pageContext.request.contextPath }/liger/lib/ligerUI/js/plugins/ligerGrid.js" type="text/javascript"></script>
- <script src="${pageContext.request.contextPath }/liger/lib/ligerUI/js/plugins/ligerTab.js" type="text/javascript"></script>
- <script src="${pageContext.request.contextPath }/liger/lib/ligerUI/js/plugins/ligerDrag.js" type="text/javascript"></script>
- <script src="${pageContext.request.contextPath }/liger/lib/ligerUI/js/plugins/ligerDateEditor.js" type="text/javascript"></script>
- <script src="${pageContext.request.contextPath }/liger/lib/ligerUI/js/plugins/ligerResizable.js" type="text/javascript"></script>
- <script src="${pageContext.request.contextPath }/liger/lib/ligerUI/js/plugins/ligerTab.js" type="text/javascript"></script>
- <script src="${pageContext.request.contextPath }/liger/lib/ligerUI/js/plugins/ligerLayout.js" type="text/javascript"></script>
- <script src="${pageContext.request.contextPath }/liger/lib/ligerUI/js/plugins/ligerDialog.js" type="text/javascript"></script>
- <script type="text/javascript" src="/shares/js/file.js"></script>
- <link href="${pageContext.request.contextPath}/main.css" rel="stylesheet" type="text/css" />
- <script type="text/javascript" src="/shares/datePicker/WdatePicker.js" ></script>
- <script type="text/javascript" src="/shares/js/constant.js"></script>
- <script type="text/javascript" src="/shares/js/common.js"></script>
- <script type="text/javascript" src="/shares/js/yw/hr/common.js"></script>
- <script type="text/javascript">
- $(function(){
- $("#tab1").ligerTab({
- onBeforeSelectTabItem : function(tabid) {
- },
- onAfterSelectTabItem : function(tabid) {
- showBorrow(tabid);
- }
- });
- $("#tab22").ligerTab({
- onBeforeSelectTabItem : function(tabid) {
- },
- onAfterSelectTabItem : function(tabid) {
- if(tabid=="tabitem1"){
- initLogGrid();
- }else if(tabid=="tabitem2"){
- initInterViewGrid();
- }
- }
- });
- initLogGrid();
- });
- function showBorrow(obj) {
- if (obj == 'tabitem2') {//学习经历
- getEducation();
- } else if (obj == 'tabitem3') {//工作经历
- getExperience();
- } else if (obj == 'tabitem4') {//家庭成员
- getFamily();
- }else if (obj == 'tabitem5') {//证书
-
- }
- }
- /**
- * 学习经历列表
- */
- function getEducation(){
- var grid = null;
- $(function () {
- grid = $("#maingrid2").ligerGrid({
- columns: [
- { display: '学习类型', name: 'study_type', width: 100},
- { display: '学校名称', name: 'study_school_name', width: 170 },
- { display: '专业', name: 'study_subject', width: 100},
- { display: '学历', name: 'study_educational_background_name', width: 100},
- { display: '学位', name: 'study_degree', width: 100},
- { display: '开始时间', name: 'study_start_date', width: 100},
- { display: '结束时间', name: 'study_end_date', width: 100},
- {
- display: '操作', isAllowHide: false,width: 150,
- render: function (row)
- {
- var html = '<a href=\"#\" onclick=\"toEditEducation('+row.universalid+')\">修改</a>  ';
- html += '<a href=\"#\" onclick=\"delEducation('+row.universalid+')\">删除</a> ';
- return html;
- }
- }
- ],
- usePager: false, //是否分页
- pageSize:50,
- url: 'hrEmployEntryAction.do?task=listEducation&iemploy_staff_id=${employStaff.universalid}&unit_id=${employStaff.unit_id}&time=' + new Date().getTime(),
- pageParmName: 'p', //页索引参数名,(提交给服务器)
- pagesizeParmName: 'pSize', //页记录数参数名,(提交给服务器)
- width: '99.8%',
- height: '99%'
- });
- $("#pageloading").hide();
- });
- }
- /**
- * 工作经历
- */
- function getExperience(){
- var grid = null;
- $(function () {
- grid = $("#maingrid3").ligerGrid({
- columns: [
- { display: '单位名称', name: 'work_company', width: 200},
- { display: '职务', name: 'work_position', width: 170 },
- { display: '开始时间', name: 'work_start_date', width: 100},
- { display: '结束时间', name: 'work_end_date', width: 100},
- { display: '证明人', name: 'certifier', width: 100},
- { display: '联系电话', name: 'contact_phone', width: 100},
- {
- display: '操作', isAllowHide: false,width: 150,
- render: function (row)
- {
- var html = '<a href=\"#\" onclick=\"toEditExperience('+row.universalid+')\">修改</a>  ';
- html += '<a href=\"#\" onclick=\"delExperience('+row.universalid+')\">删除</a> ';
- return html;
- }
- }
- ],
- usePager: false, //是否分页
- pageSize:50,
- url: 'hrEmployEntryAction.do?task=listExperience&iemploy_staff_id=${employStaff.universalid}&unit_id=${employStaff.unit_id}&time=' + new Date().getTime(),
- pageParmName: 'p', //页索引参数名,(提交给服务器)
- pagesizeParmName: 'pSize', //页记录数参数名,(提交给服务器)
- width: '99.8%',
- height: '99%'
- });
- $("#pageloading").hide();
- });
- }
- /**
- * 家庭成员
- */
- function getFamily(){
- var grid = null;
- $(function () {
- grid = $("#maingrid4").ligerGrid({
- columns: [
- { display: '姓名', name: 'member_name', width: 150},
- { display: '关系', name: 'member_relation', width: 100 },
- { display: '单位', name: 'member_company', width: 200},
- { display: '职务', name: 'member_position', width: 150},
- { display: '联系电话', name: 'member_phone', width: 150},
- { display: '备注', name: 'member_remark', width: 200},
- {
- display: '操作', isAllowHide: false,width: 150,
- render: function (row)
- {
- var html = '<a href=\"#\" onclick=\"toEditFamily('+row.universalid+')\">修改</a>  ';
- html += '<a href=\"#\" onclick=\"delFamily('+row.universalid+')\">删除</a> ';
- return html;
- }
- }
- ],
- usePager: false, //是否分页
- pageSize:50,
- url: 'hrEmployEntryAction.do?task=listFamilyMember&iemploy_staff_id=${employStaff.universalid}&unit_id=${employStaff.unit_id}&time=' + new Date().getTime(),
- pageParmName: 'p', //页索引参数名,(提交给服务器)
- pagesizeParmName: 'pSize', //页记录数参数名,(提交给服务器)
- width: '99.8%',
- height: '99%'
- });
- $("#pageloading").hide();
- });
- }
- function initLogGrid() {
- var columns = [
- {
- display : '操作人',
- name : 'operator',
- width : 150
- }, {
- display : '操作时间',
- name : 'create_date',
- width : 200
- },{
- display : '操作说明',
- name : 'remark',
- width : 250
- },{
- display : '备注',
- name : 'op_remark',
- width : 350
- }];
- grid = $("#op_log")
- .ligerGrid(
- {
- columns : columns,
- pageSize : 20,
- url : 'employStaffAction.do?task=page_log&iemploy_staff_id=${employStaff.universalid}&time=' + new Date().getTime(),
- pageParmName:'p', //页索引参数名,(提交给服务器)
- pagesizeParmName:'pSize', //页记录数参数名,(提交给服务器)
- width : '99.9%',
- height : '99%'
- });
- $("#pageloading").hide();
- }
- function initInterViewGrid() {
- var columns = [
- {
- display : '面试人员',
- name : 'resume_user_name',
- width : 450
- },{
- display : '应聘岗位',
- name : 'position_name',
- width : 150
- }, {
- display : '面试时间',
- name : 'resume_date',
- width : 200
- },{
- display : '登记结果',
- name : 'staff_state_name',
- width : 150
- }];
- grid = $("#interview")
- .ligerGrid(
- {
- columns : columns,
- pageSize : 20,
- url : 'employStaffAction.do?task=page_interview&iemploy_staff_id=${employStaff.universalid}&time=' + new Date().getTime(),
- pageParmName:'p', //页索引参数名,(提交给服务器)
- pagesizeParmName:'pSize', //页记录数参数名,(提交给服务器)
- width : '99.9%',
- height : '99%'
- });
- $("#pageloading").hide();
- }
- </script>
- <style type="text/css">
- .file-style {
- }
- .file-style input[type='file'] {
- width: 260px;
- height: 24px;
- line-height: 22px;
- vertical-align: bottom;
- background-color: #fff;
- border: 1px solid #cccccc;
- margin-top: 2px;
- margin-bottom: 2px;
- }
- layout{width:100%;margin:0; padding:0;}
- body{padding:5px; margin:0;}
- .forum-container table td{padding-left: 5px;}
- .temp-form{background-color: #ffffff; overflow-y: auto; margin-top:5px}
- .notice{color: blue; display: none; margin-top: 2px}
- .warn{color: red; display: none; margin-top: 2px}
- .default-text{width: 173px;}
- .default-select{width: 177px}
- .notice-msg{position: absolute;z-index: 100; float: left; top: 30%; left: 45%; background-color: #ffffff; width: 150px; overflow: hidden; border: 1px solid #cccccc; text-align: center; padding: 5px 5px 5px 5px; display: none}
- .forum-container-2 table tr td{font-size: 14px;}
- .forum-container-2 .l-table-edit-text {width: 150px; font-size: 14px;}
- .forum-container-2 .l-table-edit-content{width: 250px; font-size: 14px;}
- .dialogTable{margin: 5px auto; width: 400px}
- .dialogTable tr{height: 25px; padding-bottom: 2px; margin: 10px auto}
- .dialogTable .left-text {width: 80px; font-weight: bold;}
- .dialogTable .save-and-prov-notice { color: blue; }
- .dialogTable .input {width: 100px;height:18px; line-height: 18px;border: 1px solid #cccccc}
- </style>
- </head>
- <body>
- <div id="tab1" style="width: 99%; overflow: hidden; border: 1px solid #A3C0E8;">
- <c:if test="${employ_register_date ==null }">
- <div title="简历信息">
- <jsp:include page="/yw/hr/employentry/include/viewresume.jsp">
- <jsp:param value="${employStaff.universalid}" name="employ_staff_id"/>
- </jsp:include>
- </div>
- </c:if>
- <c:if test="${employ_register_date !=null }">
- <div title="基本信息">
- <jsp:include page="/yw/hr/employentry/include/viewstaffInfo.jsp">
- <jsp:param value="${employStaff.universalid}" name="employ_staff_id"/>
- </jsp:include>
- </div>
- <div title="学习经历">
- <jsp:include page="/yw/hr/employentry/include/vieweducationInfo.jsp">
- <jsp:param value="${employStaff.universalid}" name="employ_staff_id"/>
- </jsp:include>
- </div>
- <div title="工作经历">
- <jsp:include page="/yw/hr/employentry/include/viewexperienceInfo.jsp">
- <jsp:param value="${employStaff.universalid}" name="employ_staff_id"/>
- </jsp:include>
- </div>
- <div title="家庭成员">
- <jsp:include page="/yw/hr/employentry/include/viewfamilyInfo.jsp">
- <jsp:param value="${employStaff.universalid}" name="employ_staff_id"/>
- </jsp:include>
- </div>
- <div title="自我评价及说明">
- <jsp:include page="/yw/hr/employentry/include/viewappraisalInfo.jsp">
- <jsp:param value="${employStaff.universalid}" name="employ_staff_id"/>
- </jsp:include>
- </div>
- </c:if>
- </div>
- <div id="tab22" class="tab2 l-tab" style="width: 99%; overflow: hidden; border: 1px solid #A3C0E8;">
- <div title="操作日志">
- <div id="op_log" style="margin: 0; padding: 0"></div>
- </div>
- <div title="面试记录">
- <div id="interview" style="margin: 0; padding: 0"></div>
- </div>
- </div>
- </body>
- </html>
|