|
@@ -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");
|