| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178 |
- <%@ page language="java" import="java.util.*" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
- <%@include file="/context/mytags.jsp"%>
- <!DOCTYPE html>
- <html>
- <head>
- <title>员工人事信息表</title>
- <t:base type="jquery,easyui,tools,DatePicker"></t:base>
- <script src="plug-in/layer/layer.js"></script>
- <script>
- function btn_ok(){
- $("#btnsub").click();
- }
- function callback(data){
-
-
- if(data.success){
- layer.alert(data.msg, function(index){
- window.location.href="personnelBaseArchivesManageController.do?list"
- layer.close(index);
- });
- }
- else{
- layer.alert(data.msg);
- }
- }
- </script>
- <script type="text/javascript">
- //编写自定义JS代码
- </script>
- </head>
- <body>
- <t:formvalid formid="formobj" dialog="false" usePlugin="password" layout="table" action="personnelBaseArchivesManageController.do?doAdd" tiptype="1" callback="callback">
- <input id="id" name="id" type="hidden" value="${personnelBaseArchivesManagePage.id }"/>
- <table style="width: 600px;" cellpadding="0" cellspacing="1" class="formtable">
- <tr>
- <td align="right">
- <label class="Validform_label">
- 所属职务ID:
- </label>
- </td>
- <td class="value">
- <input id="belongDutiesid" name="belongDutiesid" type="text" style="width: 150px" class="searchbox-inputtext" ignore="ignore" onclick="inputClick(this,'id','t_bus_duties')"/>
- <span class="Validform_checktip"></span>
- <label class="Validform_label" style="display: none;">所属职务ID</label>
- </td>
- <td align="right">
- <label class="Validform_label">
- 合同有效期开始时间:
- </label>
- </td>
- <td class="value">
- <input id="contractStime" name="contractStime" type="text" style="width: 150px" class="Wdate" onClick="WdatePicker()" ignore="ignore" />
- <span class="Validform_checktip"></span>
- <label class="Validform_label" style="display: none;">合同有效期开始时间</label>
- </td>
- </tr>
- <tr>
- <td align="right">
- <label class="Validform_label">
- 合同有效期结束时间:
- </label>
- </td>
- <td class="value">
- <input id="contractEtime" name="contractEtime" type="text" style="width: 150px" class="Wdate" onClick="WdatePicker()" ignore="ignore" />
- <span class="Validform_checktip"></span>
- <label class="Validform_label" style="display: none;">合同有效期结束时间</label>
- </td>
- <td align="right">
- <label class="Validform_label">
- 合同到期提醒:
- </label>
- </td>
- <td class="value">
- <t:dictSelect field="ifremind" type="checkbox" typeGroupCode="shifou_01" defaultVal="${personnelBaseArchivesManagePage.ifremind}" hasLabel="false" title="合同到期提醒"></t:dictSelect>
- <span class="Validform_checktip"></span>
- <label class="Validform_label" style="display: none;">合同到期提醒</label>
- </td>
- </tr>
- <tr>
- <td align="right">
- <label class="Validform_label">
- 是否续签合同:
- </label>
- </td>
- <td class="value">
- <t:dictSelect field="ifrenewed" type="checkbox" typeGroupCode="shifou_01" defaultVal="${personnelBaseArchivesManagePage.ifrenewed}" hasLabel="false" title="是否续签合同"></t:dictSelect>
- <span class="Validform_checktip"></span>
- <label class="Validform_label" style="display: none;">是否续签合同</label>
- </td>
- <td align="right">
- <label class="Validform_label">
- 在职状态:
- </label>
- </td>
- <td class="value">
- <t:dictSelect field="positionStatus" type="list" typeGroupCode="jobStatus" defaultVal="${personnelBaseArchivesManagePage.positionStatus}" hasLabel="false" title="在职状态"></t:dictSelect>
- <span class="Validform_checktip"></span>
- <label class="Validform_label" style="display: none;">在职状态</label>
- </td>
- </tr>
- <tr>
- <td align="right">
- <label class="Validform_label">
- 员工类型:
- </label>
- </td>
- <td class="value">
- <t:dictSelect field="userType" type="list" typeGroupCode="staffType" defaultVal="${personnelBaseArchivesManagePage.userType}" hasLabel="false" title="员工类型"></t:dictSelect>
- <span class="Validform_checktip"></span>
- <label class="Validform_label" style="display: none;">员工类型</label>
- </td>
- <td align="right">
- <label class="Validform_label">
- 是否自动转正:
- </label>
- </td>
- <td class="value">
- <t:dictSelect field="autoCorrection" type="checkbox" typeGroupCode="shifou_01" defaultVal="${personnelBaseArchivesManagePage.autoCorrection}" hasLabel="false" title="是否自动转正"></t:dictSelect>
- <span class="Validform_checktip"></span>
- <label class="Validform_label" style="display: none;">是否自动转正</label>
- </td>
- </tr>
- <tr>
- <td align="right">
- <label class="Validform_label">
- 试用期限:
- </label>
- </td>
- <td class="value">
- <t:dictSelect field="trialPeriod" type="list" typeGroupCode="shiyongqi" datatype="n" defaultVal="${personnelBaseArchivesManagePage.trialPeriod}" hasLabel="false" title="试用期限"></t:dictSelect>
- <span class="Validform_checktip"></span>
- <label class="Validform_label" style="display: none;">试用期限</label>
- </td>
- <td align="right">
- <label class="Validform_label">
- 是否为缴金人员:
- </label>
- </td>
- <td class="value">
- <t:dictSelect field="ifpayment" type="checkbox" typeGroupCode="shifou_01" defaultVal="${personnelBaseArchivesManagePage.ifpayment}" hasLabel="false" title="是否为缴金人员"></t:dictSelect>
- <span class="Validform_checktip"></span>
- <label class="Validform_label" style="display: none;">是否为缴金人员</label>
- </td>
- </tr>
- <tr>
- <td align="right">
- <label class="Validform_label">
- 所属岗位ID:
- </label>
- </td>
- <td class="value">
- <t:dictSelect field="inPostid" type="list" dictTable="t_bus_post" dictField="id" dictText="post_name" dictCondition="where delete_flag=0 and status=0" defaultVal="${personnelBaseArchivesManagePage.inPostid}" hasLabel="false" title="所属岗位ID"></t:dictSelect>
- <span class="Validform_checktip"></span>
- <label class="Validform_label" style="display: none;">所属岗位ID</label>
- </td>
- <td align="right">
- <label class="Validform_label">
- 管理类型:
- </label>
- </td>
- <td class="value">
- <t:dictSelect field="managerType" type="list" typeGroupCode="manageType" defaultVal="${personnelBaseArchivesManagePage.managerType}" hasLabel="false" title="管理类型"></t:dictSelect>
- <span class="Validform_checktip"></span>
- <label class="Validform_label" style="display: none;">管理类型</label>
- </td>
- </tr>
-
- <tr>
- <td height="50px" align="center" colspan="2">
- <a style="margin-left:80px" href="#" class="easyui-linkbutton l-btn" plain="true" iconcls="icon-le-back" onclick="history.go(-1)">返回</a>
- <div style="display:none"><input type="submit" id ="btnsub" value=""/></div>
- <a href="#" class="easyui-linkbutton l-btn" iconcls="icon-le-ok" onclick="btn_ok()">提交</a>
- </td>
- </tr>
- </table>
- </t:formvalid>
- </body>
- <script src = "webpage/cn/com/lzt/personnelbasearchivesmanage/personnelBaseArchivesManage.js"></script>
|