Thông tư 08/2013/TT-BLĐTBXH hướng dẫn Nghị định 46/2013/NĐ-CP hướng dẫn Bộ luật vtv2 trực tiếp bóng đá hôm nay về tranh chấp vtv2 trực tiếp bóng đá hôm nay do Bộ trưởng Bộ vtv2 trực tiếp bóng đá hôm nay - Thương binh và Xã hội ban hành - LawNet
Sign: | {{VBModel.Document.News_Code}} | Document type: | {{VBModel.Document.LawType.LawType_Name}} |
Promulgation place: | {{VBModel.Document.Organ}} | Signer: | {{VBModel.Document.Singer}} |
Promulgation day: | {{VBModel.Document.News_Date | jsonDate}} | Effect day: | {{VBModel.Document.News_EffectDate_Date}} |
Announcement day: | {{VBModel.Document.NgayCongBao}} | Announcement number: | {{VBModel.Document.SoCongBao}} |
Field: | {{ m.TitleVN }} | Status: | {{VBModel.Document.TinhTrang}} |
Content table
- {{m.Name}}
- Legal problems may be based on Thông tư 08/2013/TT-BLĐTBXH hướng dẫn Nghị định 46/2013/NĐ-CP hướng dẫn Bộ luật vtv2 trực tiếp bóng đá hôm nay về tranh chấp vtv2 trực tiếp bóng đá hôm nay do Bộ trưởng Bộ vtv2 trực tiếp bóng đá hôm nay - Thương binh và Xã hội ban hành - LawNet to handle:
News About
0" class="list-group list-unstyled" style="max-height: calc(100vh - 165px); overflow-y: auto;">
{{m.Title}}{{m.PublictDay | jsonDate}}
Policy analysis About
0" class="list-group list-unstyled" style="max-height: calc(100vh - 165px); overflow-y: auto;">
{{m.Title}}{{m.PublictDay | jsonDate}}
Comment About
0" class="list-group list-unstyled" style="max-height: calc(100vh - 165px); overflow-y: auto;">
{{m.Title}}{{m.PublictDay | jsonDate}}
Case law About
0" class="list-group list-unstyled" style="max-height: calc(100vh - 165px); overflow-y: auto;">
{{m.Title}}{{m.PublictDay | jsonDate}}
(a.CategoryID != 4 && a.CategoryID != 5 && a.CategoryID != 6 && a.CategoryID != 15 && a.CategoryID != 16)) || [];
$scope.ChinhSach = rs.data.filter(a => a.CategoryID == 4) || [];
$scope.BinhLuan = rs.data.filter(a => a.CategoryID == 6) || [];
$scope.AnLe = rs.data.filter(a => a.CategoryID == 5 || a.CategoryID == 15 || a.CategoryID == 16) || [];
})
}
$scope.Load_MucLucVN = function (reload = false) {
$scope.MLIsVisible = false;
var url = "https://api.lawnet.vn/get-muc-luc?LawID=" + $scope.LawIDVN + '&token=' + $('#token').val() + '&secretkey=' + $('#secretkey').val();
ajaxLoad(url, 'GET', function (rs) {
$scope.MLVNModel = rs.data;
})
}
$scope.Load_MucLucEN = function (reload = false) {
if ($scope.IsMucLucEN == true && $scope.LawIDEN != 0)
{
$scope.MLIsVisible = false;
var url = "https://api.lawnet.vn/get-muc-luc?LawID=" + $scope.LawIDEN + '&token=' + $('#token').val() + '&secretkey=' + $('#secretkey').val();
ajaxLoad(url, 'GET', function (rs) {
$scope.MLENModel = rs.data;
})
}
}
$scope.Load_LQND = function (reload = false) {
if ($scope.LQNDModel == null || reload ) {
$scope.IsVisible = false;
var url = "https://api.lawnet.vn/VB_LienQuanNoiDung?LawID=193399&language=VN" + '&token=' + $('input[name=access_token]').val() + '&secretkey=' + $('#secretkey').val();
ajaxLoad(url, 'GET', function (rs) {
$scope.LQNDModel = rs.data;
})
}
}
$scope.Load_noidung = function (reload = false) {
if ($scope.VBModel == null || reload) {
$scope.IsVisible = false;
let url = "";
if ($scope.LawIDVN == 0 && $scope.LawIDEN == 0) {
url = "https://api.lawnet.vn/document-detail?LawID=" + $scope.Model.id + "&language=VN" + '&token=' + $('#token').val() + '&secretkey=' + $('#secretkey').val();
}
else {
url = "https://api.lawnet.vn/document-detail?LawID=" + $scope.LawIDVN + "&language=VN" + '&token=' + $('#token').val() + '&secretkey=' + $('#secretkey').val();
}
ajaxLoad(url, 'GET', function (rs) {
$scope.VBModel = rs.data;
$scope.FieldIDs = $scope.VBModel.Document.FieldIDs;
var fieldIdList = $scope.FieldIDs.slice(1, -1).split("][");
$scope.SeoFields.forEach((seoField) => {
fieldIdList.forEach((fieldId) => {
if (seoField.FieldId == fieldId)
$scope.fieldObjList.push(seoField);
})
});
$scope.LawIDEN = rs.data.LawIDEN;
$scope.News_Subject = rs.data.Document.News_Subject || "";
})
}
}
$scope.Load_TiengAnh = function (reload = false) {
if ($scope.ENModel == null || reload) {
var url = "https://api.lawnet.vn/VB_LienQuanNoiDung?LawID=193399&language=VN" + '&token=' + $('input[name=access_token]').val() + '&secretkey=' + $('#secretkey').val();
$scope.IsVisible = false;
ajaxLoad(url, 'GET', function (rs) {
$scope.LawIDVN = rs.data.LawIDVN;
$scope.ENModel = rs.data;
})
}
}
$scope.Init = function () {
//$scope.Load_CauHoi();
$scope.Load_noidung();
$scope.Load_TiengAnh();
$scope.Load_MucLucVN();
//if ($scope.lang == "VN") {
// $scope.Load_MucLucVN();
//} else {
// $scope.Load_MucLucEN();
//}
$scope.Load_LQND();
$scope.Load_TinTucLienQuan();
}
})