|
@@ -108,7 +108,7 @@ TalentInfoInfoDlg.initFileTable = function () {
|
|
|
} else if (suffix == "xlsx" || suffix == "XLSX" || suffix == 'xls' || suffix == 'XLS') {
|
|
|
imgStr = "<button type='button' onclick=\"Feng.showExcel('" + files[key].url + "','" + files[key].id + "','" + files[key].orignName + "')\" class=\"btn btn-xs btn-danger\"><i class=\"fa fa-file-excel-o\" aria-hidden=\"true\"></i></button>";
|
|
|
} else {
|
|
|
- imgStr = '<img class=\"imgUrl\" src=\"' + files[key].url + '\" style=\"width:25px;height:25px;\">';
|
|
|
+ imgStr = '<img class="imgUrl" onclick="Feng.showImg(this)" src="' + files[key].url + '" style="width:25px;height:25px;">';
|
|
|
}
|
|
|
|
|
|
html += '<li data-id="' + files[key].id + '">\n\
|
|
@@ -693,7 +693,7 @@ $(function () {
|
|
|
TalentInfoInfoDlg.sourceChange();
|
|
|
$('[data-toggle="tooltip"]').tooltip();
|
|
|
TalentInfoInfoDlg.initFileTable();
|
|
|
- $(".ibox-content").viewer({fullscreen: false});
|
|
|
+ //$(".ibox-content").viewer({fullscreen: false});
|
|
|
Feng.getCheckLog("logTable", {"type": CONFIG.project_rcrd, "mainId": $("#id").val(), "typeFileId": "", "active": 1})
|
|
|
});
|
|
|
|