change verta function and uuid generation mechanism
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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=" +
|
||||
Reference in New Issue
Block a user