Added context menu to plan records.

This commit is contained in:
DESKTOP-T0O5CDB\DESK-555BD
2024-11-24 13:47:01 -07:00
parent f92aa22375
commit f2b9dea2b6
7 changed files with 162 additions and 3 deletions

View File

@@ -552,6 +552,7 @@ function adjustRecordsOdometer(ids, source) {
confirmButtonColor: "#dc3545"
}).then((result) => {
if (result.isConfirmed) {
saveScrollPosition();
$.post('/Vehicle/AdjustRecordsOdometer', { recordIds: ids, vehicleId: GetVehicleId().vehicleId, importMode: source }, function (data) {
if (data) {
successToast(`${ids.length} Record(s) Updated`);