|
@@ -574,7 +574,7 @@ TalentInfoInfoDlg.sourceChange = function () {
|
|
|
$("#source_batch").parents("td").css("display", "table-cell");
|
|
|
$(".quanzhou_highcert").css("display", "table-cell");
|
|
|
$("#fujian_highcert_pubtime").val("");
|
|
|
- $(".fujian_highcert_exptime").val("");
|
|
|
+ $("#fujian_highcert_exptime").val("");
|
|
|
$('#talentInfoForm').bootstrapValidator('addField', "source_batch", {validators: {notEmpty: {message: '申报来源批次不能为空'}}});
|
|
|
$('#talentInfoForm').bootstrapValidator('addField', "quanzhou_highcert_pubtime", {validators: {notEmpty: {message: '泉州高层次人才证书发证日期不能为空'}}});
|
|
|
$('#talentInfoForm').bootstrapValidator('addField', "quanzhou_highcert_exptime", {validators: {notEmpty: {message: '泉州高层次人才证书有效期不能为空'}}});
|