| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148 |
- <%@ page language="java" contentType="text/html;charset=GBK" pageEncoding="GBK"%>
- <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
- <%@ taglib uri="http://java.sun.com/jsp/jstl/fmt" prefix="fmt"%>
- <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <meta http-equiv="Content-Type" content="text/html;charset=GBK"/>
- <title>评价</title>
- <link href="${pageContext.request.contextPath }/main.css" rel="stylesheet" type="text/css" />
- <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.8.3.min.js" type="text/javascript"></script>
- <script type="text/javascript" src="${pageContext.request.contextPath}/liger/lib/ligerUI/js/ligerui.all.js"></script>
- <script type="text/javascript" src="/shares/js/file.js"></script>
- <script src="${pageContext.request.contextPath }/liger/lib/ligerUI/js/core/base.js" type="text/javascript"></script>
- <script type="text/javascript" src="/shares/datePicker/WdatePicker.js"></script>
- <!-- 选择窗口需要加载的js文件 start-->
- <script src="${pageContext.request.contextPath}/liger/lib/json2.js" type="text/javascript"></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">
- $(function (){
-
- });
- //保存
- function saveEmploy(){
- // var rs = $.validate({name:"her.probation_start_date",model:[{type:"require",msg:"日期不能为空!",msgBox:'msgbox1'}]});
- var rs = $.validate({name:"her.probation_start_date",model:[{type:"require",msg:"日期不能为空!"}]});
- rs &=$.validate({name :"her.probation_end_date",model :[{type:"require",msg:"日期不能为空!"}]});
- if(!rs)return;
- $("#addEmployForm").submit();
- }
- </script>
- <style type="text/css">
- .file-style{
- width: 550px;
- }
- .file-style input[type='file'] {
- width:300px ;
- height:24px;
- line-height:22px;
- vertical-align: bottom;
- background-color: #fff;
- border: 1px solid #cccccc;
- margin-top: 2px;
- margin-bottom: 2px;
- }
- /*打分*/
- .starWrapper{border:1px solid #FFCC00;padding:5px;width:70px;}
- .starWrapper img{cursor:pointer;}
- </style>
- </style>
- </head>
- <body>
- <form id="addEmployForm" action="hrEmployRecordAction.do" method="post">
- <div id="title" class="form-button">
- <input id="btnSave" type="button" class="l-button" value="保存" onclick="saveEmploy()"/>
- <input type="button" value="关闭" class="l-button" onclick="closeWindow();"/>
- </div>
- <div class="container-layout">
- <div class="forum-container">
- <center>
- <span style="font-size:30px;">员工录用申请</span>
- </center>
- <table class="l-table-edit line">
- <tr>
- <td class="l-table-edit-text" width="18%">姓名:</td>
- <td class="l-table-edit-td" width="32%">
- ${hes.staff_name }
- <input type="hidden" id="her.iemploy_staff_id" name="her.iemploy_staff_id" value="${her.iemploy_staff_id }"/>
- </td>
- <td class="l-table-edit-text" width="18%">职位:</td>
- <td class="l-table-edit-td" width="32%">
- ${hes.to_employ_position_name }
- </td>
- </tr>
- <tr>
- <td class="l-table-edit-text" width="18%">预计到岗时间:</td>
- <td class="l-table-edit-td" width="32%">
- <input type="text" id="her.duty_date" name="her.duty_date" value="${her.duty_date }" onclick="WdatePicker({dateFmt:'yyyy-MM-dd'})"/>
- </td>
- <td class="l-table-edit-text" width="18%">工作方式:</td>
- <td class="l-table-edit-td" width="32%">
- <select id="her.work_type" name="her.work_type" >
- <c:forEach var="item" items="${typeList}">
- <option
- <c:if test="${item.dvalue eq requestScope.her.work_type}">
- selected="selected"
- </c:if>
- value="${item.dvalue }" >
- ${item.dname }
- </option>
-
- </c:forEach>
- </select>
- </td>
- </tr>
- <tr>
- <td class="l-table-edit-text">暂定实习/试用期开始时间<FONT COLOR="red">*</FONT>:</td>
- <td class="l-table-edit-td">
- <input type="text" id="her.probation_start_date" name="her.probation_start_date" value="${her.probation_start_date }" onclick="WdatePicker({dateFmt:'yyyy-MM-dd',maxDate:'#F{$dp.$D(\'her.probation_end_date\',{d:-1})}'})"/>
- <!-- <span id="msgbox1"></span> -->
- <!-- 至 -->
- <%-- <input type="text" id="her.probation_end_date" name="her.probation_end_date" value="${her.probation_end_date }" onclick="WdatePicker({dateFmt:'yyyy-MM-dd',minDate:'#F{$dp.$D(\'her.probation_start_date\',{d:1})}'})"/> --%>
-
- </td>
- <td class="l-table-edit-text">暂定实习/试用期结束时间<FONT COLOR="red">*</FONT>:</td>
- <td class="l-table-edit-td" >
- <%-- <input type="text" id="her.probation_start_date" name="her.probation_start_date" value="${her.probation_start_date }" onclick="WdatePicker({dateFmt:'yyyy-MM-dd',maxDate:'#F{$dp.$D(\'her.probation_end_date\',{d:-1})}'})"/> --%>
- <!-- <span id="msgbox1"></span> -->
- <!-- 至 -->
- <input type="text" id="her.probation_end_date" name="her.probation_end_date" value="${her.probation_end_date }" onclick="WdatePicker({dateFmt:'yyyy-MM-dd',minDate:'#F{$dp.$D(\'her.probation_start_date\',{d:1})}'})"/>
-
- </td>
- </tr>
- <tr>
- <td class="l-table-edit-text">实习薪资:</td>
- <td class="l-table-edit-td">
- <input type="text" id="her.practice_salary" name="her.practice_salary" value="${money}" />
- </td>
- <td class="l-table-edit-text">试用薪资:</td>
- <td class="l-table-edit-td">
- <input type="text" id="her.probation_salary" name="her.probation_salary" value="${money2}" />
- </td>
- </tr>
- <tr>
- <td class="l-table-edit-text">转正薪资:</td>
- <td class="l-table-edit-td" colspan="3">
- <input type="text" id="her.formal_salary" name="her.formal_salary" value="${money3}" />
- </td>
- </tr>
- </table>
- <input type="hidden" id="tabid" name="tabid" value="${param.tabid }">
- <input type="hidden" id="task" name="task" value="editEmploy">
- <input type="hidden" id="universalid" name="universalid" value="${her.universalid}">
- <input type="hidden" id="audit_status" name="audit_status" value="${her.audit_status}">
- <input type="hidden" id="flow_ins_id" name="flow_ins_id" value="${her.flow_ins_id}">
-
- </center>
- </div>
- </div>
- </form>
- <%@include file="/include/message.jsp"%>
- </body>
- </html>
|