Lịch làm việc tuần

THÔNG BÁO

Lịch làm việc tuần

(Từ ngày đến ngày )

Thứ, ngày, tháng
Thời gian Nội dung công việc Địa điểm Ghi chú
'); frameDoc.document.close(); setTimeout(function () { window.frames["frame1"].focus(); window.frames["frame1"].print(); frame1.remove(); }, 500); }); }); var viewModel = function (id) { var data = JSON.stringify({ SiteId: siteID, WebId: webID, ListId: listID, ID: id }); $.ajax({ type: "POST", contentType: "application/json", dataType: "json", url: "/_vti_bin/LichLamViecService.svc/GetItemByID", data: data, success: function (result) { if (result) { var data = JSON.parse(result); $("#NgayHopText").html(data.NgayHopText); $("#Title").html(data.Title); $("#STT").html(data.STT); $("#CanBoThucHien").html(data.CanBoThucHien); $("#NoiDung").html(data.NoiDung); $("#ThanhPhan").html(data.ThanhPhan); $("#GhiChu").html(data.GhiChu); if (data.Attachments != null) { var html = ''; for (var i = 0; i < data.Attachments.length; i++) { html = html + String.format(" {1}", data.Attachments[i].Url, data.Attachments[i].FileName); } $("#Attachments").html(html); } $("#viewModal").modal("show"); } }, error: function (e) { } }); };