|
@@ -0,0 +1,133 @@
|
|
|
+{extend name="layout/content"}
|
|
|
+{block name="content"}
|
|
|
+<style type="text/css">
|
|
|
+ #talentInfoForm label {
|
|
|
+ font-size: xx-small;
|
|
|
+ }
|
|
|
+
|
|
|
+ .has-feedback .form-control {
|
|
|
+ padding-right: 5px;
|
|
|
+ }
|
|
|
+ #field ul li{
|
|
|
+ list-style: none;
|
|
|
+ display:inline-block;
|
|
|
+ margin-bottom: 5px;
|
|
|
+ }
|
|
|
+ #field ul li input{
|
|
|
+ vertical-align:middle;
|
|
|
+ margin-right:5px;
|
|
|
+ margin-top:1px;
|
|
|
+ }
|
|
|
+</style>
|
|
|
+<div class="row">
|
|
|
+ <div class="col-sm-12">
|
|
|
+ <div class="ibox float-e-margins">
|
|
|
+ <div class="ibox-title">
|
|
|
+ <h5>人才层次变更管理</h5>
|
|
|
+ </div>
|
|
|
+ <div class="ibox-content">
|
|
|
+ <div class="row row-lg">
|
|
|
+ <div class="col-sm-12">
|
|
|
+ <div class="row">
|
|
|
+ <input type="hidden" id="type" value="{$type}">
|
|
|
+ <div class="col-sm-3">
|
|
|
+ <div class="input-group input-group-sm">
|
|
|
+ <div class="input-group-btn">
|
|
|
+ <button data-toggle="dropdown" class="btn btn-white dropdown-toggle" type="button">姓名</button>
|
|
|
+ </div>
|
|
|
+ <input type="text" class="form-control" id="name" placeholder="" />
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="col-sm-3">
|
|
|
+ <div class="input-group input-group-sm">
|
|
|
+ <div class="input-group-btn">
|
|
|
+ <button data-toggle="dropdown" class="btn btn-white dropdown-toggle" type="button">
|
|
|
+ 原认定条件
|
|
|
+ </button>
|
|
|
+ </div>
|
|
|
+ <select class="form-control" id="oldIdentifyCondition">
|
|
|
+
|
|
|
+ </select>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="col-sm-3">
|
|
|
+ <div class="input-group input-group-sm">
|
|
|
+ <div class="input-group-btn">
|
|
|
+ <button data-toggle="dropdown" class="btn btn-white dropdown-toggle" type="button">
|
|
|
+ 新人才层次
|
|
|
+ </button>
|
|
|
+ </div>
|
|
|
+ <select class="form-control" id="newTalentArrange" onchange="TalentTypeChange.getIdentifyCondition('new')">
|
|
|
+
|
|
|
+ </select>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="col-sm-3">
|
|
|
+ <div class="input-group input-group-sm">
|
|
|
+ <div class="input-group-btn">
|
|
|
+ <button data-toggle="dropdown" class="btn btn-white dropdown-toggle" type="button">
|
|
|
+ 新认定条件
|
|
|
+ </button>
|
|
|
+ </div>
|
|
|
+ <select class="form-control" id="newIdentifyCondition">
|
|
|
+
|
|
|
+ </select>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="col-sm-3">
|
|
|
+ <div class="input-group input-group-sm">
|
|
|
+ <div class="input-group-btn">
|
|
|
+ <button data-toggle="dropdown" class="btn btn-white dropdown-toggle" type="button">
|
|
|
+ 审核状态
|
|
|
+ </button>
|
|
|
+ </div>
|
|
|
+ <select class="form-control" id="checkState">
|
|
|
+ <option value="">请选择</option>
|
|
|
+ <option value="-1">待提交</option>
|
|
|
+ <option value="1">审核中</option>
|
|
|
+ <option value="2">审核驳回</option>
|
|
|
+ <option value="3">审核通过</option>
|
|
|
+ </select>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="col-sm-3">
|
|
|
+ <button type="button" class="btn btn-sm btn-primary" onclick="TalentInfo.search()">
|
|
|
+ <i class="fa fa-search"></i> 搜索
|
|
|
+ </button>
|
|
|
+ <button type="button" class="btn btn-sm btn-primary" onclick="TalentInfo.reset()">
|
|
|
+ <i class="fa fa-trash"></i> 重置
|
|
|
+ </button>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="hidden-xs" id="TalentInfoTableToolbar" role="group">
|
|
|
+ <button type="button" class="btn btn-sm btn-primary" onclick="TalentTypeChange.openAddTalentTypeChange()">
|
|
|
+ <i class="fa btn-fa-plus"></i> 添加
|
|
|
+ </button>
|
|
|
+ <button type="button" class="btn btn-sm btn-primary" onclick="TalentTypeChange.openTalentTypeChangeDetail()">
|
|
|
+ <i class="fa btn-fa-edit"></i> 修改
|
|
|
+ </button>
|
|
|
+ <button type="button" class="btn btn-sm btn-primary" onclick="TalentInfo.openTalentTypeChangeSelect()">
|
|
|
+ <i class="fa fa-eye"></i> 查看
|
|
|
+ </button>
|
|
|
+ <button type="button" class="btn btn-sm btn-primary" onclick="TalentInfo.delete()">
|
|
|
+ <i class="fa fa-remove"></i> 删除
|
|
|
+ </button>
|
|
|
+ </div>
|
|
|
+ <table id="TalentTypeChangeTable" class="table-condensed" style="font-size: 10px;table-layout: fixed!important;" data-mobile-responsive="true" data-click-to-select="true">
|
|
|
+ <thead>
|
|
|
+ <tr>
|
|
|
+ <th data-field="selectItem" data-checkbox="true"></th>
|
|
|
+ </tr>
|
|
|
+ </thead>
|
|
|
+ </table>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+</div>
|
|
|
+<script type="text/javascript">
|
|
|
+ document.write('<script src="/static/modular/gate/talentLibrary/talentTypeChange/talentTypeChange.js?v=' + (new Date()).getTime() + '"><\/script>');
|
|
|
+ document.write('<script src="/static/modular/common/config.js?v=' + (new Date()).getTime() + '"><\/script>');
|
|
|
+</script>
|
|
|
+{/block}
|