function hasUploadedFile() {
// Если документ уже передан из Tessa, повторная загрузка не требуется
if (getQueryParam('tessa_doc_id')) {
return true;
}
return $('#uploadFileFile_snv_card tbody tr')
.not(function () {
return $(this).find('td.dataTables_empty').length > 0;
}).length > 0;
}
if (!batchId) {
alert("Не удалось получить batch_id");
$('#createRecordBtn').prop('disabled', false);
return;
}