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