Explorar o código

去掉一些人才类别的显示

sandm hai 1 ano
pai
achega
4f2e7ee5a5

+ 14 - 14
app/admin/view/integral_mgr/items.html

@@ -11,20 +11,20 @@
                     <div class="col-sm-12">
                         <div class="row">
                             <input type="hidden" id="userType" value="${user.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>
-                                    <select class="form-control" id="type">
-                                        <option value=""></option>
-                                        <option value="1">晋江市现代产业体系人才</option>
-                                        <option value="2">集成电路优秀人才</option>
-                                    </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="type">-->
+<!--                                        <option value=""></option>-->
+<!--                                        <option value="1">晋江市现代产业体系人才</option>-->
+<!--                                        <option value="2">集成电路优秀人才</option>-->
+<!--                                    </select>-->
+<!--                                </div>-->
+<!--                            </div>-->
                             <div class="col-sm-3">
                                 <div class="input-group input-group-sm">
                                     <div class="input-group-btn">

+ 10 - 10
public/static/modular/talentIdentify/integralMgr/integralItemMgr.js

@@ -14,16 +14,16 @@ var IntegralItemMgr = {
 IntegralItemMgr.initColumn = function () {
     return [
         {field: 'selectItem', radio: true},
-        {title: '人才类别', field: 'type', visible: true, align: 'center', valign: 'middle',
-            formatter: function (value, row, index) {
-                if (value == 1) {
-                    return "晋江市现代产业体系人才";
-                }
-                if (value == 2) {
-                    return "集成电路优秀人才";
-                }
-            }
-        },
+        // {title: '人才类别', field: 'type', visible: true, align: 'center', valign: 'middle',
+        //     formatter: function (value, row, index) {
+        //         if (value == 1) {
+        //             return "晋江市现代产业体系人才";
+        //         }
+        //         if (value == 2) {
+        //             return "集成电路优秀人才";
+        //         }
+        //     }
+        // },
         {title: '标准名称', field: 'name', visible: true, align: 'center', valign: 'middle', 'class': 'uitd_showTip'},
         {title: '所属项目', field: 'projectName', visible: true, align: 'center', valign: 'middle', 'class': 'uitd_showTip'},
         {title: '项目类别', field: 'projectType', visible: true, align: 'center', valign: 'middle',