change verta function and uuid generation mechanism

This commit is contained in:
2024-02-20 07:18:17 +00:00
parent 1074a2dc79
commit c8538855ae
11 changed files with 31 additions and 30 deletions

View File

@@ -105,7 +105,7 @@ $(document).ready(function () {
},
});
$.getScript('/version2/js/dashboard_pages/road_patrols/test.js');
$.getScript('/version2/js/dashboard_pages/road_patrols/sub_table.js');
$.ajax({
url: "/webapi/user/get-permission",

View File

@@ -42,7 +42,7 @@ $("#gozarehtowntable").on("click", "td.AcitivityMount", async function(e) {
objectfiltertable = []
$.ajax({
url: "https://rms.rmto.ir/public/contents/edarate_shahri_by_province/" + provinceid,
url: "/public/contents/edarate_shahri_by_province/" + provinceid,
async: false,
success: function(result) {
for (var i = 0; i < result.data.length; i++) {
@@ -57,7 +57,7 @@ $("#gozarehtowntable").on("click", "td.AcitivityMount", async function(e) {
// second ajax
$.ajax({
url: "https://rms.rmto.ir/v2/road_patrols/report/total-group-province-city?province_id=" + provinceid +
url: "/v2/road_patrols/report/total-group-province-city?province_id=" + provinceid +
"&from_date=" +
date_from +
"&date_to=" +