|
@@ -373,6 +373,12 @@ TalentTypeChangeInfoDlg.toggleField = function () {
|
|
|
$("#checkMsgFirst").val(process == 1 ? "初审通过,待部门审核。" : "复核通过,待核查征信。");
|
|
|
}
|
|
|
}
|
|
|
+ } else if (checkState == 4) {
|
|
|
+ $("#field").hide();
|
|
|
+ $("#field").find("input[type=checkbox]").removeAttr("checked");
|
|
|
+ if (checkMsgFirst == null || checkMsgFirst == '') {
|
|
|
+ $("#checkMsgFirst").val("初审通过,待复核。");
|
|
|
+ }
|
|
|
} else if (checkState == -1) {
|
|
|
$("#field").hide();
|
|
|
$("#checkMsgFirst").val("复核不通过,待核查征信");
|