This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -778,6 +778,27 @@ $usr_nm = session('usr_nm');
|
||||
});
|
||||
});
|
||||
|
||||
// 배정내역 excel
|
||||
$("#excel-download2").on("click", function () {
|
||||
$.ajax({
|
||||
url: "/article/dept/excel",
|
||||
method: "GET",
|
||||
dataType: "json",
|
||||
data: $("#frm_srch_info").serialize(),
|
||||
beforeSend: function () {
|
||||
blockUI.blockPage({
|
||||
message: tpl
|
||||
})
|
||||
},
|
||||
complete: function () {
|
||||
blockUI.unblockPage()
|
||||
},
|
||||
success: function (result) {
|
||||
downloadExcel(result.data);
|
||||
}
|
||||
});
|
||||
});
|
||||
|
||||
});
|
||||
|
||||
function initForm() {
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user