chartjs
This commit is contained in:
@@ -145,4 +145,12 @@ function uploadVehicleFilesAsync(event) {
|
||||
}
|
||||
}
|
||||
});
|
||||
}
|
||||
function getVehicleReport() {
|
||||
$.get(`/Vehicle/GetReportPartialView`, function (data) {
|
||||
if (data) {
|
||||
$("#bulkImportModalContent").html(data);
|
||||
$("#bulkImportModal").modal('show');
|
||||
}
|
||||
})
|
||||
}
|
||||
Reference in New Issue
Block a user