瀏覽代碼

申报来源修改

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

+ 3 - 3
public/static/modular/gate/talentInfo/new_talentInfo_info.js

@@ -929,7 +929,7 @@ TalentInfoInfoDlg.isMatchZhirenChange = function () {
     if (TalentInfoInfoDlg.isImport() && TalentInfoInfoDlg.isZhiRen()) {
         $("#talent_condition").parents(".table").find(".fileTable").find("tbody").html("");
     } else {
-        show = [1, 2, 3, 4, 5];
+        show = [3, 4, 5];
         var source = $("#source").val();
         TalentInfoInfoDlg.ajaxGetConditionFile(source);
     }
@@ -1291,8 +1291,8 @@ $(function () {
     Feng.findChildDictBatch(JSON.stringify(arr));
 
     if (!TalentInfoInfoDlg.isImport() || !TalentInfoInfoDlg.isZhiRen()) {
-        //$("#source option[value=1]").css("display", "none");
-        //$("#source option[value=2]").css("display", "none");
+        $("#source option[value=1]").css("display", "none");
+        $("#source option[value=2]").css("display", "none");
     }
     if (TalentInfoInfoDlg.isImport() && TalentInfoInfoDlg.isZhiRen()) {
         $("#source option[value=3]").css("display", "none");