|
@@ -248,7 +248,7 @@ TalentInfoInfoDlg.initFileTypeColumn = function () {
|
|
if (value == null || value == '' || value == 'null') {
|
|
if (value == null || value == '' || value == 'null') {
|
|
return '无';
|
|
return '无';
|
|
}
|
|
}
|
|
- return "<button type='button' onclick=\"TalentInfoInfoDlg.downloadFile('" + row.id + "',3)\" style='margin-right: 10px' class=\"btn btn-xs btn-primary\">" +
|
|
|
|
|
|
+ return "<button type='button' onclick=\"TalentInfoInfoDlg.downloadFile('" + row.id + "',5)\" style='margin-right: 10px' class=\"btn btn-xs btn-primary\">" +
|
|
"<i class=\"fa fa-download\"></i>下载" +
|
|
"<i class=\"fa fa-download\"></i>下载" +
|
|
"</button>";
|
|
"</button>";
|
|
}
|
|
}
|
|
@@ -540,7 +540,7 @@ TalentInfoInfoDlg.ajaxGetConditionFile = function (source) {
|
|
name = '<i class="fa fa-paste"></i>' + filetype.name;
|
|
name = '<i class="fa fa-paste"></i>' + filetype.name;
|
|
}
|
|
}
|
|
var uploadbtn = TalentInfoInfoDlg.validUploadButton(1, filetype.id, '', tableIndex, key);
|
|
var uploadbtn = TalentInfoInfoDlg.validUploadButton(1, filetype.id, '', tableIndex, key);
|
|
- var templateUrl = '<button type="button" onclick="TalentInfoInfoDlg.downloadFile("' + filetype.id + '",3)" style="margin-right: 10px" class="btn btn-xs btn-primary">\n\
|
|
|
|
|
|
+ var templateUrl = '<button type="button" onclick="TalentInfoInfoDlg.downloadFile("' + filetype.id + '",5)" style="margin-right: 10px" class="btn btn-xs btn-primary">\n\
|
|
<i class=\"fa fa-download\"></i>下载""</button>"';
|
|
<i class=\"fa fa-download\"></i>下载""</button>"';
|
|
html += '<tr data-index="' + key + '">\n\
|
|
html += '<tr data-index="' + key + '">\n\
|
|
<td class="uitd_showTip" style="text-align: center; vertical-align: middle; width: 30%; ">' + name + '</td> \n\
|
|
<td class="uitd_showTip" style="text-align: center; vertical-align: middle; width: 30%; ">' + name + '</td> \n\
|
|
@@ -1083,7 +1083,7 @@ TalentInfoInfoDlg.callBack = function (data) {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
TalentInfoInfoDlg.downloadFile = function (id, type) {
|
|
TalentInfoInfoDlg.downloadFile = function (id, type) {
|
|
- window.location.href = Feng.ctxPath + "/api/common/downloadFile?id=" + id + "&type=" + type;
|
|
|
|
|
|
+ window.location.href = Feng.ctxPath + "/common/api/downloadFile?id=" + id + "&type=" + type;
|
|
}
|
|
}
|
|
|
|
|
|
//设置不可修改的字段
|
|
//设置不可修改的字段
|