sandm 1 zi în urmă
părinte
comite
1c73b393ec

+ 1 - 1
public/static/modular/gate/talentLibrary/talentTypeChange/talentTypeChange_info.js

@@ -559,7 +559,7 @@ TalentTypeChangeInfoDlg.initFileTable = function () {
                 var type = $("#type").val();
                 var type = $("#type").val();
                 for (var key in data) {
                 for (var key in data) {
                     var btn = "";
                     var btn = "";
-                    if (checkState == 1 || (((type != 5 && checkState == 10) || (type == 5 && (checkState == 9 || checkState == 8))) && ((row.isConditionFile == 0 && files.indexOf(row.id.toString()) != -1) || (row.isConditionFile == 1 && (files.indexOf(row.id.toString()) != -1 || fields.indexOf("newIdentifyCondition") != -1))))) {
+                    if (checkState == 1 || (((type == 5 && checkState == 10) || (type == 5 && (checkState == 9 || checkState == 8))) && ((row.isConditionFile == 0 && files.indexOf(row.id.toString()) != -1) || (row.isConditionFile == 1 && (files.indexOf(row.id.toString()) != -1 || fields.indexOf("newIdentifyCondition") != -1))))) {
                         btn = "<button type=\'button\' onclick=\"TalentTypeChangeInfoDlg.checkFile(this,'" + row.fState + "','" + row.id + "','" + data[key].id + "')\" style=\'margin-right: 10px\' class=\"btn btn-xs btn-info\">" +
                         btn = "<button type=\'button\' onclick=\"TalentTypeChangeInfoDlg.checkFile(this,'" + row.fState + "','" + row.id + "','" + data[key].id + "')\" style=\'margin-right: 10px\' class=\"btn btn-xs btn-info\">" +
                                 "<i class=\"fa fa-paste\"></i>修改" +
                                 "<i class=\"fa fa-paste\"></i>修改" +
                                 "</button>" +
                                 "</button>" +