瀏覽代碼

人才层次变更开放所有来源可选

sugangqiang 1 年之前
父節點
當前提交
ed65b7fa44
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      public/static/modular/gate/talentLibrary/talentTypeChange/talentTypeChange_info.js

+ 2 - 2
public/static/modular/gate/talentLibrary/talentTypeChange/talentTypeChange_info.js

@@ -233,7 +233,7 @@ TalentTypeChangeInfoDlg.talentInfoDetail = function () {
         $("#oldIdentifyMonth").val(data.identifyMonth);
         $("#oldIntroductionMode").val(data.import_way);
         $("#oldYear").val(data.apply_year);
-        if (data.enterpriseType == 1) {
+        /*if (data.enterpriseType == 1) {
             var hide = [1, 2];
             if (data.isMatchZhiren == 1) {
                 hide = [3, 4, 5];
@@ -242,7 +242,7 @@ TalentTypeChangeInfoDlg.talentInfoDetail = function () {
                 $("#newSource option[value=" + hide[i] + "]").css("display", "none");
             }
             //toastr.success("符合晋江市现代产业体系人才补充认定标准的无需填写‘新泉州高层次人才证书发证日期’及‘新泉州高层次人才证书的有效期’。");
-        }
+        }*/
     }, function (data) {
 
         Feng.error("查询失败!" + data.responseJSON.message + "!");