Files
Backend-Api/ServiceHost/wwwroot/AssetsAdminNew/EmployeesDocument/js/ModalPrintSingleUploadDocument.js
2025-05-05 18:09:53 +03:30

9 lines
282 B
JavaScript

$(document).ready(function () {
$("#EmployeeFullNameModalSinglePrint").text($("#EmployeeFullName").text());
});
function openModalPrint(id) {
var goTo = `/AdminNew/Company/EmployeesDocuments/EmployeeList?id=${id}&handler=PrintSingleUD`;
AjaxUrlContentModal(goTo);
}