Browse Source

申报来源修改

sugangqiang 2 years ago
parent
commit
bd8d8dfdba
1 changed files with 3 additions and 3 deletions
  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()) {
     if (TalentInfoInfoDlg.isImport() && TalentInfoInfoDlg.isZhiRen()) {
         $("#talent_condition").parents(".table").find(".fileTable").find("tbody").html("");
         $("#talent_condition").parents(".table").find(".fileTable").find("tbody").html("");
     } else {
     } else {
-        show = [1, 2, 3, 4, 5];
+        show = [3, 4, 5];
         var source = $("#source").val();
         var source = $("#source").val();
         TalentInfoInfoDlg.ajaxGetConditionFile(source);
         TalentInfoInfoDlg.ajaxGetConditionFile(source);
     }
     }
@@ -1291,8 +1291,8 @@ $(function () {
     Feng.findChildDictBatch(JSON.stringify(arr));
     Feng.findChildDictBatch(JSON.stringify(arr));
 
 
     if (!TalentInfoInfoDlg.isImport() || !TalentInfoInfoDlg.isZhiRen()) {
     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()) {
     if (TalentInfoInfoDlg.isImport() && TalentInfoInfoDlg.isZhiRen()) {
         $("#source option[value=3]").css("display", "none");
         $("#source option[value=3]").css("display", "none");