Bläddra i källkod

人才层次变更增加跳过部门审核(补充)

sugangqiang 1 år sedan
förälder
incheckning
c63fbb3bfa

+ 6 - 0
public/static/modular/talentLibrary/talentTypeChange/talentTypeChange_common_check.js

@@ -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("复核不通过,待核查征信");