საიტის მოხმარების ინსტრუქცია
ცხელი ხაზი: 2 299 299
ვერსია შეზღუდული შესაძლებლობების მქონე პირთათვის
A
A

$(document).ready(function () {

$(function () {

$(".exportButton").hover(

function () { $(".childExport").show(); },

function () { $(".childExport").hide(); }

);

});

});

function openPopup(link) {

var modal = document.getElementById('myModal');

var span = document.getElementsByClassName("close")[0];

$('#modal-content').load(link, function () {

modal.style.display = "block";

});

span.onclick = function () {

modal.style.display = "none";

}

window.onclick = function (event) {

if (event.target == modal) {

modal.style.display = "none";

}

}

}

$(document).ready(function () {

grdInfo.clearFilters()

grdInfo.clearStaticFilters()

grdInfo.toPage(0, false)

grdInfo.show()

grdInfo.DataBind();

});

//function grdInfo_onRowCreated(row, record) {

// var indexStatus = grdInfo.getFieldVisibleIndex('DETAILS');

// var $statusIcons = $(row).children().eq(indexStatus);

// $statusIcons.empty();

// $statusIcons.append('');

//}

function grdInfo_onRowCreated(row, rowData) {

//if (rowData.FILE_NAME == 0) $(row).addClass('grdPublicInfo')

index = this.getFieldVisibleIndex('FILE_NAME'),

$statusIcons = $(row).children().eq(index)

$statusIcons.empty()

if (rowData.FILE_NAME != null) {

$statusIcons.append('')

}

//if (rowData.ID != -1 && rowData.FILE_ID > 0) {

index = this.getFieldVisibleIndex('FILE_NAME')

$(row).children().eq(index).children('img').addClass('grdPublicInfo')

$(row).children().eq(index).click(function (e) {

e.stopPropagation()

var params = { decisionID: rowData.ID, decisionStatus: rowData.STATUS, serviceRequestID: rowData.SERVICE_REQUEST_ID }

//if (rowData.PRINT_DOC == 2) {

// getDoc(5, params, '../GetDoc.ashx')

//} else {

// getDoc(2, params, '../GetDoc.ashx')

//}

getDoc(23, params, '../GetDoc.ashx')

})

//}

}

მოქმედების დაწყების თარიღი
მოქმედების დასრულების თარიღი
საქონლის სეს ესნ კოდი
საქონლის დასახელება
ბრძანება

#(წინა)#
#(შემდეგი)#

×

text