|
@@ -447,6 +447,15 @@ TalentInfoInfoDlg.showFirstCheckModal = function () {
|
|
|
//}
|
|
|
});
|
|
|
}
|
|
|
+ if(obj.re_check_companys != null && obj.re_check_companys != ''){
|
|
|
+ $("#company_list input").each(function () {
|
|
|
+ for (var key in obj.re_check_companys) {
|
|
|
+ if ($(this).val() == obj.re_check_companys[key]) {
|
|
|
+ this.checked = true;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ });
|
|
|
+ }
|
|
|
},
|
|
|
yes: function (index, layero) {
|
|
|
TalentInfoInfoDlg.firstCheck(index);
|
|
@@ -488,7 +497,7 @@ TalentInfoInfoDlg.toggleField = function () {
|
|
|
} else if (checkState == 3 || checkState == 4 || checkState == 5) {
|
|
|
$("#field").hide();
|
|
|
$("#field").find("input[type=checkbox]").removeAttr("checked");
|
|
|
- if (checkMsgFirst == null || checkMsgFirst == '') {
|
|
|
+ if (checkMsgFirst == null || checkMsgFirst == '' || checkMsgFirst == "等待部门审核") {
|
|
|
$("#checkMsgFirst").val("审核通过");
|
|
|
}
|
|
|
if (checkState == 5) {
|