sugangqiang 2 years ago
parent
commit
61d7b9d01b

+ 6 - 6
public/static/modular/talentIdentify/talentInfo/talentInfo_prepare.js

@@ -61,7 +61,7 @@ TalentInfo.initColumn = function () {
         {title: '审核状态', field: 'checkState', visible: true, align: 'center', valign: 'middle', width: "100px",
             formatter: function (value, row, index) {
                 switch (value) {
-                    case 11:
+                    case 14:
                         return "<span class='label label-success'>待核查征信</span>";
                         break;
                     case 21:
@@ -229,10 +229,10 @@ TalentInfo.showDataCheckModal = function (type) {
                     {title: '企业名称', field: 'enterpriseName', visible: true, align: 'center', valign: 'middle', width: "40%"},
                     {title: '审核状态', field: 'checkState', visible: true, align: 'center', valign: 'middle', width: "10%",
                         formatter: function (value, row, index) {
-                            if (value == 13) {
+                            if (value == 16) {
                                 return "<span style='color: #ed5565;'>审核不通过</span>";
                             }
-                            if (value == 11) {
+                            if (value == 14) {
                                 return "<span style='color: #1ab394;'>审核通过</span>";
                             }
                         }
@@ -555,12 +555,12 @@ TalentInfo.afterCheck = function () {
         if (TalentInfo.seItem.outMsg != null && TalentInfo.seItem.outMsg != '') {
             Feng.info("当前申请人核查征信不通过,请谨慎选择审核状态!");
         }
-        if (TalentInfo.seItem.checkState == 13) {
+        if (TalentInfo.seItem.checkState == 16) {
             var html = '<option value="">请选择</option>\n' +
                     '       <option value="2">驳回/恢复</option>';
             $("#checkStateAfter").empty().append(html);
         }
-        if (TalentInfo.seItem.checkState == 11) {
+        if (TalentInfo.seItem.checkState == 14) {
             var html = '<option value="">请选择</option>\n' +
                     '       <option value="-1">审核不通过</option>' +
                     '       <option value="2">驳回</option>';
@@ -843,7 +843,7 @@ TalentInfo.callBack = function (data) {
 
 $(function () {
     var defaultColunms = TalentInfo.initColumn();
-    var table = new BSTable(TalentInfo.id, "/admin/talent/base_verify_list/process/5", defaultColunms);
+    var table = new BSTable(TalentInfo.id, "/admin/talent/base_verify_list/process/6", defaultColunms);
     table.setPaginationType("server");
     table.setSingleSelect(false);
     table.setOnDblClickRow(function () {