Browse Source

人才库申报基础文件建设

sugangqiang 1 year ago
parent
commit
3824e20dc9

+ 38 - 0
app/enterprise/controller/TalentBankChange.php

@@ -0,0 +1,38 @@
+<?php
+
+namespace app\enterprise\controller;
+
+use app\enterprise\common\EnterpriseController;
+use app\enterprise\api\TalentApi;
+use app\common\api\DictApi;
+use app\common\api\VerifyApi;
+
+/**
+ * Description of TalentBankChange
+ *
+ * @author sgq
+ */
+class TalentBankChange extends EnterpriseController {
+
+    public function index() {
+        return view("", ["type" => $this->user["type"]]);
+    }
+
+    public function list() {
+        $type = $this->user["type"];
+        $param = $this->request->param();
+        $order = trim($param["order"]) ?: "desc";
+        $offset = trim($param["offset"]) ?: 0;
+        $limit = trim($param["limit"]) ?: 10;
+        $where[] = ["enterprise_id", "=", session("user")["uid"]];
+    }
+
+    public function apply() {
+        return view();
+    }
+
+    public function view() {
+        return view();
+    }
+
+}

+ 38 - 0
app/enterprise/controller/TalentBasicChange.php

@@ -0,0 +1,38 @@
+<?php
+
+namespace app\enterprise\controller;
+
+use app\enterprise\common\EnterpriseController;
+use app\enterprise\api\TalentApi;
+use app\common\api\DictApi;
+use app\common\api\VerifyApi;
+
+/**
+ * Description of TalentBasicChange
+ *
+ * @author sgq
+ */
+class TalentBasicChange extends EnterpriseController {
+
+    public function index() {
+        return view("", ["type" => $this->user["type"]]);
+    }
+
+    public function list() {
+        $type = $this->user["type"];
+        $param = $this->request->param();
+        $order = trim($param["order"]) ?: "desc";
+        $offset = trim($param["offset"]) ?: 0;
+        $limit = trim($param["limit"]) ?: 10;
+        $where[] = ["enterprise_id", "=", session("user")["uid"]];
+    }
+
+    public function apply() {
+        return view();
+    }
+
+    public function view() {
+        return view();
+    }
+
+}

+ 38 - 0
app/enterprise/controller/TalentQuit.php

@@ -0,0 +1,38 @@
+<?php
+
+namespace app\enterprise\controller;
+
+use app\enterprise\common\EnterpriseController;
+use app\enterprise\api\TalentApi;
+use app\common\api\DictApi;
+use app\common\api\VerifyApi;
+
+/**
+ * Description of TalentQuit
+ *
+ * @author sgq
+ */
+class TalentQuit extends EnterpriseController {
+
+    public function index() {
+        return view("", ["type" => $this->user["type"]]);
+    }
+
+    public function list() {
+        $type = $this->user["type"];
+        $param = $this->request->param();
+        $order = trim($param["order"]) ?: "desc";
+        $offset = trim($param["offset"]) ?: 0;
+        $limit = trim($param["limit"]) ?: 10;
+        $where[] = ["enterprise_id", "=", session("user")["uid"]];
+    }
+
+    public function apply() {
+        return view();
+    }
+
+    public function view() {
+        return view();
+    }
+
+}

+ 10 - 4
app/enterprise/controller/TalentTypeChange.php

@@ -8,18 +8,17 @@ use app\common\api\DictApi;
 use app\common\api\VerifyApi;
 
 /**
- * Description of TalentLibrary
+ * Description of TalentTypeChange
  *
  * @author sgq
  */
 class TalentTypeChange extends EnterpriseController {
 
-
     public function index() {
         return view("", ["type" => $this->user["type"]]);
     }
 
-    public function list(){
+    public function list() {
         $type = $this->user["type"];
         $tpl = "";
         switch ($type) {
@@ -35,7 +34,14 @@ class TalentTypeChange extends EnterpriseController {
         $offset = trim($param["offset"]) ?: 0;
         $limit = trim($param["limit"]) ?: 10;
         $where[] = ["enterprise_id", "=", session("user")["uid"]];
+    }
 
+    public function apply() {
+        return view();
+    }
 
+    public function view() {
+        return view();
     }
-}
+
+}

+ 38 - 0
app/enterprise/controller/TalentWorkUnitChange.php

@@ -0,0 +1,38 @@
+<?php
+
+namespace app\enterprise\controller;
+
+use app\enterprise\common\EnterpriseController;
+use app\enterprise\api\TalentApi;
+use app\common\api\DictApi;
+use app\common\api\VerifyApi;
+
+/**
+ * Description of TalentWorkUnitChange
+ *
+ * @author sgq
+ */
+class TalentWorkUnitChange extends EnterpriseController {
+
+    public function index() {
+        return view("", ["type" => $this->user["type"]]);
+    }
+
+    public function list() {
+        $type = $this->user["type"];
+        $param = $this->request->param();
+        $order = trim($param["order"]) ?: "desc";
+        $offset = trim($param["offset"]) ?: 0;
+        $limit = trim($param["limit"]) ?: 10;
+        $where[] = ["enterprise_id", "=", session("user")["uid"]];
+    }
+
+    public function apply() {
+        return view();
+    }
+
+    public function view() {
+        return view();
+    }
+
+}

+ 0 - 0
app/enterprise/view/talent_library/bank_change_apply.html → app/enterprise/view/talent_bank_change/apply.html


+ 0 - 0
app/enterprise/view/talent_library/bank_change.html → app/enterprise/view/talent_bank_change/index.html


+ 0 - 0
app/enterprise/view/talent_library/bank_change_view.html → app/enterprise/view/talent_bank_change/view.html


+ 0 - 0
app/enterprise/view/talent_library/basic_change_apply.html → app/enterprise/view/talent_basic_change/apply.html


+ 0 - 0
app/enterprise/view/talent_library/basic_change.html → app/enterprise/view/talent_basic_change/index.html


+ 0 - 108
app/enterprise/view/talent_library/type_change.html

@@ -1,108 +0,0 @@
-{extend name="layout/content"}
-{block name="content"}
-<style type="text/css">
-    .layui-layer-btn .layui-layer-btn1 {
-        border-color: #009688;
-        background-color: #009688;
-        color: #fff;
-    }
-</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">
-                            <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="talentName" placeholder="" />
-                                </div>
-                            </div>
-                            <div class="col-sm-3">
-                                <div class="input-group-btn">
-                                    <button data-toggle="dropdown" class="btn btn-white dropdown-toggle" type="button">原人才层次</button>
-                                </div>
-                                <select id="oldTalentArrange" class="form-control" onchange="TalentTypeChange.getIdentifyCondition('old')">
-                                </select>
-                            </div>
-                            <div class="col-sm-3">
-                                <div class="input-group-btn">
-                                    <button data-toggle="dropdown" class="btn btn-white dropdown-toggle" type="button">原认定条件</button>
-                                </div>
-                                <select id="oldIdentifyCondition" class="form-control">
-                                </select>
-                            </div>
-                            <div class="col-sm-3">
-                                <div class="input-group-btn">
-                                    <button data-toggle="dropdown" class="btn btn-white dropdown-toggle" type="button">新人才层次</button>
-                                </div>
-                                <select id="newTalentArrange" class="form-control" onchange="TalentTypeChange.getIdentifyCondition('new')">
-                                </select>
-                            </div>
-                            <div class="col-sm-3">
-                                <div class="input-group-btn">
-                                    <button data-toggle="dropdown" class="btn btn-white dropdown-toggle" type="button">新认定条件</button>
-                                </div>
-                                <select id="newIdentifyCondition" class="form-control">
-                                </select>
-                            </div>
-                            <div class="col-sm-3">
-                                <div class="input-group-btn">
-                                    <button data-toggle="dropdown" class="btn btn-white dropdown-toggle" type="button">审核状态</button>
-                                </div>
-                                <select id="checkState" class="form-control">
-                                    <option value="">请选择</option>
-                                    <option value="-1">待提交</option>
-                                    <option value="1">审核中</option>
-                                    <option value="2">审核驳回</option>
-                                    <option value="3">审核通过</option>
-                                </select>
-                            </div>
-                            <div class="col-sm-3">
-                                <button type="button" class="btn btn-sm btn-primary" onclick="TalentTypeChange.search()">
-                                    <i class="fa fa-search"></i>&nbsp;搜索
-                                </button>
-                                <button type="button" class="btn btn-sm btn-primary" onclick="TalentTypeChange.reset()">
-                                    <i class="fa fa-trash"></i>&nbsp;重置
-                                </button>
-                            </div>
-                        </div>
-                        <div class="hidden-xs" id="TalentTypeChangeTableToolbar" role="group">
-                            <button type="button" class="btn btn-sm btn-primary" onclick="TalentTypeChange.openAddTalentTypeChange()">
-                                <i class="fa fa-plus"></i>&nbsp;添加
-                            </button>
-                            <button type="button" class="btn btn-sm btn-primary" onclick="TalentTypeChange.openTalentTypeChangeDetail()">
-                                <i class="fa fa-edit"></i>&nbsp;修改
-                            </button>
-                            <button type="button" class="btn btn-sm btn-primary" onclick="TalentTypeChange.openTalentTypeChangeSelect()">
-                                <i class="fa fa-eye"></i>&nbsp;查看
-                            </button>
-                            <button type="button" class="btn btn-sm btn-primary" onclick="TalentTypeChange.delete()">
-                                <i class="fa fa-remove"></i>&nbsp;删除
-                            </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}

+ 0 - 0
app/enterprise/view/talent_library/talent_quit_apply.html → app/enterprise/view/talent_quit/apply.html


+ 0 - 0
app/enterprise/view/talent_library/talent_quit.html → app/enterprise/view/talent_quit/index.html


+ 0 - 0
app/enterprise/view/talent_library/talent_quit_view.html → app/enterprise/view/talent_quit/view.html


+ 0 - 0
app/enterprise/view/talent_library/type_change_apply.html → app/enterprise/view/talent_type_change/apply.html


+ 44 - 69
app/enterprise/view/talent_type_change/index.html

@@ -1,22 +1,10 @@
 {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;
+    .layui-layer-btn .layui-layer-btn1 {
+        border-color: #009688;
+        background-color: #009688;
+        color: #fff;
     }
 </style>
 <div class="row">
@@ -29,95 +17,82 @@
                 <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="" />
+                                    <input type="text" class="form-control" id="talentName" 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 class="input-group-btn">
+                                    <button data-toggle="dropdown" class="btn btn-white dropdown-toggle" type="button">原人才层次</button>
                                 </div>
+                                <select id="oldTalentArrange" class="form-control" onchange="TalentTypeChange.getIdentifyCondition('old')">
+                                </select>
                             </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 class="input-group-btn">
+                                    <button data-toggle="dropdown" class="btn btn-white dropdown-toggle" type="button">原认定条件</button>
                                 </div>
+                                <select id="oldIdentifyCondition" class="form-control">
+                                </select>
                             </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 class="input-group-btn">
+                                    <button data-toggle="dropdown" class="btn btn-white dropdown-toggle" type="button">新人才层次</button>
                                 </div>
+                                <select id="newTalentArrange" class="form-control" onchange="TalentTypeChange.getIdentifyCondition('new')">
+                                </select>
                             </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 class="input-group-btn">
+                                    <button data-toggle="dropdown" class="btn btn-white dropdown-toggle" type="button">新认定条件</button>
+                                </div>
+                                <select id="newIdentifyCondition" class="form-control">
+                                </select>
+                            </div>
+                            <div class="col-sm-3">
+                                <div class="input-group-btn">
+                                    <button data-toggle="dropdown" class="btn btn-white dropdown-toggle" type="button">审核状态</button>
                                 </div>
+                                <select id="checkState" class="form-control">
+                                    <option value="">请选择</option>
+                                    <option value="-1">待提交</option>
+                                    <option value="1">审核中</option>
+                                    <option value="2">审核驳回</option>
+                                    <option value="3">审核通过</option>
+                                </select>
                             </div>
                             <div class="col-sm-3">
-                                <button type="button" class="btn btn-sm btn-primary" onclick="TalentInfo.search()">
+                                <button type="button" class="btn btn-sm btn-primary" onclick="TalentTypeChange.search()">
                                     <i class="fa fa-search"></i>&nbsp;搜索
                                 </button>
-                                <button type="button" class="btn btn-sm btn-primary" onclick="TalentInfo.reset()">
+                                <button type="button" class="btn btn-sm btn-primary" onclick="TalentTypeChange.reset()">
                                     <i class="fa fa-trash"></i>&nbsp;重置
                                 </button>
                             </div>
                         </div>
-                        <div class="hidden-xs" id="TalentInfoTableToolbar" role="group">
+                        <div class="hidden-xs" id="TalentTypeChangeTableToolbar" role="group">
                             <button type="button" class="btn btn-sm btn-primary" onclick="TalentTypeChange.openAddTalentTypeChange()">
-                                <i class="fa btn-fa-plus"></i>&nbsp;添加
+                                <i class="fa fa-plus"></i>&nbsp;添加
                             </button>
                             <button type="button" class="btn btn-sm btn-primary" onclick="TalentTypeChange.openTalentTypeChangeDetail()">
-                                <i class="fa btn-fa-edit"></i>&nbsp;修改
+                                <i class="fa fa-edit"></i>&nbsp;修改
                             </button>
-                            <button type="button" class="btn btn-sm btn-primary" onclick="TalentInfo.openTalentTypeChangeSelect()">
+                            <button type="button" class="btn btn-sm btn-primary" onclick="TalentTypeChange.openTalentTypeChangeSelect()">
                                 <i class="fa fa-eye"></i>&nbsp;查看
                             </button>
-                            <button type="button" class="btn btn-sm btn-primary" onclick="TalentInfo.delete()">
+                            <button type="button" class="btn btn-sm btn-primary" onclick="TalentTypeChange.delete()">
                                 <i class="fa fa-remove"></i>&nbsp;删除
                             </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>
+                                <tr>
+                                    <th data-field="selectItem" data-checkbox="true"></th>
+                                </tr>
                             </thead>
                         </table>
                     </div>
@@ -130,4 +105,4 @@
     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}
+{/block}

+ 0 - 0
app/enterprise/view/talent_library/type_change_view.html → app/enterprise/view/talent_type_change/view.html


+ 0 - 0
app/enterprise/view/talent_library/work_unit_change_apply.html → app/enterprise/view/talent_work_unit_change/apply.html


+ 16 - 12
app/enterprise/view/talent_library/work_unit_change.html → app/enterprise/view/talent_work_unit_change/index.html

@@ -17,7 +17,7 @@
                 <div class="row row-lg">
                     <div class="col-sm-12">
                         <div class="row">
-                            <input type="hidden" id="type" value="${type}">
+                            <input type="hidden" id="type" value="{$type}">
                             <div class="col-sm-3">
                                 <div class="input-group input-group-sm">
                                     <div class="input-group-btn">
@@ -51,18 +51,22 @@
                                 </div>
                             </div>
                             <div class="col-sm-3">
-                                <div class="input-group-btn">
-                                    <button data-toggle="dropdown" class="btn btn-white dropdown-toggle" type="button">审核状态</button>
+                                <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="-2">审核不通过</option>
+                                        <option value="-1">待提交</option>
+                                        <option value="1">待审核</option>
+                                        <option value="2">审核驳回</option>
+                                        <option value="3">审核通过</option>
+                                        <option value="9">重新提交</option>
+                                    </select>
                                 </div>
-                                <select id="checkState" class="form-control">
-                                    <option value="">请选择</option>
-                                    <option value="-2">审核不通过</option>
-                                    <option value="-1">待提交</option>
-                                    <option value="1">待审核</option>
-                                    <option value="2">审核驳回</option>
-                                    <option value="3">审核通过</option>
-                                    <option value="9">重新提交</option>
-                                </select>
                             </div>
                             <div class="col-sm-3">
                                 <button type="button" class="btn btn-sm btn-primary" onclick="TalentWorkunitChange.search()">

+ 10 - 3
app/enterprise/view/talent_library/work_unit_change_view.html → app/enterprise/view/talent_work_unit_change/view.html

@@ -1,4 +1,5 @@
-@layout("/common/_container.html"){
+{extend name="layout/content"}
+{block name="content"}
 <style type="text/css">
     .spacing {
         margin-bottom: 10px;
@@ -174,7 +175,13 @@
                             </div>
                         </div>
                         <div id="tab-2" class="tab-pane ">
-                            <#table id="fileTable"/>
+                            <table id="fileTable" 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>
@@ -188,4 +195,4 @@
 <script type="text/javascript">
     document.write('<script src="${ctxPath}/static/modular/gate/talentLibrary/talentWorkunitChange/talentWorkunitChange_select.js?v='+(new Date()).getTime()+'"><\/script>');
 </script>
-@}
+{/block}

+ 49 - 38
nbproject/private/private.xml

@@ -3,52 +3,63 @@
     <editor-bookmarks xmlns="http://www.netbeans.org/ns/editor-bookmarks/2" lastBookmarkId="0"/>
     <open-files xmlns="http://www.netbeans.org/ns/projectui-open-files/2">
         <group>
-            <file>file:/C:/xampp/htdocs/jjrcuniflat/app/enterprise/controller/Talent.php</file>
-            <file>file:/C:/xampp/htdocs/jjrcuniflat/public/static/modular/gate/talentBase/talentInfo_info.js</file>
-            <file>file:/C:/xampp/htdocs/jjrcuniflat/public/static/modular/system/menu/menu_info.js</file>
-            <file>file:/C:/xampp/htdocs/jjrcuniflat/app/enterprise/view/talent/second.html</file>
-            <file>file:/C:/xampp/htdocs/jjrcuniflat/public/static/modular/gate/talentInfo/talentInfo.js</file>
-            <file>file:/C:/xampp/htdocs/jjrcuniflat/app/command/Solver.php</file>
-            <file>file:/C:/xampp/htdocs/jjrcuniflat/app/admin/controller/Talent.php</file>
+            <file>file:/C:/xampp/htdocs/jjrcuniflat/app/job/Worker.php</file>
+            <file>file:/C:/xampp/htdocs/jjrcuniflat/app/enterprise/controller/TalentAllowance.php</file>
+            <file>file:/C:/xampp/htdocs/jjrcuniflat/app/command/DeptVerifyChecker.php</file>
             <file>file:/C:/xampp/htdocs/jjrcuniflat/app/common/api/TalentState.php</file>
-            <file>file:/C:/xampp/htdocs/jjrcuniflat/app/common/api/DictApi.php</file>
-            <file>file:/C:/xampp/htdocs/jjrcuniflat/public/static/modular/system/menu/menu.js</file>
-            <file>file:/C:/xampp/htdocs/jjrcuniflat/app/enterprise/controller/Base.php</file>
+            <file>file:/C:/xampp/htdocs/jjrcuniflat/app/admin/controller/Index.php</file>
+            <file>file:/C:/xampp/htdocs/jjrcuniflat/app/common/api/CompanyApi.php</file>
             <file>file:/C:/xampp/htdocs/jjrcuniflat/app/admin/view/talent/fst_verify.html</file>
-            <file>file:/C:/xampp/htdocs/jjrcuniflat/app/admin/view/menu/index.html</file>
-            <file>file:/C:/xampp/htdocs/jjrcuniflat/app/admin/validate/Menu.php</file>
+            <file>file:/C:/xampp/htdocs/jjrcuniflat/public/static/modular/talentIdentify/integralMgr/integralCommon.js</file>
+            <file>file:/C:/xampp/htdocs/jjrcuniflat/app/admin/controller/System.php</file>
+            <file>file:/C:/xampp/htdocs/jjrcuniflat/app/command/FstVerifyChecker.php</file>
+            <file>file:/C:/xampp/htdocs/jjrcuniflat/app/test/controller/Jcdl.php</file>
+            <file>file:/C:/xampp/htdocs/jjrcuniflat/public/static/modular/gate/integral/integralInfo.js</file>
+            <file>file:/C:/xampp/htdocs/jjrcuniflat/app/common/api/EnterpriseApi.php</file>
+            <file>file:/C:/xampp/htdocs/jjrcuniflat/app/admin/view/talent/dept_verify.html</file>
+            <file>file:/C:/xampp/htdocs/jjrcuniflat/app/enterprise/view/talent_library/work_unit_change_apply.html</file>
+            <file>file:/C:/xampp/htdocs/jjrcuniflat/app/admin/view/integral_verify/pre_list.html</file>
+            <file>file:/C:/xampp/htdocs/jjrcuniflat/app/enterprise/view/talent_library/bank_change_view.html</file>
+            <file>file:/C:/xampp/htdocs/jjrcuniflat/public/static/modular/gate/integral/integral.js</file>
+            <file>file:/C:/xampp/htdocs/jjrcuniflat/public/static/modular/talentIdentify/talentInfo/talentInfo_common.js</file>
+            <file>file:/C:/xampp/htdocs/jjrcuniflat/app/admin/view/integral_verify/integral_log.html</file>
+            <file>file:/C:/xampp/htdocs/jjrcuniflat/app/common/api/VerifyApi.php</file>
+            <file>file:/C:/xampp/htdocs/jjrcuniflat/app/common/api/IntegralRecordApi.php</file>
+            <file>file:/C:/xampp/htdocs/jjrcuniflat/app/enterprise/controller/TalentLibrary.php</file>
+            <file>file:/C:/xampp/htdocs/jjrcuniflat/app/enterprise/view/talent_library/basic_change_apply.html</file>
+            <file>file:/C:/xampp/htdocs/jjrcuniflat/app/index/controller/Auth.php</file>
+            <file>file:/C:/xampp/htdocs/jjrcuniflat/app/job/Talent.php</file>
+            <file>file:/C:/xampp/htdocs/jjrcuniflat/app/enterprise/view/talent_library/talent_quit_apply.html</file>
+            <file>file:/C:/xampp/htdocs/jjrcuniflat/public/static/modular/talentIdentify/integralMgr/IntegralLog.js</file>
+            <file>file:/C:/xampp/htdocs/jjrcuniflat/public/static/modular/talentIdentify/integralMgr/IntegralVerify_info.js</file>
+            <file>file:/C:/xampp/htdocs/jjrcuniflat/app/command/Solver.php</file>
+            <file>file:/C:/xampp/htdocs/jjrcuniflat/app/admin/controller/Talent.php</file>
+            <file>file:/C:/xampp/htdocs/jjrcuniflat/app/command/ExpireVerifyChecker.php</file>
+            <file>file:/C:/xampp/htdocs/jjrcuniflat/app/enterprise/view/talent_library/talent_quit_view.html</file>
+            <file>file:/C:/xampp/htdocs/jjrcuniflat/app/enterprise/view/talent_library/basic_change.html</file>
+            <file>file:/C:/xampp/htdocs/jjrcuniflat/public/static/modular/talentIdentify/integralMgr/integralMgr.js</file>
+            <file>file:/C:/xampp/htdocs/jjrcuniflat/app/admin/controller/IntegralVerify.php</file>
             <file>file:/C:/xampp/htdocs/jjrcuniflat/app/common/controller/Api.php</file>
             <file>file:/C:/xampp/htdocs/jjrcuniflat/app/admin/view/talent/re_verify.html</file>
-            <file>file:/C:/xampp/htdocs/jjrcuniflat/app/admin/view/company/add.html</file>
-            <file>file:/C:/xampp/htdocs/jjrcuniflat/app/job/Messenger.php</file>
+            <file>file:/C:/xampp/htdocs/jjrcuniflat/app/enterprise/view/talent_library/type_change_view.html</file>
+            <file>file:/C:/xampp/htdocs/jjrcuniflat/app/common/api/TalentLogApi.php</file>
+            <file>file:/C:/xampp/htdocs/jjrcuniflat/app/admin/view/integral_verify/library.html</file>
             <file>file:/C:/xampp/htdocs/jjrcuniflat/public/static/modular/talentIdentify/talentInfo/talentInfo_common_check.js</file>
-            <file>file:/C:/xampp/htdocs/jjrcuniflat/public/static/js/common/Feng.js</file>
-            <file>file:/C:/xampp/htdocs/jjrcuniflat/app/enterprise/view/talent/view.html</file>
-            <file>file:/C:/xampp/htdocs/jjrcuniflat/app/admin/controller/Task.php</file>
-            <file>file:/C:/xampp/htdocs/jjrcuniflat/app/admin/view/talent/dept_verify.html</file>
-            <file>file:/C:/xampp/htdocs/jjrcuniflat/app/admin/view/talent/base_verify.html</file>
-            <file>file:/C:/xampp/htdocs/jjrcuniflat/app/admin/view/talent/pre_list.html</file>
-            <file>file:/C:/xampp/htdocs/jjrcuniflat/app/common/api/MenuApi.php</file>
+            <file>file:/C:/xampp/htdocs/jjrcuniflat/public/static/modular/talentIdentify/integralMgr/IntegralVerify.js</file>
+            <file>file:/C:/xampp/htdocs/jjrcuniflat/public/static/modular/talentIdentify/integralMgr/IntegralVerify_library.js</file>
+            <file>file:/C:/xampp/htdocs/jjrcuniflat/app/enterprise/controller/Integral.php</file>
+            <file>file:/C:/xampp/htdocs/jjrcuniflat/app/enterprise/view/talent_library/work_unit_change.html</file>
+            <file>file:/C:/xampp/htdocs/jjrcuniflat/app/enterprise/view/talent_library/type_change_apply.html</file>
             <file>file:/C:/xampp/htdocs/jjrcuniflat/public/static/modular/talentIdentify/talentInfo/talentInfo_base.js</file>
-            <file>file:/C:/xampp/htdocs/jjrcuniflat/app/enterprise/view/base/first.html</file>
-            <file>file:/C:/xampp/htdocs/jjrcuniflat/app/admin/view/menu/add.html</file>
-            <file>file:/C:/xampp/htdocs/jjrcuniflat/public/static/modular/gate/talentInfo/talentInfo_info.js</file>
-            <file>file:/C:/xampp/htdocs/jjrcuniflat/app/admin/controller/Batch.php</file>
-            <file>file:/C:/xampp/htdocs/jjrcuniflat/app/enterprise/api/TalentApi.php</file>
-            <file>file:/C:/xampp/htdocs/jjrcuniflat/public/static/modular/gate/talentBase/talentBase.js</file>
-            <file>file:/C:/xampp/htdocs/jjrcuniflat/app/admin/view/menu/edit.html</file>
-            <file>file:/C:/xampp/htdocs/jjrcuniflat/public/static/modular/talentIdentify/talentInfo/talentInfo_common.js</file>
-            <file>file:/C:/xampp/htdocs/jjrcuniflat/app/admin/view/user/index.html</file>
-            <file>file:/C:/xampp/htdocs/jjrcuniflat/app/admin/view/talent/base_reverify.html</file>
-            <file>file:/C:/xampp/htdocs/jjrcuniflat/app/common/api/VerifyApi.php</file>
-            <file>file:/C:/xampp/htdocs/jjrcuniflat/app/admin/controller/User.php</file>
+            <file>file:/C:/xampp/htdocs/jjrcuniflat/app/enterprise/view/talent_library/bank_change_apply.html</file>
+            <file>file:/C:/xampp/htdocs/jjrcuniflat/app/common/api/IntegralItemApi.php</file>
             <file>file:/C:/xampp/htdocs/jjrcuniflat/app/admin/view/talent/talentInfo_common_check.html</file>
-            <file>file:/C:/xampp/htdocs/jjrcuniflat/app/admin/view/user/add.html</file>
-            <file>file:/C:/xampp/htdocs/jjrcuniflat/app/common.php</file>
-            <file>file:/C:/xampp/htdocs/jjrcuniflat/app/admin/controller/Menu.php</file>
+            <file>file:/C:/xampp/htdocs/jjrcuniflat/app/enterprise/view/talent_library/bank_change.html</file>
+            <file>file:/C:/xampp/htdocs/jjrcuniflat/public/static/modular/gate/talentInfo/new_talentInfo_info.js</file>
             <file>file:/C:/xampp/htdocs/jjrcuniflat/app/test/controller/Index.php</file>
-            <file>file:/C:/xampp/htdocs/jjrcuniflat/app/admin/view/talent/talentInfo_base_check.html</file>
-            <file>file:/C:/xampp/htdocs/jjrcuniflat/config/console.php</file>
+            <file>file:/C:/xampp/htdocs/jjrcuniflat/app/enterprise/view/integral/apply.html</file>
+            <file>file:/C:/xampp/htdocs/jjrcuniflat/app/enterprise/view/talent_library/talent_quit.html</file>
+            <file>file:/C:/xampp/htdocs/jjrcuniflat/app/enterprise/view/talent_library/type_change.html</file>
         </group>
     </open-files>
 </project-private>