0.0.16 form mover

This commit is contained in:
SBD
2025-01-14 16:19:40 +03:00
parent cfe1a9d585
commit e938d5915a
5 changed files with 59 additions and 15 deletions

View File

@@ -47,4 +47,18 @@ function makePosterOrder(form) {
})
request.ajaxRequest()
}
function updateCargoTypeInForm(el, type_transport) {
if (!type_transport) return;
getCargoTypesWTypeTransport({
type_transport: type_transport,
owner_type: getFormOwnerType(el),
success_callback: function (res) {
}
})
}