Эх сурвалжийг харах

去掉一些人才类别的显示

sandm 1 жил өмнө
parent
commit
cf0c54ae46

+ 14 - 14
app/admin/view/talent_condition/index.html

@@ -20,21 +20,21 @@
                                     <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="type">
-                                        <option value=""></option>
-                                        <option value="1">晋江市现代产业体系人才</option>
-                                        <option value="2">集成电路优秀人才</option>
+<!--                            <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>
+<!--                                    </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/identifyCondition/identifyCondition.js

@@ -16,16 +16,16 @@ IdentifyCondition.initColumn = function () {
     return [
         {field: 'selectItem', radio: true},
         {title: '人才层次', field: 'talentLevel', visible: true, align: 'center', valign: 'middle'},
-        {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: 'activeYear', visible: true, align: 'center', valign: 'middle'},
         {title: '是否启用', field: 'active', visible: true, align: 'center', valign: 'middle',